pandoc-1.19.2.2: Conversion between markup formats

CopyrightCopyright (C) 2006-2015 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell98

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 -> String Source #

Convert Pandoc to AsciiDoc.