File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # [v0.40.0] - 2025-07-18
2+
3+ Reverts:
4+
5+ * "Fix header-ids accessibility" was reverted in https://github.com/kivikakk/comrak/commit/2cb6188bfb4c5d69bf55c73c19b2049e9dfe5dba
6+ * See discussion at https://github.com/kivikakk/comrak/pull/574#issuecomment-3046307805 for details.
7+
8+ Bug fixes:
9+
10+ * html: don't escape IPv6 address square bracket delimiters in links. by @kivikakk in https://github.com/kivikakk/comrak/pull/578
11+
12+ New APIs:
13+
14+ * Syntect syntax highlighting: Make a CSS class prefix configurable. by @SteveBinary in https://github.com/kivikakk/comrak/pull/580
15+
16+ ## New Contributors
17+
18+ * @SteveBinary made their first contribution in https://github.com/kivikakk/comrak/pull/580
19+
20+ Diff: https://github.com/kivikakk/comrak/compare/v0.39.1...v0.39.2
21+
22+
123# [v0.39.1] - 2025-06-27
224
325Bug fixes:
@@ -693,3 +715,4 @@ each case.
693715* Fix possible DoS in link parsing (#33, Demi Obenour).
694716
695717
718+
You can’t perform that action at this time.
0 commit comments