Files
pandoc/test/command/11834.md
T
John MacFarlane 9dfad4005d MediaWiki writer: put nowiki around possible URLs.
Otherwise they get linkified automatically.
Closes #11834.
2026-08-27 19:55:16 -07:00

141 B

% pandoc -t mediawiki
http://foo.bar (https://foo.bar.baz)
^D
<nowiki>http://foo.bar</nowiki> <nowiki>(https://foo.bar.baz)</nowiki>