We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b3f1a commit 0e4a9e8Copy full SHA for 0e4a9e8
readme.md
@@ -76,9 +76,13 @@ This Rust crate has a sibling project in JavaScript: [`micromark`][micromark]
76
With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`:
77
78
```sh
79
-cargo install markdown
+cargo add markdown@1.0.0-alpha.1
80
```
81
82
+> 👉 **Note**: this is a new crate that reuses an old name.
83
+> The old crate (`0.3.0` and lower) has a bunch of problems.
84
+> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.1`.
85
+
86
## Use
87
88
```rs
0 commit comments