mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-07-05 03:00:38 +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
|
Very fast Markdown parser & HTML renderer implemented in WebAssembly
|
||||||
|
|
||||||
- Zero dependencies
|
- Zero dependencies (31 kB gzipped)
|
||||||
- Portable & safe
|
- Portable & safe (WASM executes in isolated memory and can run almost anywhere)
|
||||||
- [Simple API](#api)
|
- [Simple API](#api)
|
||||||
- [Fast and efficient](#benchmarks)
|
- [Very fast](#benchmarks)
|
||||||
- JS + WASM is only 31 kB gzipped
|
- Based on [md4c](http://github.com/mity/md4c) — compliant to the CommonMark specification
|
||||||
|
|
||||||
Based on [md4c](http://github.com/mity/md4c)
|
|
||||||
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue