pandoc-1.17.1: Conversion between markup formats

CopyrightCopyright (C) 2014-2016 Albert Krewinkel
LicenseGNU GPL, version 2 or above
MaintainerAlbert Krewinkel <tarleb+pandoc@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)

-> Either PandocError Pandoc 

Parse org-mode string and return a Pandoc document.