diff options
-rw-r--r-- | test/command/3989.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/command/3989.md b/test/command/3989.md index 643de9f5d..32b5e0574 100644 --- a/test/command/3989.md +++ b/test/command/3989.md @@ -1,9 +1,7 @@ ``` 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> +<span title="1st line of text <br> 2nd line of text">foo</span> +<span title="1st line of text <br> 2nd line of text">foo</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]]] +[Para [Span ("",[],[("title","1st line of text <br> 2nd line of text")]) [Str "foo"],SoftBreak,Span ("",[],[("title","1st line of text <br> 2nd line of text")]) [Str "foo"]]] ``` |