pulldown-cmark-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

pulldown-cmark-wasm

A simple WebAssembly wrapper for the excellent pulldown-cmark parser for the standardized version of Markdown, CommonMark.

When packaged with wasm-pack, it creates a JS module exporting a single function, format. Pass in a string containing Markdown formatted text, get out CommonMark-compliantly generated html—that simple.

/pulldown-cmark-wasm/

    Package Sidebar

    Install

    npm i pulldown-cmark-wasm

    Weekly Downloads

    2

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    369 kB

    Total Files

    9

    Last publish

    Collaborators

    • tschneidereit