Safe Haskell | None |
---|---|
Language | Haskell2010 |
Parsing Markdown using the mmark parser.
Parsing
parse :: SourceReader MMark Source #
SourceReader
for parsing Markdown using mmark
:: FilePath | Filepath corresponding to the text to be parsed (used only in parse errors) |
-> Text | Text to be parsed |
-> Either Text MMark |
Pure version of parse
Rendering
Extracting information
projectYaml :: MMark -> Maybe Value #
Extract contents of an optional YAML block that may have been parsed.