mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 05:05:53 +00:00
213 B
213 B
a is not allowed inside a in HTML, so we remove links in link text:
% pandoc -f native -t html
[ Link ("",[],[]) [Link ("",[],[]) [Str "Lo"] ("url2","") ] ("url","") ]
^D
<a href="url"><span>Lo</span></a>