File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments