From f5c64c3060ba40181a86d6c82a67b5b975f74446 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 11 Oct 2018 09:58:25 -0700 Subject: HTML reader: fix htmlTag and isInlineTag to accept processing instructions. Fixes regression #3123 (since 2.0). Added regression test. --- test/command/3123.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/command/3123.md (limited to 'test/command/3123.md') diff --git a/test/command/3123.md b/test/command/3123.md new file mode 100644 index 000000000..b71241cdf --- /dev/null +++ b/test/command/3123.md @@ -0,0 +1,13 @@ +``` +% pandoc -f markdown -t native + +^D +[RawBlock (Format "html") ""] +``` + +``` +% pandoc -f markdown -t native +a +^D +[Para [Str "a",RawInline (Format "html") ""]] +``` -- cgit v1.2.3