mdhtml 0.1.2

Parse and display a markdown-like HTML subset
Documentation
  • Coverage
  • 0%
    0 out of 10 items documented0 out of 6 items with examples
  • Size
  • Source code size: 41.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 932.53 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 37s Average build duration of successful builds.
  • all releases: 37s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • alemidev

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