diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 15:23:26 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 15:23:26 +0200 |
commit | b98dc6a5bfa763ea98e7fecaa4eda0803b9acd40 (patch) | |
tree | 008bf8edff9ba3375adbdaeb83e706f6bad46b61 /readme.md | |
parent | 0e4a9e8d35aed25f9d7da2193569e7face463ff9 (diff) | |
download | markdown-rs-b98dc6a5bfa763ea98e7fecaa4eda0803b9acd40.tar.gz markdown-rs-b98dc6a5bfa763ea98e7fecaa4eda0803b9acd40.tar.bz2 markdown-rs-b98dc6a5bfa763ea98e7fecaa4eda0803b9acd40.zip |
Add another note just to be sure
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ [![docs.rs][docs-badge]][docs] [![crates.io][crate-badge]][crate] +> 👉 **Note**: this is a new crate that reuses an old name. +> The old crate (`0.3.0` and lower) has a bunch of problems. +> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.1`. + CommonMark compliant markdown parser in Rust with ASTs and extensions. ## Feature highlights |