Skip to content

Commit e692ab0

Browse files
committed
Refactor to move section
1 parent a7a1d6f commit e692ab0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ P.S. if you want to *compile* MDX, use [`mdxjs-rs`][mdxjs-rs].
7070
* [Overview](#overview)
7171
* [File structure](#file-structure)
7272
* [Test](#test)
73-
* [Related](#related)
7473
* [Version](#version)
7574
* [Security](#security)
7675
* [Contribute](#contribute)
7776
* [Sponsor](#sponsor)
7877
* [Thanks](#thanks)
78+
* [Related](#related)
7979
* [License](#license)
8080

8181
## Install
@@ -276,13 +276,6 @@ The following bash scripts are useful when working on this project:
276276
cargo hfuzz run markdown_honggfuzz
277277
```
278278

279-
### Related
280-
281-
* [`micromark`][micromark]
282-
— same as `markdown-rs` but in JavaScript
283-
* [`mdxjs-rs`][mdxjs-rs]
284-
— wraps `markdown-rs` to *compile* MDX to JavaScript
285-
286279
### Version
287280

288281
`markdown-rs` follows [SemVer](https://semver.org).
@@ -342,6 +335,13 @@ Special thanks go out to:
342335
* [**@Murderlon**][murderlon] for the design of the logo
343336
* [**@johannhof**][johannhof] for the crate name
344337

338+
## Related
339+
340+
* [`micromark`][micromark]
341+
— same as `markdown-rs` but in JavaScript
342+
* [`mdxjs-rs`][mdxjs-rs]
343+
— wraps `markdown-rs` to *compile* MDX to JavaScript
344+
345345
## License
346346

347347
[MIT][license] © [Titus Wormer][author]

0 commit comments

Comments
 (0)