Expand description
Scrybe render — Markdown-to-HTML pipeline.
- Markdown parsing via
pulldown-cmark - Syntax highlighting via
syntect - Math placeholder extraction/injection (KaTeX-ready)
- Mermaid wrapper injection (Mermaid.js-ready)
- Theme CSS injection
Re-exports§
pub use html::render_html;pub use math::extract_math;pub use math::MathPlaceholder;pub use mermaid::inject_mermaid_wrappers;pub use theme::Theme;
Modules§
- html
- Markdown-to-HTML rendering with syntax highlighting.
- math
- Math placeholder extraction and injection.
- mermaid
- Mermaid diagram post-processing.
- theme
- Render themes — fresh CSS, not MacDown’s stylesheet.
Structs§
- Render
Output - The rendered output of a document.