pandoc/tests/Tests/Writers
Albert Krewinkel 1fc07ff4da Refactor top-level division selection (#3261)
The "default" option is no longer represented as `Nothing` but via a new
type constructor, making the `Maybe` wrapper superfluous.

The default behavior of using heuristics can now be enabled explicitly
by setting `--top-level-division=default`.

API change (`Text.Pandoc.Options`): The `Division` type was renamed to
`TopLevelDivision`. The `Section`, `Chapter`, and `Part` constructors
were renamed to `TopLevelSection`, `TopLevelChapter`, and
`TopLevelPart`, respectively. An additional `TopLevelDefault`
constructor was added, which is now also the new default value of the
`writerTopLevelDivision` field in `WriterOptions`.
2016-11-27 20:31:04 +01: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 Refactor top-level division selection (#3261) 2016-11-27 20:31:04 +01: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 Refactor top-level division selection (#3261) 2016-11-27 20:31:04 +01: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