Files
pandoc/test/command/html-writer-a-in-a.md
John MacFarlane bcf06e7f5e HTML writer: prevent <a> inside <a>.
If a link text contains a link, we replace it with a span.
See #7585.
2022-09-28 08:34:50 -07:00

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>