pandoc-1.14.0.2: Conversion between markup formats

CopyrightCopyright (C) 2015 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <[email protected]>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Writers.CommonMark

Description

Conversion of Pandoc documents to CommonMark.

CommonMark: http://commonmark.org

Synopsis

Documentation

writeCommonMark :: WriterOptions -> Pandoc -> String Source

Convert Pandoc to CommonMark.