Module markdown

Source
Expand description

A simple markdown parser that can write formatted text to the terminal

Entrypoint is MdStream::parse_str(...)

Modules§

parse 🔒
term 🔒

Structs§

MdStream
An AST representation of a Markdown document

Enums§

MdTree
A single tokentree within a Markdown document

Functions§

create_stdout_bufwtr
Create a termcolor buffer with the Always color choice