Crate markdown_it

Source

Modules§

common
Self-contained modules used for miscellaneous purposes.
examples
Copied content from examples/ folder (docs only).
generics
Use these to build your own markdown syntax.
parser
Parser itself + stuff that allows you to extend it.
plugins
Ready-to-use plugins. Everything, including basic markdown syntax, is a plugin.

Structs§

MarkdownIt
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.