Module markdown

Module markdown 

Source
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 Viewer for 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 Viewer for each bullet point item.
view
Display a bunch of markdown items.

Type Aliases§

Uri
A String representing a URI in a Markdown document