aboutsummaryrefslogtreecommitdiff
path: root/test/writer.zimwiki
AgeCommit message (Collapse)AuthorFilesLines
2021-05-20ZimWiki writer: allow links and emphasis in headersAlbert Krewinkel1-3/+3
The latest version of ZimWiki supports this. Closes: #6605
2019-01-01Zimwiki writer: remove automatic colon prefix before internal images (#5183)damien clochard1-2/+2
* FIX #5183 : zimwiki : remove automatic colon prefix before internal images ![](foo.png) should be converted to {{foo.png}} (relative path) ![](/foo.png] should be converted to {{/foo.png}} (absolute path) Therefore the ':' prefix is useless and must be removed. I never used the zimwiki, but i submitted the similar dokuwiki fix. 1. The zimwiki syntax is inspired by dokuwiki 2. The zimwiki documentation does not mention the colon character for images 3. The pandoc zimwiki writer seems to be a copy-paste for the dokuwiki writer If the PR #5184 is applied, I think this one should be applied too.
2018-10-31ZimWiki writer: number ordered list items sequentially...John MacFarlane1-20/+20
rather than always with 1.
2018-10-29ZimWiki writer: remove extra indentation on lists.John MacFarlane1-88/+88
Closes #4963.
2017-05-25Added `spaced_reference_links` extension.John MacFarlane1-4/+0
This is now the default for pandoc's Markdown. It allows whitespace between the two parts of a reference link: e.g. [a] [b] [b]: url This is now forbidden by default. Closes #2602.
2017-02-15ZimWiki writer: removed internal formatting from note and table cells, ↵Alex Ivkin1-8/+4
because ZimWiki does not support it (#3446)
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+627