pandoc-1.15.0.6: Conversion between markup formats

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

Text.Pandoc.Readers.CommonMark

Description

Conversion of CommonMark-formatted plain text to Pandoc document.

CommonMark is a strongly specified variant of Markdown: http://commonmark.org.

Synopsis

Documentation

readCommonMark :: ReaderOptions -> String -> Either PandocError Pandoc Source

Parse a CommonMark formatted string into a Pandoc structure.