From b98dc6a5bfa763ea98e7fecaa4eda0803b9acd40 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 14 Oct 2022 15:23:26 +0200 Subject: Add another note just to be sure --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'readme.md') 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 -- cgit