boltz-markdown 0.1.0

CommonMark/GFM markdown parsing + rendering primitives (Zed-derived, no boltz-ui dependency).
Documentation
1
2
3
4
5
6
mod html_minifier;
pub(crate) mod html_parser;

// Note: HTML block rendering into `MarkdownElementBuilder`/`Div` output lives
// in the crate-level `html_rendering` module (`crate::html_rendering`), not
// here, since it depends on `element.rs`/`builder.rs`.