Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Oct 23, 2020
1 parent b290af5 commit 9e52124
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e52124

Please sign in to comment.