Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
InlineText Text | |
InlineItalic [Inline] | |
InlineBold [Inline] | |
InlineCode Text | |
InlineHtml Text | |
InlineLink Text (Maybe Text) [Inline] | URL, title, content |
InlineImage Text (Maybe Text) Text | URL, title, content |
InlineFootnoteRef Integer | The footnote reference in the body |
InlineFootnote Integer |
inlineParser :: RefMap -> Parser [Inline] Source #