From ce91043a1425f08e27e051e58771c2f379de3d45 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 3 Oct 2024 11:25:12 +0200 Subject: [PATCH] Refactor docs --- readme.md | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/readme.md b/readme.md index f041ccd..ea5a8dd 100644 --- a/readme.md +++ b/readme.md @@ -4,18 +4,23 @@ [](https://remark.js.org) -> A curated list of awesome [remark][] (a Markdown processor and a [unified][] -> project) resources. - -**remark** is not another Markdown to HTML compiler. -It can generate and reformat Markdown too. -Powered by plugins to do all kinds of things: check Markdown code style, -transform safely to React, add a table of contents, or compile to man pages, +> A curated list of awesome [remark][] +> (a markdown processor and a [unified][] project) +> resources. + +**remark** is not another markdown to HTML compiler. +It can generate and reformat markdown too. +Powered by plugins to do all kinds of things: +check markdown code style, +transform safely to React, +add a table of contents, +or compile to man pages, and much more. **unified** is an interface for processing text using syntax trees. -It’s what powers remark, but also [retext][] and [rehype][]. -It’s part of the [unified][] collective. +It’s what powers remark, +but also [retext][] and [rehype][]. +It’s all part of the [unified][] collective. ## Contents @@ -98,20 +103,20 @@ It’s part of the [unified][] collective. -[license]: https://creativecommons.org/licenses/by/4.0/ - -[license-badge]: https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg - [author]: https://wooorm.com [awesome-badge]: https://awesome.re/badge.svg -[self]: https://github.com/remarkjs/awesome-remark - -[unified]: https://github.com/unifiedjs/unified +[license-badge]: https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg -[remark]: https://github.com/remarkjs/remark +[license]: https://creativecommons.org/licenses/by/4.0/ [rehype]: https://github.com/rehypejs/rehype +[remark]: https://github.com/remarkjs/remark + [retext]: https://github.com/retextjs/retext + +[self]: https://github.com/remarkjs/awesome-remark + +[unified]: https://github.com/unifiedjs/unified