We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea89548 commit 489fee7Copy full SHA for 489fee7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "comrak"
3
-version = "0.2.2"
+version = "0.2.3"
4
authors = ["Ashe Connor <[email protected]>"]
5
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
6
documentation = "https://docs.rs/comrak"
changelog.txt
@@ -1,3 +1,7 @@
+### 0.2.3
+
+* Added header IDs extension.
### 0.2.2
7
* Fix for pathological reference link parsing.
0 commit comments