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 f0a35f7 commit 4e9b121Copy full SHA for 4e9b121
readme.md
@@ -14,8 +14,6 @@
14
[![docs.rs][docs-badge]][docs]
15
[![crates.io][crate-badge]][crate]
16
17
-> ⚠️ **Important**: I’ll probably release this on `crates.io` tomorrow!
18
-
19
<!-- To do: coverage -->
20
21
<!-- [![Coverage][coverage-badge]][coverage] -->
@@ -81,14 +79,10 @@ This Rust crate has a sibling project in JavaScript: [`micromark`][micromark]
81
79
82
80
With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`:
83
84
85
86
```sh
87
cargo install markdown
88
```
89
90
91
92
## Use
93
94
```rs
0 commit comments