pandoc/src/Text/Pandoc/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 Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
CommonMark.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
ConTeXt.hs Add option for top-level division type 2016-10-19 13:12:57 +02:00
Custom.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Docbook.hs Add option for top-level division type 2016-10-19 13:12:57 +02:00
Docx.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
DokuWiki.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
EPUB.hs EPUB writer: use stringify instead of plain writer for metadata. 2016-10-02 22:01:22 +02:00
FB2.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Haddock.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
HTML.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
ICML.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
LaTeX.hs Add option for top-level division type 2016-10-19 13:12:57 +02:00
Man.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Markdown.hs Markdown writer: Abstract out note/ref function. 2016-10-13 11:04:35 -04:00
MediaWiki.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Native.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
ODT.hs ODT/OpenDocument writer: improved image attributes 2015-12-13 21:40:13 +01:00
OpenDocument.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
OPML.hs Implemented SoftBreak and new --wrap option. 2015-12-11 23:55:08 -08:00
Org.hs Org writer: drop space before footnote markers 2016-10-17 22:11:03 +02:00
RST.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
RTF.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Shared.hs Writers: treat SoftBreak as space for stripping 2016-07-01 00:52:52 -04:00
TEI.hs Add option for top-level division type 2016-10-19 13:12:57 +02:00
Texinfo.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
Textile.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00
ZimWiki.hs Add support for the LineBlock element to writers 2016-10-13 08:46:44 +02:00