mdpdf-core 0.0.0-alpha.0

Markdown parsing, frontmatter extraction, and syntax highlighting for mdpdf
Documentation
1
2
3
4
5
6
7
8
mod directives;
mod frontmatter;
mod highlight;
mod render;

pub use frontmatter::{Frontmatter, parse_frontmatter};
pub use highlight::SyntectHighlighter;
pub use render::render_to_html;