Merge pull request #24 from passcod/patch-1

Add Rust markdown implementations
master
Alexandre Mutel 4 months ago committed by GitHub
commit c64e1e096c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"
}
]

Loading…
Cancel
Save