File tree 2 files changed +32
-2
lines changed
2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`:
17
17
18
18
``` toml
19
19
[dependencies ]
20
- comrak = " 0.35 "
20
+ comrak = " 0.36 "
21
21
```
22
22
23
23
Comrak's library supports Rust <span class =" msrv " >1.65</span >+.
@@ -59,7 +59,7 @@ Options:
59
59
-c, --config-file <PATH>
60
60
Path to config file containing command-line arguments, or 'none'
61
61
62
- [default: /Users/kivikakk /.config/comrak/config]
62
+ [default: /home/runner /.config/comrak/config]
63
63
64
64
-i, --inplace
65
65
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
+
1
31
# [v0.35.0] - 23-01-2025
2
32
3
33
* 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