Sourced from comrak's releases.
v0.30.0
- Add
task-list-item
class to task list items by@nicoburns
in kivikakk/comrak#468- Add option for specifying a minimum width of ordered lists by
@edwar4rd
in kivikakk/comrak#465- Use
bon
for an infallible and compile-time-checked builder by@Veetaha
in kivikakk/comrak#466- Add support for image and link URL rewriting by
@liamwhite
in kivikakk/comrak#481- Unwrap Mutex from broken_link_callback by
@liamwhite
in kivikakk/comrak#484- Prevent panic in format_item by
@silverpill
in kivikakk/comrak#486- Bump
bon
version to 3.0 by@Veetaha
in kivikakk/comrak#487- Add support for subscript extension by
@liamwhite
in kivikakk/comrak#488- Add macro for character tables by
@liamwhite
in kivikakk/comrak#490New Contributors
@nicoburns
made their first contribution in kivikakk/comrak#468@edwar4rd
made their first contribution in kivikakk/comrak#465@Veetaha
made their first contribution in kivikakk/comrak#466Diff: https://github.com/kivikakk/comrak/compare/v0.29.0...v0.30.0
Sourced from comrak's changelog.
[v0.30.0] - 22-11-2024
- Add
task-list-item
class to task list items by@nicoburns
in kivikakk/comrak#468- Add option for specifying a minimum width of ordered lists by
@edwar4rd
in kivikakk/comrak#465- Use
bon
for an infallible and compile-time-checked builder by@Veetaha
in kivikakk/comrak#466- Add support for image and link URL rewriting by
@liamwhite
in kivikakk/comrak#481- Unwrap Mutex from broken_link_callback by
@liamwhite
in kivikakk/comrak#484- Prevent panic in format_item by
@silverpill
in kivikakk/comrak#486- Bump
bon
version to 3.0 by@Veetaha
in kivikakk/comrak#487- Add support for subscript extension by
@liamwhite
in kivikakk/comrak#488- Add macro for character tables by
@liamwhite
in kivikakk/comrak#490New Contributors
@nicoburns
made their first contribution in kivikakk/comrak#468@edwar4rd
made their first contribution in kivikakk/comrak#465@Veetaha
made their first contribution in kivikakk/comrak#466Diff: https://github.com/kivikakk/comrak/compare/v0.29.0...v0.30.0
8b369e5
Merge pull request #491
from kivikakk/release/v0.30.021ac833
changelog.txt: update.90626ea
[skip test] update changelog9c0ed4c
Cargo.toml: v0.30.0.26b6ca5
Merge pull request #490
from liamwhite/lazyeebca85
Replace NEEDS_ESCAPED array with character_set macroa34be67
Add character set macro and use in place of Lazyfc4292c
Merge pull request #488
from liamwhite/strikethrough-subscript-unify3d772f9
Add support for Pandoc-style strikethrough extensionadbba87
Change cm format for strikethrough to doubles