Skip to main content
Rodney Lab parse down Github banner

Rodney Lab logo

parsedown

Light touch Markdown parsing into HTML written in Rust. Generates WASM and can be used with Deno Fresh.

  • adds an id and anchor link to each h2 heading for easy linking,
  • adds pretty punctuation,
  • uses html5ever for HTML manipulation and pulldown-cmark for Markdown parsing.

🗺️ Roadmap

  • add word count and text readability statistics