Update readme with emoji
This commit is contained in:
parent
96f4488846
commit
017b7cc289
14
README.md
14
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user