diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 14:54:45 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 14:54:45 +0200 |
commit | 4e9b1219a613263bb7e07c7a893ccdefb99f67da (patch) | |
tree | 5f0f84385c2d510c2a1e22c1cfc743aa338f2c49 | |
parent | f0a35f765f65ccd02346693e0546217007f69ad8 (diff) | |
download | markdown-rs-4e9b1219a613263bb7e07c7a893ccdefb99f67da.tar.gz markdown-rs-4e9b1219a613263bb7e07c7a893ccdefb99f67da.tar.bz2 markdown-rs-4e9b1219a613263bb7e07c7a893ccdefb99f67da.zip |
Remove notes from readme
-rw-r--r-- | readme.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -14,8 +14,6 @@ [![docs.rs][docs-badge]][docs] [![crates.io][crate-badge]][crate] -> ⚠️ **Important**: I’ll probably release this on `crates.io` tomorrow! - <!-- To do: coverage --> <!-- [![Coverage][coverage-badge]][coverage] --> @@ -81,14 +79,10 @@ This Rust crate has a sibling project in JavaScript: [`micromark`][micromark] With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`: -> ⚠️ **Important**: I’ll probably release this on `crates.io` tomorrow! - ```sh cargo install markdown ``` -> ⚠️ **Important**: I’ll probably release this on `crates.io` tomorrow! - ## Use ```rs |