Skip to content

Commit 90626ea

Browse files
kivikakkgithub-actions[bot]
authored andcommitted
[skip test] update changelog
1 parent 9c0ed4c commit 90626ea

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`:
1717

1818
``` toml
1919
[dependencies]
20-
comrak = "0.29"
20+
comrak = "0.30"
2121
```
2222

2323
Comrak's library supports Rust <span class="msrv">1.62.1</span>+.
@@ -91,6 +91,9 @@ Options:
9191
Enable relaxing of autolink parsing, allow links to be recognized when in brackets and
9292
allow all url schemes
9393
94+
--tasklist-classes
95+
Output classes on tasklist elements so that they can be styled with CSS
96+
9497
--default-info-string <INFO>
9598
Default value for fenced code block's info strings if none is given
9699
@@ -113,7 +116,8 @@ Options:
113116
114117
[possible values: strikethrough, tagfilter, table, autolink, tasklist, superscript,
115118
footnotes, description-lists, multiline-block-quotes, math-dollars, math-code,
116-
wikilinks-title-after-pipe, wikilinks-title-before-pipe, underline, spoiler, greentext]
119+
wikilinks-title-after-pipe, wikilinks-title-before-pipe, underline, subscript, spoiler,
120+
greentext]
117121
118122
-t, --to <FORMAT>
119123
Specify output format

changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [v0.30.0] - 22-11-2024
2+
## What's Changed
3+
* Add class to task list items by @nicoburns in https://github.com/kivikakk/comrak/pull/468
4+
* Add option for specifying a minimum width of ordered lists by @edwar4rd in https://github.com/kivikakk/comrak/pull/465
5+
* Use for an infallible and compile-time-checked builder by @Veetaha in https://github.com/kivikakk/comrak/pull/466
6+
* Add support for image and link URL rewriting by @liamwhite in https://github.com/kivikakk/comrak/pull/481
7+
* Unwrap Mutex from broken_link_callback by @liamwhite in https://github.com/kivikakk/comrak/pull/484
8+
* Prevent panic in format_item by @silverpill in https://github.com/kivikakk/comrak/pull/486
9+
* Bump version to 3.0 by @Veetaha in https://github.com/kivikakk/comrak/pull/487
10+
* Add support for subscript extension by @liamwhite in https://github.com/kivikakk/comrak/pull/488
11+
* Add macro for character tables by @liamwhite in https://github.com/kivikakk/comrak/pull/490
12+
13+
## New Contributors
14+
* @nicoburns made their first contribution in https://github.com/kivikakk/comrak/pull/468
15+
* @edwar4rd made their first contribution in https://github.com/kivikakk/comrak/pull/465
16+
* @Veetaha made their first contribution in https://github.com/kivikakk/comrak/pull/466
17+
18+
**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.29.0...v0.30.0
119
# [v0.29.0] - 10-10-2024
220

321
* Add support for backslash escape in wikilinks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/471

0 commit comments

Comments
 (0)