Update readme with emoji

This commit is contained in:
Steven 2018-04-05 17:15:11 -04:00 committed by GitHub
parent 96f4488846
commit 017b7cc289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,18 @@
<img width="128" height="128" src="https://marked.js.org/img/logo-black.svg" align="right">
# 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