pandoc-1.13.2: Conversion between markup formats

CopyrightCopyright (C) 2014 Albert Krewinkel
LicenseGNU GPL, version 2 or above
MaintainerAlbert Krewinkel <tarleb@moltkeplatz.de>
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Readers.Org

Description

Conversion of org-mode formatted plain text to Pandoc document.

Synopsis

Documentation

readOrg Source

Arguments

:: ReaderOptions

Reader options

-> String

String to parse (assuming '\n' line endings)

-> Pandoc 

Parse org-mode string and return a Pandoc document.