From c0aa1ffe887f3e1d6a8f4e799a14b210a4d20c3a Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 1 Nov 2014 21:39:42 +0100 Subject: [PATCH] Add remarkable to Parsing --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5dda7db..b92ce5e 100644 --- a/readme.md +++ b/readme.md @@ -326,6 +326,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [css](https://github.com/reworkcss/css) - CSS parser / stringifier. - [strip-json-comments](https://github.com/sindresorhus/strip-json-comments) - Strip comments from JSON. - [marked](https://github.com/chjj/marked) - A markdown parser and compiler built for speed. +- [remarkable](https://github.com/jonschlinkert/remarkable) - A very fast markdown parser with 100% CommonMark support, extensions and syntax plugins. - [js-yaml](https://github.com/nodeca/js-yaml) - Very fast YAML parser. - [URI.js](https://github.com/medialize/URI.js) - URL mutation. - [JSONStream](https://github.com/dominictarr/JSONStream) - Streaming JSON.parse and stringify.