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§
- Markdown
Parser - 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