From 017b7cc2896d665c6c332d69aa041dc072f127ab Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 5 Apr 2018 17:15:11 -0400 Subject: [PATCH] Update readme with emoji --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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