mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 06:55:46 +00:00
MediaWiki writer: put nowiki around possible URLs.
Otherwise they get linkified automatically. Closes #11834.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
```
|
||||
% pandoc -t mediawiki
|
||||
http://foo.bar (https://foo.bar.baz)
|
||||
^D
|
||||
<nowiki>http://foo.bar</nowiki> <nowiki>(https://foo.bar.baz)</nowiki>
|
||||
```
|
||||
Reference in New Issue
Block a user