mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-13 12:57:24 +00:00
36bbdc667a
The function converts links to spans. It is used, for example, to avoid nested links. The HTML writer used to put the description of nested links into small caps, but uses a simple *span* now.
213 B
213 B
% pandoc -f native -t mediawiki
[Link ("",[],[]) [Link ("",[],[]) [Str "test"] ("https://bar.example.com",""),Str "Test"] ("https://foo.example.com","")]
^D
[https://foo.example.com <span>test</span>Test]