cmarkfmt
A CommonMark formatter library for Rust.
Usage
let input = r#"# This is markdown
It *needs* to be formatted."#;
let cmfmt = default;
let output = cmfmt.format_cmark;
println!;
A CommonMark formatter library for Rust.
let input = r#"# This is markdown
It *needs* to be formatted."#;
let cmfmt = default;
let output = cmfmt.format_cmark;
println!;