forked from markedjs/marked
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request markedjs#1221 from styfle/badges
Add badges to README
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ | |
|
||
# Marked | ||
|
||
[![npm](https://img.shields.io/npm/v/marked.svg)](https://www.npmjs.com/package/marked) | ||
[![gzip size](http://img.badgesize.io/https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js?compression=gzip)](https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js) | ||
[![install size](https://packagephobia.now.sh/[email protected])](https://packagephobia.now.sh/[email protected]) | ||
[![downloads](https://img.shields.io/npm/dt/marked.svg)](https://www.npmjs.com/package/marked) | ||
[![travis](https://travis-ci.org/markedjs/marked.svg?branch=master)](https://travis-ci.org/markedjs/marked) | ||
|
||
- ⚡ built for speed | ||
- ⬇️ low-level 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 | ||
|