Expand description
A custom markdown viewer and its corresponding functions.
Structs§
- Content
- A bunch of Markdown that has been parsed.
Functions§
- code_
block - Displays a code block using the default look.
- heading
- Displays a heading using the default look.
- ordered_
list - Displays an ordered list using the default look and
calling the
Viewerfor each numbered item. - paragraph
- Displays a paragraph using the default look.
- parse
- Parse the given Markdown content.
- unordered_
list - Displays an unordered list using the default look and
calling the
Viewerfor each bullet point item. - view
- Display a bunch of markdown items.