pandoc-1.9.4.1: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Safe HaskellSafe-Infered

Text.Pandoc.Writers.AsciiDoc

Description

Conversion of Pandoc documents to asciidoc.

Note that some information may be lost in conversion, due to expressive limitations of asciidoc. Footnotes and table cells with paragraphs (or other block items) are not possible in asciidoc. If pandoc encounters one of these, it will insert a message indicating that it has omitted the construct.

AsciiDoc: http://www.methods.co.nz/asciidoc/

Synopsis

Documentation

writeAsciiDoc :: WriterOptions -> Pandoc -> StringSource

Convert Pandoc to AsciiDoc.