pandoc/tests/Tests/Writers
Albert Krewinkel baa25362a4 Allow to overwrite top-level division type heuristics (#3258)
Pandoc uses heuristics to determine the most resonable top-level
division type when emitting LaTeX or Docbook markup.  It is now possible
to overwrite this implicitly set top-level division via the
`top-level-division` command line parameter.

API change (`Text.Pandoc.Options`): the type of the
`writerTopLevelDivision` field in of the `WriterOptions` data type is
altered from `Division` to `Maybe Division`. The field's default value
is changed from `Section` to `Nothing`.

Closes: #3197
2016-11-26 21:43:46 +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 Allow to overwrite top-level division type heuristics (#3258) 2016-11-26 21:43:46 +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 Allow to overwrite top-level division type heuristics (#3258) 2016-11-26 21:43:46 +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