Copyright | Copyright (C) 2014-2017 Albert Krewinkel |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Safe Haskell | None |
Language | Haskell98 |
Conversion of org-mode formatted plain text to Pandoc
document.
- readOrg :: PandocMonad m => ReaderOptions -> Text -> m Pandoc
Documentation
:: PandocMonad m | |
=> ReaderOptions | Reader options |
-> Text | String to parse (assuming |
-> m Pandoc |
Parse org-mode string and return a Pandoc document.