File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`:
1717
1818``` toml
1919[dependencies ]
20- comrak = " 0.35 "
20+ comrak = " 0.36 "
2121```
2222
2323Comrak's library supports Rust <span class =" msrv " >1.65</span >+.
@@ -59,7 +59,7 @@ Options:
5959 -c, --config-file <PATH>
6060 Path to config file containing command-line arguments, or 'none'
6161
62- [default: /Users/kivikakk /.config/comrak/config]
62+ [default: /home/runner /.config/comrak/config]
6363
6464 -i, --inplace
6565 To perform an in-place formatting
Original file line number Diff line number Diff line change 1+ # [v0.36.0] - 28-02-2025
2+
3+ Bug fixes:
4+
5+ * Stop at first suitable $ at inline math by @Bubbis in https://github.com/kivikakk/comrak/pull/533
6+
7+ New features/APIs:
8+
9+ * Create custom HTML formatters. by @kivikakk in https://github.com/kivikakk/comrak/pull/540
10+ * make `AlertType` methods public by @fiji-flo in https://github.com/kivikakk/comrak/pull/532
11+ * commonmark: experimental minimize by @charlottia in https://github.com/kivikakk/comrak/pull/523
12+
13+ Behind the scenes:
14+
15+ * tests: don't let sourcepos stand in the way of roundtrip tests. by @kivikakk in https://github.com/kivikakk/comrak/pull/543
16+ * Refactor html output functions by @digitalmoksha in https://github.com/kivikakk/comrak/pull/529
17+ * Write a sourcepos test for each `NodeValue` variant by @SamWilsn in https://github.com/kivikakk/comrak/pull/498
18+
19+ Documentation:
20+
21+ * docs: add Python bindings repo and PyPI links to Related Projects by @lmmx in https://github.com/kivikakk/comrak/pull/539
22+
23+ ## New Contributors
24+
25+ * @Bubbis made their first contribution in https://github.com/kivikakk/comrak/pull/533
26+ * @lmmx made their first contribution in https://github.com/kivikakk/comrak/pull/539
27+
28+ Diff: https://github.com/kivikakk/comrak/compare/v0.35.0...v0.36.0
29+
30+
131# [v0.35.0] - 23-01-2025
232
333* Use CSS class `markdown-alert` instead of `alert` by @digitalmoksha in https://github.com/kivikakk/comrak/pull/524
You can’t perform that action at this time.
0 commit comments