mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
0a4f49d370
This confuses mediawiki's parser. So we insert a `<nowiki/>` no-op between a literal `[` and a link. Closes #6119.
119 B
119 B
% pandoc -t mediawiki
[[link](url)]
[]
^D
[<nowiki/>[[url|link]]]
[<nowiki/>[[File:url|image]]]