Skip to content

Commit efe8f6c

Browse files
authored
Merge pull request markedjs#1207 from styfle/readme-emoji
Update readme with emoji
2 parents 8dd9a9c + e3b13fc commit efe8f6c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
# Marked
1+
<a href="https://marked.js.org">
2+
<img width="60px" height="60px" src="https://marked.js.org/img/logo-black.svg" align="right" />
3+
</a>
24

3-
Marked is
5+
# Marked
46

5-
1. built for speed.
6-
2. a low-level markdown compiler for parsing markdown without caching or blocking for long periods of time.
7-
3. light-weight while implementing all markdown features from the supported flavors & specifications.
8-
4. available as a command line interface (CLI) and running in client- or server-side JavaScript projects.
7+
-built for speed
8+
- ⬇️ low-level compiler for parsing markdown without caching or blocking for long periods of time
9+
- ⚖️ light-weight while implementing all markdown features from the supported flavors & specifications
10+
- 🌐 works in a browser, on a server, or from a command line interface (CLI)
911

1012
## Demo
1113

1214
Checkout the [demo page](https://marked.js.org/demo/) to see marked in action ⛹️
1315

16+
## Docs
17+
1418
Our [documentation pages](https://marked.js.org) are also rendered using marked 💯
1519

1620
## Installation

0 commit comments

Comments
 (0)