diff options
author | Titus Wormer <tituswormer@gmail.com> | 2023-05-11 09:50:45 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2023-05-11 09:50:45 +0200 |
commit | e692ab0586b49c5eb544e5236be52241e4b24402 (patch) | |
tree | 4884f174d014b96e07e5357edf4fd4fa544bf3f5 | |
parent | a7a1d6f97afca5b06594b1bf3f7e05730926171f (diff) | |
download | markdown-rs-e692ab0586b49c5eb544e5236be52241e4b24402.tar.gz markdown-rs-e692ab0586b49c5eb544e5236be52241e4b24402.tar.bz2 markdown-rs-e692ab0586b49c5eb544e5236be52241e4b24402.zip |
Refactor to move section
-rw-r--r-- | readme.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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] |