aboutsummaryrefslogtreecommitdiff
path: root/test/writer.opml
AgeCommit message (Collapse)AuthorFilesLines
2021-12-03Improve Markdown writer escaping.John MacFarlane1-1/+1
This fixes escaping for '#' in particular. Closes #7726.
2021-05-16Markdown writer: fewer unneeded escapes for `#`.John MacFarlane1-1/+1
See #6259.
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-1/+1
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-03-21Plain writer: use _(..) or ^(..) for super/subscript...John MacFarlane1-1/+1
...unless unicode super/subscripted characters are available.
2017-03-08Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane1-5/+5
after tables and list, for example.
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+72