pandoc/test/command/3989.md
John MacFarlane 896803b0d5 HTML reader: htmlTag improvements.
We previously failed on cases where an attribute contained a `>`
character. This patch fixes the bug.

Closes #3989.
2017-10-23 17:29:32 -07:00

393 B

pandoc -f markdown -t native
<span data-toggle="tooltip" data-placement="right" data-html="true"
title="1st line of text <br> 2nd line of text">
Hover over me
</span>
^D
[Para [Span ("",[],[("data-toggle","tooltip"),("data-placement","right"),("data-html","true"),("title","1st line of text <br> 2nd line of text")]) [SoftBreak,Str "Hover",Space,Str "over",Space,Str "me",SoftBreak]]]