aboutsummaryrefslogtreecommitdiff
path: root/test/writer.context
AgeCommit message (Collapse)AuthorFilesLines
2018-05-01Update tests for #4605.John MacFarlane1-1/+1
2018-01-25ConTeXt writer: new section syntax and --section-divs (#4295)Henri Menke1-32/+35
Fixes #2609. This PR introduces the new-style section headings: `\section[my-header]{My Header}` -> `\section[title={My Header},reference={my-header}]`. On top of this, the ConTeXt writer now supports the `--section-divs` option to write sections in the fenced style, with `\startsection` and `\stopsection`.
2018-01-15ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke1-0/+5
- Default to xtables for context output. - Added `ntb` extension (affecting context writer only) to use Natural Tables instead. - Added `Ext_ntb` constructor to `Extension` (API change).
2017-05-25Added `spaced_reference_links` extension.John MacFarlane1-22/+18
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-05-06ConTeXt template: improved font handling.John MacFarlane1-2/+11
simplefonts is now obsolete in ConTeXt. This patch comes from Pablo Rodríguez via jgm/pandoc-templates#247.
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+888