mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-06-18 22:21:19 +00:00
readme
This commit is contained in:
parent
b290af55e1
commit
9e521244de
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -2,13 +2,11 @@
|
|||
|
||||
Very fast Markdown parser & HTML renderer implemented in WebAssembly
|
||||
|
||||
- Zero dependencies
|
||||
- Portable & safe
|
||||
- Zero dependencies (31 kB gzipped)
|
||||
- Portable & safe (WASM executes in isolated memory and can run almost anywhere)
|
||||
- [Simple API](#api)
|
||||
- [Fast and efficient](#benchmarks)
|
||||
- JS + WASM is only 31 kB gzipped
|
||||
|
||||
Based on [md4c](http://github.com/mity/md4c)
|
||||
- [Very fast](#benchmarks)
|
||||
- Based on [md4c](http://github.com/mity/md4c) — compliant to the CommonMark specification
|
||||
|
||||
|
||||
## Examples
|
||||
|
|
|
|||
Loading…
Reference in a new issue