| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Rib.Parser.MMark
Description
Parsing Markdown using the mmark parser.
Parsing
parse :: SourceReader MMark Source #
SourceReader for parsing Markdown using mmark
Arguments
| :: 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.