Remove unmaintained status of markdown (#1542)

* Remove unmaintained status of `markdown`

* Minor fixes

* Using withdrawn field instead

* Use patched instead

* Fix typo

Co-authored-by: pinkforest <36498018+pinkforest@users.noreply.github.com>
This commit is contained in:
Titus
2023-01-21 17:20:54 +01:00
committed by GitHub
parent ac877f8184
commit bed742d611

View File

@@ -7,11 +7,19 @@ informational = "unmaintained"
url = "https://github.com/johannhof/markdown.rs/issues/48"
[versions]
patched = []
unaffected = []
patched = [">= 1.0.0-alpha.1"]
```
# `markdown` is unmaintained
# `markdown` (1.0.0 and higher) is maintained
The [`markdown`](https://crates.io/crates/markdown) crate is no longer actively maintained. For Markdown parsing, you can use the [pulldown-cmark](https://crates.io/crates/pulldown-cmark) crate.
A new `markdown` crate has been brought over by a new maintainer replacing the old crate.
As of time of writing only pre-releases seem to be available for the 1.0.0 version of the crate.
The crate GitHub repository is now [wooorm/markdown-rs](https://github.com/wooorm/markdown-rs)
# `markdown` (0.3.0 and lower) was unmaintained
The old [`markdown`](https://crates.io/crates/markdown) crate was no longer actively maintained.
The crate GitHub repository was [johannhof/markdown.rs](https://github.com/johannhof/markdown.rs)