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
readMarkdown :: ParserState -> String -> PandocSource
Read markdown from an input string and return a Pandoc document.