Crate markdown

Source
Expand description

A crate for parsing Markdown in Rust

Enums§

Block
ListItem
Span

Functions§

file_to_html
Opens a file and converts its contents to HTML
generate_markdown
Convert tokenset of Markdown items back to String
to_html
Converts a Markdown string to HTML
tokenize
Converts a Markdown string to a tokenset of Markdown items