pandoc/tests/Tests
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
..
Readers Merge pull request #3165 from hubertp-lshift/feature/odt-image 2016-10-18 22:00:58 +02:00
Writers Add option for top-level division type 2016-10-19 13:12:57 +02:00
Helpers.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Old.hs Added Zim Wiki writer, template and tests. 2016-06-30 23:59:43 -07:00
Shared.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00
Walk.hs Remove Tests.Arbitrary 2016-10-14 09:22:29 -04:00