An open API service indexing awesome lists of open source software.

https://github.com/linux-china/markdown-wasm

Markdown wasm based on md4c for Deno πŸ¦•
https://github.com/linux-china/markdown-wasm

Last synced: 10 months ago
JSON representation

Markdown wasm based on md4c for Deno πŸ¦•

Awesome Lists containing this project

README

          

markdown-wasm for Deno
======================

πŸ¦• Deno module for Markdown parser implemented in WebAssembly based on md4c from https://github.com/rsms/markdown-wasm

why markdown_wasm? It's small(41k with wasm bundled), and fast(wasm based on md4c).

# How to use?

```typescript
import {parseMarkdown} from "https://deno.land/x/markdown_wasm/mod.ts"

console.log(parseMarkdown("# hello\n*δΈ–η•Œ*"))
```

# References

* markdown-wasm: Markdown parser and HTML generator implemented in WebAssembly, based on md4c https://github.com/rsms/markdown-wasm
* MD4C: https://github.com/mity/md4c