aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 15:23:26 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 15:23:26 +0200
commitb98dc6a5bfa763ea98e7fecaa4eda0803b9acd40 (patch)
tree008bf8edff9ba3375adbdaeb83e706f6bad46b61 /readme.md
parent0e4a9e8d35aed25f9d7da2193569e7face463ff9 (diff)
downloadmarkdown-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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 685125f..932e0b1 100644
--- a/readme.md
+++ b/readme.md
@@ -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