pandoc/tests/Tests/Writers
Albert Krewinkel 595a171407
Add option for top-level division type
The `--chapters` option is replaced with `--top-level-division` which allows
users to specify the type as which top-level headers should be output. Possible
values are `section` (the default), `chapter`, or `part`.

The formats LaTeX, ConTeXt, and Docbook allow `part` as top-level division, TEI
only allows to set the `type` attribute on `div` containers.  The writers are
altered to respect this option in a sensible way.
2016-10-19 13:12:57 +02:00
..
AsciiDoc.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
ConTeXt.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
Docbook.hs Add option for top-level division type 2016-10-19 13:12:57 +02:00
Docx.hs Docx writer test: comment out function to make compiler happy. 2016-08-15 15:39:34 -04:00
HTML.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
LaTeX.hs Add option for top-level division type 2016-10-19 13:12:57 +02:00
Markdown.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
Native.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
Plain.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
RST.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
TEI.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00