Expand description

a library to parse markdown and convert it into sauron virtual node

Re-exports

pub use sauron;

Modules

An html parser used for parsing inline html used in markdown

Structs

Markdown parser objects, markdown parse state are stored here.

collections of plugins to be run during the processing of markdown

Enums

Tags for elements that can contain other elements.

Functions

convert markdown text to Node

process markdown with plugins

parse a markdown string and convert it to Vec