baa25362a4
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 |
||
---|---|---|
.. | ||
AsciiDoc.hs | ||
ConTeXt.hs | ||
Docbook.hs | ||
Docx.hs | ||
HTML.hs | ||
LaTeX.hs | ||
Markdown.hs | ||
Native.hs | ||
Plain.hs | ||
RST.hs | ||
TEI.hs |