pandoc-1.13.0.1: Conversion between markup formats

MaintainerAlbert Krewinkel <tarleb@moltkeplatz.de>
Safe HaskellNone

Text.Pandoc.Readers.Org

Description

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

Synopsis

Documentation

readOrgSource

Arguments

:: ReaderOptions

Reader options

-> String

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

-> Pandoc 

Parse org-mode string and return a Pandoc document.