From 9e521244de8bb0383f1f59e1a0b7e732474068a0 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Thu, 22 Oct 2020 18:52:05 -0700 Subject: [PATCH] readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5c1bd01..3583ef7 100644 --- a/README.md +++ b/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