aboutsummaryrefslogtreecommitdiff
path: root/test/command/3989.md
blob: bf078b2e4d04a1e43716f062faa96e5fc2743c92 (plain)
1
2
3
4
5
6
7
```
pandoc -f markdown -t native
<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 ("",[],[("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"]]]
```