896803b0d5
We previously failed on cases where an attribute contained a `>` character. This patch fixes the bug. Closes #3989.
393 B
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]]]