Crate markdown_that

Source

Modules§

common
Self-contained modules used for miscellaneous purposes.
generics
Use these to build your own Markdown syntax.
parser
Parser itself and stuff that allows you to extend it.
plugins
Ready-to-use plugins. Everything, including basic markdown syntax, is a plugin.

Structs§

MarkdownThat
Main parser struct, created once and reused for parsing multiple documents.
Node
Single node in the CommonMark AST.

Traits§

NodeValue
Contents of the specific AST node.
Renderer
Each node outputs its HTML using this API.