| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Text.Markdown.Inline
Documentation
Constructors
| 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 #