diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-13 21:24:03 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-13 21:24:03 +0200 |
commit | 6263c957b09eb559d68ce4251bdc94426a3b1b0c (patch) | |
tree | acb338c558f3ab3cfb54592f4dbd7cb064d74671 | |
parent | 1c51fedaeedecd536903982d7dbc663ab9fc2623 (diff) | |
download | markdown-rs-6263c957b09eb559d68ce4251bdc94426a3b1b0c.tar.gz markdown-rs-6263c957b09eb559d68ce4251bdc94426a3b1b0c.tar.bz2 markdown-rs-6263c957b09eb559d68ce4251bdc94426a3b1b0c.zip |
Add some notes
-rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,6 +13,8 @@ [![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] --> @@ -78,10 +80,14 @@ 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 |