aboutsummaryrefslogtreecommitdiff
path: root/test/writer.rtf
AgeCommit message (Collapse)AuthorFilesLines
2019-02-25Shared.compactify: Avoid mixed lists.John MacFarlane1-1/+1
This improves on the original fix to #5285 by preventing other mixed lists (lists with a mix of Plain and Para elements) that were allowed given the original fix.
2017-05-25Added `spaced_reference_links` extension.John MacFarlane1-8/+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-04Moved tests/ -> test/.John MacFarlane1-0/+451