upub/utils/mdhtml
2025-01-24 01:27:11 +01:00
..
Cargo.toml chore: bump versions, update comrak options 2025-01-09 18:10:27 +01:00
lib.rs fix(mdhtml): allow <string> and <em> 2025-01-09 19:44:51 +01:00
README.md docs: small readmes for other crates 2025-01-24 01:27:11 +01:00

mdhtml

batteries-included opinionated html escaping and markdown parsing

basically anything you may need to sanitize html before displaying it, and converting user generated markdown into safe html

this is probably only useful for upub, and it was made a standalone crate to be shared across components