From e692ab0586b49c5eb544e5236be52241e4b24402 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 11 May 2023 09:50:45 +0200 Subject: Refactor to move section --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index b16786d..438cb8f 100644 --- a/readme.md +++ b/readme.md @@ -70,12 +70,12 @@ P.S. if you want to *compile* MDX, use [`mdxjs-rs`][mdxjs-rs]. * [Overview](#overview) * [File structure](#file-structure) * [Test](#test) - * [Related](#related) * [Version](#version) * [Security](#security) * [Contribute](#contribute) * [Sponsor](#sponsor) * [Thanks](#thanks) +* [Related](#related) * [License](#license) ## Install @@ -276,13 +276,6 @@ The following bash scripts are useful when working on this project: cargo hfuzz run markdown_honggfuzz ``` -### Related - -* [`micromark`][micromark] - — same as `markdown-rs` but in JavaScript -* [`mdxjs-rs`][mdxjs-rs] - — wraps `markdown-rs` to *compile* MDX to JavaScript - ### Version `markdown-rs` follows [SemVer](https://semver.org). @@ -342,6 +335,13 @@ Special thanks go out to: * [**@Murderlon**][murderlon] for the design of the logo * [**@johannhof**][johannhof] for the crate name +## Related + +* [`micromark`][micromark] + — same as `markdown-rs` but in JavaScript +* [`mdxjs-rs`][mdxjs-rs] + — wraps `markdown-rs` to *compile* MDX to JavaScript + ## License [MIT][license] © [Titus Wormer][author] -- cgit