Skip to main content
Module

x/parsedown/README.md

WASM code for parsing Markdown into HTML with light output tweaking
Go to Latest
File
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