File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.5.0 - 2023-05-13
4+
5+ ### Added
6+
7+ - typographer plugin (https://github.com/rlidwka/markdown-it.rs/pull/4 )
8+ - smartquotes plugin (https://github.com/rlidwka/markdown-it.rs/pull/5 )
9+ - headings with ids plugin (https://github.com/rlidwka/markdown-it.rs/pull/18 )
10+
11+ ### Changed
12+
13+ - reference map changed from a HashMap to a trait object, allowing user to override it
14+ (https://github.com/rlidwka/markdown-it.rs/pull/17 )
15+
16+ ## 0.0.0 - 0.4.0 (2022-05-21 - 2022-10-03)
17+
18+ Initial commits. Software was not stabilized yet, so changes weren't documented that point.
Original file line number Diff line number Diff line change 11[package ]
22name = " markdown-it"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [" Alex Kocharin <alex@kocharin.ru>" ]
55description = " Rust port of popular markdown-it.js library."
66documentation = " https://docs.rs/markdown-it"
You can’t perform that action at this time.
0 commit comments