mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 09:25:48 +00:00
8 lines
213 B
Markdown
8 lines
213 B
Markdown
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>
|
|
```
|