aboutsummaryrefslogtreecommitdiff
path: root/test/writer.zimwiki
AgeCommit message (Collapse)AuthorFilesLines
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