pandoc-1.15: 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.Native

Description

Conversion of a Pandoc document to a string representation.

Note: If writerStandalone is False, only the document body is represented; otherwise, the full Pandoc document, including the metadata.

Synopsis

Documentation

writeNative :: WriterOptions -> Pandoc -> String Source

Prettyprint Pandoc document.