diff --git a/README.md b/README.md index 70e325bf..8b155355 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ + + # Marked -Marked is - -1. built for speed. -2. a low-level markdown compiler for parsing markdown without caching or blocking for long periods of time. -3. light-weight while implementing all markdown features from the supported flavors & specifications. -4. available as a command line interface (CLI) and running in client- or server-side JavaScript projects. +- ⚡ built for speed +- ⬇️ low-level markdown compiler for parsing markdown without caching or blocking for long periods of time +- ⚖️ light-weight while implementing all markdown features from the supported flavors & specifications +- 🌐 works in the browser, on the server, or on the command line interface (CLI) ## Demo Checkout the [demo page](https://marked.js.org/demo/) to see marked in action ⛹️ +## Docs + Our [documentation pages](https://marked.js.org) are also rendered using marked 💯 ## Installation