summaryrefslogtreecommitdiff
path: root/test/writer.markdown
Commit message (Collapse)AuthorAge
* Markdown writer: better escaping of `<` and `>`.John MacFarlane2017-07-30
| | | | | If `all_symbols_escapable` is set, we backslash escape these. Otherwise we use entities as before.
* Added `spaced_reference_links` extension.John MacFarlane2017-05-25
| | | | | | | | | | | | | | 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.
* Moved tests/ -> test/.John MacFarlane2017-02-04