wasm_cmark_parse
v0.1.10
Published
Utility for parsing CommonMark Markdown to HTML
Downloads
26
Readme
Wasm CMark Parse
A Wasm based wrapper around the rust package pulldown-cmark.
There is one entry point for this module parse_markdown. This function takes a CommonMark formatted string and returns
a valid HTML string.
