Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -4/+4 | |
Previously setting writerStandalone = True did nothing unless a template was provided in writerTemplate. Now a fragment will be generated if writerTemplate is Nothing; otherwise, the specified template will be used and standalone output generated. [API change] | |||||
2016-10-13 | Add support for the LineBlock element to writers | Albert Krewinkel | 1 | -1/+5 | |
The following markup features are used to output the lines of the `LineBlock` element: - AsciiDoc: a `[verse]` block, - ConTeXt: text surrounded by `\startlines` and `\endlines`, - HTML: `div` with an per-element style setting to interpret the content as pre-wrapped, - Markdown: line blocks if the `line_blocks` extension is enabled, a simple paragraph with hard linebreaks otherwise, - Org: VERSE block, - RST: a line block, and - all other formats: a paragraph, containing hard linebreaks between lines. Custom lua writers should be updated to use the `LineBlock` element. | |||||
2016-07-01 | ZimWiki writer: removed commented out code that confused Haddock. | John MacFarlane | 1 | -8/+8 | |
See https://travis-ci.org/jgm/pandoc/jobs/141542247 | |||||
2016-06-30 | Added Zim Wiki writer, template and tests. | Alex Ivkin | 1 | -0/+361 | |