| Portability | portable |
|---|---|
| Stability | alpha |
| Maintainer | John MacFarlane <jgm@berkeley.edu> |
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.