summaryrefslogtreecommitdiff
path: root/test/writer.rst
Commit message (Collapse)AuthorAge
* RST writer: don't backslash-escape word-internal punctuation.John MacFarlane2017-10-16
| | | | Closes #3978.
* 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.
* RST writer: add empty comments when needed...John MacFarlane2017-05-19
| | | | | | | to avoid including a blocquote in the indented content of a preceding block. Closes #3675.
* Moved tests/ -> test/.John MacFarlane2017-02-04