From 77778395d59fb891bd6d5b359734ad32ed3e92d4 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 26 Dec 2015 21:25:21 +0100 Subject: [PATCH] Rename mdast to remark --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d539d07..bfcd371 100644 --- a/readme.md +++ b/readme.md @@ -418,7 +418,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Parsing -- [mdast](https://github.com/wooorm/mdast) - Markdown processor powered by plugins. +- [remark](https://github.com/wooorm/remark) - Markdown processor powered by plugins. - [markdown-it](https://github.com/markdown-it/markdown-it) - A very fast markdown parser with 100% CommonMark support, extensions and syntax plugins. - [parse5](https://github.com/inikulin/parse5) - Fast full-featured spec compliant HTML parser. - [strip-json-comments](https://github.com/sindresorhus/strip-json-comments) - Strip comments from JSON.