From 896803b0d5d1f5d680d125eb75913025fa734190 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 23 Oct 2017 17:29:32 -0700 Subject: HTML reader: `htmlTag` improvements. We previously failed on cases where an attribute contained a `>` character. This patch fixes the bug. Closes #3989. --- test/command/3989.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/command/3989.md (limited to 'test/command') diff --git a/test/command/3989.md b/test/command/3989.md new file mode 100644 index 000000000..643de9f5d --- /dev/null +++ b/test/command/3989.md @@ -0,0 +1,9 @@ +``` +pandoc -f markdown -t native + +Hover over me + +^D +[Para [Span ("",[],[("data-toggle","tooltip"),("data-placement","right"),("data-html","true"),("title","1st line of text
2nd line of text")]) [SoftBreak,Str "Hover",Space,Str "over",Space,Str "me",SoftBreak]]] +``` -- cgit v1.2.3