Portability | portable |
---|---|
Stability | alpha |
Maintainer | John MacFarlane <[email protected]> |
Text.Pandoc.Readers.Markdown
Description
Conversion of markdown-formatted plain text to Pandoc
document.
- readMarkdown :: ParserState -> String -> Pandoc
Documentation
Arguments
:: ParserState | Parser state, including options for parser |
-> String | String to parse (assuming |
-> Pandoc |
Read markdown from an input string and return a Pandoc document.