From 21948d6396d3e7e6798ce33ff95809f54d172076 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 22 Jan 2015 19:11:27 +0800 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c282a25..86ca114 100644 --- a/readme.md +++ b/readme.md @@ -340,7 +340,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. +- [markdown-it](https://github.com/markdown-it/markdown-it) - 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.