satteri 0.1.13

High-level Rust API for the Sätteri markdown/MDX pipeline
Documentation

satteri: high-level Rust API for the Sätteri markdown/MDX pipeline.

Quick start

let html = satteri::markdown_to_html("# Hello world");
assert!(html.contains("<h1>Hello world</h1>"));