mdlive 2.1.0

Markdown workspace server for AI coding agents
Documentation
1
2
3
4
fn main() {
    // Embed HTML templates at compile-time so runtime rendering stays self-contained.
    minijinja_embed::embed_templates!("templates", &[".html"]);
}