From 516ebf4e4086fe075254f4de287c3790566501fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Tue, 17 Sep 2024 21:34:43 +1200 Subject: [PATCH] Add Rust markdown implementations Source of the dingus here: https://github.com/passcod/markdown-dingus --- registry.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/registry.json b/registry.json index 142bf68..089c0e3 100644 --- a/registry.json +++ b/registry.json @@ -172,5 +172,61 @@ "Lang": "Perl", "Repo": "https://github.com/mkende/pmarkdown", "CommonMark": "true" + }, + { + "Lang": "Rust", + "Name": "pulldown-cmark", + "Url": "https://markdown-dingus.shuttleapp.rs/pulldown-cmark", + "CommonMark": "true", + "Repo": "https://github.com/pulldown-cmark/pulldown-cmark" + }, + { + "Lang": "Rust", + "Name": "markdown", + "Url": "https://markdown-dingus.shuttleapp.rs/markdown", + "CommonMark": "true", + "Repo": "https://github.com/wooorm/markdown-rs" + }, + { + "Lang": "Rust", + "Name": "comrak", + "Url": "https://markdown-dingus.shuttleapp.rs/comrak", + "CommonMark": "true", + "Repo": "https://github.com/kivikakk/comrak" + }, + { + "Lang": "Rust", + "Name": "markdown-it", + "Url": "https://markdown-dingus.shuttleapp.rs/markdown-it", + "CommonMark": "true", + "Repo": "https://github.com/markdown-it-rust/markdown-it" + }, + { + "Lang": "Rust", + "Name": "markdowny", + "Url": "https://markdown-dingus.shuttleapp.rs/markdowny", + "CommonMark": "false", + "Repo": "https://gitlab.com/bitpowder/indigo-ng" + }, + { + "Lang": "Rust", + "Name": "concisemark", + "Url": "https://markdown-dingus.shuttleapp.rs/concisemark", + "CommonMark": "false", + "Repo": "https://github.com/ikey4u/concisemark" + }, + { + "Lang": "Rust", + "Name": "mdxt", + "Url": "https://markdown-dingus.shuttleapp.rs/mdxt", + "CommonMark": "false", + "Repo": "https://github.com/baehyunsol/mdxt" + }, + { + "Lang": "Rust", + "Name": "mini_markdown", + "Url": "https://markdown-dingus.shuttleapp.rs/mini_markdown", + "CommonMark": "false", + "Repo": "https://github.com/darakian/mini_markdown" } ]