Crate sauron_markdown

Source
Expand description

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

Re-exports§

pub use pulldown_cmark;
pub use sauron;

Modules§

html_parser
An html parser used for parsing inline html used in markdown

Structs§

MarkdownParser
Markdown parser objects, markdown parse state are stored here.
Plugins
collections of plugins to be run during the processing of markdown

Enums§

Tag
Tags for elements that can contain other elements.

Functions§

markdown
convert markdown text to Node
markdown_with_plugins
process markdown with plugins
render_markdown
parse a markdown string and convert it to Vec