comrak
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
0.54.0
7.0M downloads/mo
#3765 most downloaded on crates.io
kivikakk/comrak
What this package is like to depend on
Last release 1 months ago
12 Jul 2026
Release timing varies
gaps range from 8 days to 3 months
Some releases are documented
notes for 33 of 94 stable releases
2 versions withdrawn
withdrawn after publishing
9 years old
100 releases · first in 2017
15 releases in the last 12 months
see the full history below
Release timeline
100 releases · Apr 2017 to Jul 2026Releases
latest 60 of 100-
0.54.012 Jul 2026Release notes
Open source →Changed APIs:
- Header/anchor renders been changed to improve accessibility (by @aozerova in #808)
- The anchor no longer has
aria-hidden, and gets a properaria-label. It also now appears at the end of the header, not the front.
- The anchor no longer has
html::collect_texthas been moved ontoNode(by @kivikakk in #818)- All items marked as deprecated has been removed. You've been warned! (by @kivikakk in #823)
New APIs:
- LaTeX-style math delimiters are now supported with an option! (by @blib in #809)
- Attribute support has been added! (by @kivikakk in #814, #816)
- They aren't exposed in any formatter yet, so you'll need a custom formatter.
- Attribute parsing can be enabled on headers, fenced code blocks, inline code spans, and links and images.
- Aaaand the parsing code was cleaned up a bit :) (by @KevSlashNull in #817)
- Semantic HTML for alerts/admonitions can now be used! (by @flying-sheep in #822)
Bug fixes:
- Fix a CommonMark roundtripping failure when whitespace entities are place at emphasis boundaries (by @kivikakk in #750)
- Fix a crash in the CommonMark renderer with ordered lists nested in blockquotes (by @kivikakk in #815)
Dependency updates:
- Bump toml from
1.1.0+spec-1.1.0to1.1.2+spec-1.1.0(by@dependabot[bot]in #819)
New Contributors
- @blib made their first contribution in #809
- @KevSlashNull made their first contribution in #817
- @flying-sheep made their first contribution in #822
Diff: v0.53.0...v0.54.0
Release notes
Open source →Changed APIs:
- Header/anchor renders been changed to improve accessibility (by @aozerova in https://github.com/kivikakk/comrak/pull/808)
- The anchor no longer has
aria-hidden, and gets a properaria-label. It also now appears at the end of the header, not the front.
- The anchor no longer has
html::collect_texthas been moved ontoNode(by @kivikakk in https://github.com/kivikakk/comrak/pull/818)- All items marked as deprecated has been removed. You've been warned! (by @kivikakk in https://github.com/kivikakk/comrak/pull/823)
New APIs:
- LaTeX-style math delimiters are now supported with an option! (by @blib in https://github.com/kivikakk/comrak/pull/809)
- Attribute support has been added! (by @kivikakk in https://github.com/kivikakk/comrak/pull/814, https://github.com/kivikakk/comrak/pull/816)
- They aren't exposed in any formatter yet, so you'll need a custom formatter.
- Attribute parsing can be enabled on headers, fenced code blocks, inline code spans, and links and images.
- Aaaand the parsing code was cleaned up a bit :) (by @KevSlashNull in https://github.com/kivikakk/comrak/pull/817)
- Semantic HTML for alerts/admonitions can now be used! (by @flying-sheep in https://github.com/kivikakk/comrak/pull/822)
Bug fixes:
- Fix a CommonMark roundtripping failure when whitespace entities are place at emphasis boundaries (by @kivikakk in https://github.com/kivikakk/comrak/pull/750)
- Fix a crash in the CommonMark renderer with ordered lists nested in blockquotes (by @kivikakk in https://github.com/kivikakk/comrak/pull/815)
Dependency updates:
- Bump toml from
1.1.0+spec-1.1.0to1.1.2+spec-1.1.0(by@dependabot[bot]in https://github.com/kivikakk/comrak/pull/819)
New Contributors
- @blib made their first contribution in https://github.com/kivikakk/comrak/pull/809
- @KevSlashNull made their first contribution in https://github.com/kivikakk/comrak/pull/817
- @flying-sheep made their first contribution in https://github.com/kivikakk/comrak/pull/822
Diff: https://github.com/kivikakk/comrak/compare/v0.53.0...v0.54.0
- Header/anchor renders been changed to improve accessibility (by @aozerova in #808)
-
0.53.002 Jul 2026Release notes
Open source →Changed APIs:
Bug fixes:
Stability:
Dependency updates:
- Bump mshick/add-pr-comment from 2 to 2.8.2 (by
@dependabot[bot]in #793) - Bump peter-evans/create-pull-request from 8 to 8.1.0 (by
@dependabot[bot]in #797) - Bump CodSpeedHQ/action from 4 to 4.10.4 (by
@dependabot[bot]in #794, #798, #799) - Bump toml from 1.0.6+spec-1.1.0 to 1.1.0+spec-1.1.0 (by
@dependabot[bot]in #810) - Bump rustc-hash from 2.1.1 to 2.1.2 (by
@dependabot[bot]in #811) - GitHub Actions SHAs pinned with 90 day minimum age to avoid supply-chain nonsense (by @kivikakk in #802)
Documentation:
Build changes:
- Alternative syntect backends are exposed as features (by @gjtorikian in #812)
- WASM users: you will need to build with
--no-default-features. Please read the pull request for more details; suggestions/fixes most appreciated!
- WASM users: you will need to build with
New Contributors
- @sandmor made their first contribution in #791
- @ilkecan made their first contribution in #792
- @aozerova made their first contribution in #800!
Diff: v0.52.0...v0.53.0
Release notes
Open source →Changed APIs:
--inplacenow accepts multiple arguments (by @ilkecan in https://github.com/kivikakk/comrak/pull/792)
Bug fixes:
~,~~~and:::are escaped in CommonMark output (by @sandmor in https://github.com/kivikakk/comrak/pull/791)
Stability:
- AST now validated when formatting HTML and XML in debug builds (@aozerova in https://github.com/kivikakk/comrak/pull/800)
Dependency updates:
- Bump mshick/add-pr-comment from 2 to 2.8.2 (by
@dependabot[bot]in https://github.com/kivikakk/comrak/pull/793) - Bump peter-evans/create-pull-request from 8 to 8.1.0 (by
@dependabot[bot]in https://github.com/kivikakk/comrak/pull/797) - Bump CodSpeedHQ/action from 4 to 4.10.4 (by
@dependabot[bot]in https://github.com/kivikakk/comrak/pull/794, https://github.com/kivikakk/comrak/pull/798, https://github.com/kivikakk/comrak/pull/799) - Bump toml from 1.0.6+spec-1.1.0 to 1.1.0+spec-1.1.0 (by
@dependabot[bot]in https://github.com/kivikakk/comrak/pull/810) - Bump rustc-hash from 2.1.1 to 2.1.2 (by
@dependabot[bot]in https://github.com/kivikakk/comrak/pull/811) - GitHub Actions SHAs pinned with 90 day minimum age to avoid supply-chain nonsense (by @kivikakk in https://github.com/kivikakk/comrak/pull/802)
Documentation:
- Scoop installation instructions added to README (by @tats-u in https://github.com/kivikakk/comrak/pull/796)
Build changes:
- Alternative syntect backends are exposed as features (by @gjtorikian in https://github.com/kivikakk/comrak/pull/812)
- WASM users: you will need to build with
--no-default-features. Please read the pull request for more details; suggestions/fixes most appreciated!
- WASM users: you will need to build with
New Contributors
- @sandmor made their first contribution in https://github.com/kivikakk/comrak/pull/791
- @ilkecan made their first contribution in https://github.com/kivikakk/comrak/pull/792
- @aozerova made their first contribution in https://github.com/kivikakk/comrak/pull/800!
Diff: https://github.com/kivikakk/comrak/compare/v0.52.0...v0.53.0
- Bump mshick/add-pr-comment from 2 to 2.8.2 (by
-
0.52.004 Apr 2026Release notes
Open source →Happy April!
Reverts:
- I had to remove the Typst formatter I was so happy about in the last release! This is very unfortunate. It turned out to be LLM-generated, and I just haven't had the time or energy to replace it myself. (by @kivikakk in #781)
Changed APIs:
- Deprecate the option name
header_idsin favor ofheader_id_prefix, to make it clear that the option value actually adds a prefix to theidattribute, and add theheader_id_prefix_in_hrefoption, which adds the same prefix to generatedhrefs. (by @miketheman in #776) - Decouple greentext handling from blockquote parsing. (by @Martin005 in #789)
- This means a lone
>amongst blockquotes won't trigger greentext when enabled.
- This means a lone
New APIs:
- Add parse option for char-based columns in
Sourcepos. They report by default in byte columns according to the input UTF-8 source. (by @Martin005 in #779) - Add block directive extension. (by @P-SiZK in #782)
Dependency updates:
- Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. (by
@dependabot[bot]in #778) - I've lengthened the dependency cooldown in Dependabot to 90 days, given gestures aimlessly the state of everything. (15c22fa)
Documentation:
- Added a
CONTRIBUTING.mdthat directs the reader to the README's contributing section. (ddae155)
Build changes:
- Set
codegen-units = 1for release builds. (suggested by @zamazan4ik, added in ea026ef)
Behind the scenes:
New Contributors
Diff: v0.51.0...v0.52.0
Release notes
Open source →Happy April!
Reverts:
- I had to remove the Typst formatter I was so happy about in the last release! This is very unfortunate. It turned out to be LLM-generated, and I just haven't had the time or energy to replace it myself. (by @kivikakk in https://github.com/kivikakk/comrak/pull/781)
Changed APIs:
- Deprecate the option name
header_idsin favor ofheader_id_prefix, to make it clear that the option value actually adds a prefix to theidattribute, and add theheader_id_prefix_in_hrefoption, which adds the same prefix to generatedhrefs. (by @miketheman in https://github.com/kivikakk/comrak/pull/776) - Decouple greentext handling from blockquote parsing. (by @Martin005 in https://github.com/kivikakk/comrak/pull/789)
- This means a lone
>amongst blockquotes won't trigger greentext when enabled.
- This means a lone
New APIs:
- Add parse option for char-based columns in
Sourcepos. They report by default in byte columns according to the input UTF-8 source. (by @Martin005 in https://github.com/kivikakk/comrak/pull/779) - Add block directive extension. (by @P-SiZK in https://github.com/kivikakk/comrak/pull/782)
Dependency updates:
- Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. (by
@dependabot[bot]in https://github.com/kivikakk/comrak/pull/778) - I've lengthened the dependency cooldown in Dependabot to 90 days, given gestures aimlessly the state of everything. (15c22fa2)
Documentation:
- Added a
CONTRIBUTING.mdthat directs the reader to the README's contributing section. (ddae1558)
Build changes:
- Set
codegen-units = 1for release builds. (suggested by @zamazan4ik, added in ea026ef3)
Behind the scenes:
- Stop fuzz targets regressing by adding the build to CI. (by @kivikakk in https://github.com/kivikakk/comrak/pull/771)
New Contributors
- @P-SiZK made their first contribution in https://github.com/kivikakk/comrak/pull/782
Diff: https://github.com/kivikakk/comrak/compare/v0.51.0...v0.52.0
-
0.51.010 Mar 2026Release notes
Open source →新年快乐! :) What a lovely assortment of improvements, fixes, and new contributors we have in this release. Of particular note, Comrak has gained initial support for formatting to Typst, thanks to @neilberkman! This is a first cut and there are some known issues — see the PR — but I'm super happy to have folks testing it sooner rather than later!
Changed APIs:
- Add "css" to CLI's syntax highlighting options; set CSS as the default highlighting mode. (by @gjtorikian in #739)
- Allow raw nodes to be children of anything. (by @JeanMertz in #743)
- Support comma-delimited language tokens in Syntect plugin. (by @neilberkman in #752)
New APIs:
- Added
RenderPlugins::codefence_renderersto register language-specific codefence renderers. (by @neilberkman in #751) - Added
CodefenceRendererAdapterfor language-specific codefence rendering. Itswritemethod receives parsed codefence language and metadata (lang,meta) alongside code and source position. (by @neilberkman in #751) - Add
++insert++extension and guillemet smart punctuation. (by @neilberkman in #754) - Add Typst formatter. (by @neilberkman in #763)
- Add
compact_htmlrender option to suppress newlines in pretty-printing. (by @xvchris in #769)
Bug fixes:
- Don't wrap text in table cells in CommonMark output. (by @cinerea0 in #737)
- Fix incorrect
sourceposfor inserted table cells. (by @Martin005 in #747) - Fix HEEx nested element edge cases. (by @leandrocp in #749)
- Fix off-by-one in hex entity digit limit. (by @neilberkman in #753)
Dependency updates:
- Replace
unicode_categorieswithfinl_unicodefor Unicode character categories. (by @Martin005 in #757) - Bump bon from
3.8.2to3.9.0. (by@dependabot[bot]in #759) - Bump clap from
4.5.54to4.5.60. (by@dependabot[bot]in #748, #756, #758, #766) - Bump strum from
0.27.2to0.28.0. (by@dependabot[bot]in #765) - Bump time from
0.3.36to0.3.47in/fuzz. (by@dependabot[bot]in #744) - Bump toml from
0.9.10+spec-1.1.0to1.0.3+spec-1.1.0. (by@dependabot[bot]in #742, #760, #767)
Documentation:
- Add
alerts(admonitions) to README. (by @kritzelkrak in #761) - Explain column counting in
LineColumn, and fix shortcode context link. (by @Martin005 in #764)
New Contributors
- @cinerea0 made their first contribution in #737
- @JeanMertz made their first contribution in #743
- @neilberkman made their first contribution in #751
- @kritzelkrak made their first contribution in #761
- @xvchris made their first contribution in #769
Diff: v0.50.0...v0.51.0
Release notes
Open source →新年快乐! :) What a lovely assortment of improvements, fixes, and new contributors we have in this release. Of particular note, Comrak has gained initial support for formatting to Typst, thanks to @neilberkman! This is a first cut and there are some known issues — see the PR — but I'm super happy to have folks testing it sooner rather than later!
Changed APIs:
- Add "css" to CLI's syntax highlighting options; set CSS as the default highlighting mode. (by @gjtorikian in https://github.com/kivikakk/comrak/pull/739)
- Allow raw nodes to be children of anything. (by @JeanMertz in https://github.com/kivikakk/comrak/pull/743)
- Support comma-delimited language tokens in Syntect plugin. (by @neilberkman in https://github.com/kivikakk/comrak/pull/752)
New APIs:
- Added
RenderPlugins::codefence_renderersto register language-specific codefence renderers. (by @neilberkman in https://github.com/kivikakk/comrak/pull/751) - Added
CodefenceRendererAdapterfor language-specific codefence rendering. Itswritemethod receives parsed codefence language and metadata (lang,meta) alongside code and source position. (by @neilberkman in https://github.com/kivikakk/comrak/pull/751) - Add
++insert++extension and guillemet smart punctuation. (by @neilberkman in https://github.com/kivikakk/comrak/pull/754) - Add Typst formatter. (by @neilberkman in https://github.com/kivikakk/comrak/pull/763)
- Add
compact_htmlrender option to suppress newlines in pretty-printing. (by @xvchris in https://github.com/kivikakk/comrak/pull/769)
Bug fixes:
- Don't wrap text in table cells in CommonMark output. (by @cinerea0 in https://github.com/kivikakk/comrak/pull/737)
- Fix incorrect
sourceposfor inserted table cells. (by @Martin005 in https://github.com/kivikakk/comrak/pull/747) - Fix HEEx nested element edge cases. (by @leandrocp in https://github.com/kivikakk/comrak/pull/749)
- Fix off-by-one in hex entity digit limit. (by @neilberkman in https://github.com/kivikakk/comrak/pull/753)
Dependency updates:
- Replace
unicode_categorieswithfinl_unicodefor Unicode character categories. (by @Martin005 in https://github.com/kivikakk/comrak/pull/757) - Bump bon from
3.8.2to3.9.0. (by@dependabot[bot]in https://github.com/kivikakk/comrak/pull/759) - Bump clap from
4.5.54to4.5.60. (by@dependabot[bot]in https://github.com/kivikakk/comrak/pull/748, https://github.com/kivikakk/comrak/pull/756, https://github.com/kivikakk/comrak/pull/758, https://github.com/kivikakk/comrak/pull/766) - Bump strum from
0.27.2to0.28.0. (by@dependabot[bot]in https://github.com/kivikakk/comrak/pull/765) - Bump time from
0.3.36to0.3.47in/fuzz. (by@dependabot[bot]in https://github.com/kivikakk/comrak/pull/744) - Bump toml from
0.9.10+spec-1.1.0to1.0.3+spec-1.1.0. (by@dependabot[bot]in https://github.com/kivikakk/comrak/pull/742, https://github.com/kivikakk/comrak/pull/760, https://github.com/kivikakk/comrak/pull/767)
Documentation:
- Add
alerts(admonitions) to README. (by @kritzelkrak in https://github.com/kivikakk/comrak/pull/761) - Explain column counting in
LineColumn, and fix shortcode context link. (by @Martin005 in https://github.com/kivikakk/comrak/pull/764)
New Contributors
- @cinerea0 made their first contribution in https://github.com/kivikakk/comrak/pull/737
- @JeanMertz made their first contribution in https://github.com/kivikakk/comrak/pull/743
- @neilberkman made their first contribution in https://github.com/kivikakk/comrak/pull/751
- @kritzelkrak made their first contribution in https://github.com/kivikakk/comrak/pull/761
- @xvchris made their first contribution in https://github.com/kivikakk/comrak/pull/769
Diff: https://github.com/kivikakk/comrak/compare/v0.50.0...v0.51.0
-
0.50.022 Jan 2026Release notes
Open source →The big news is that I've updated Comrak to use Rust 2024, which means our MSRV has been updated to 1.85. I'm sorry if this affects you negatively! Keeping dependencies up-to-date while respecting our MSRV is basically impossible without the MSRV resolver, and I've spent far too many hours of my short life trying to do without it. Thank you for your understanding 🤍
Bug fixes:
- Incorrect
sourceposfor lists before CodeBlocks fixed. (by @Martin005 in #712) - Incorrect
sourceposfor HTML and HEEx blocks inside blockquotes fixed. (by @Martin005 in #714) - HTML block in blockquote in multiline block quotes had no content; now it does! (by @Martin005 in #713)
- Fixed some bugs with HEEx components mixed with Markdown. (by @leandrocp in #719)
Performance:
- Reduced some heap allocations and improved hash function performance. (by @gjtorikian in #717)
Dependency updates:
- A whole lot of Dependabot updates:
- Upgrade to edition 2021, then 2024. (by @kivikakk in #731, #732)
- The latter PR includes even more dependency updates (using the v3 resolver), using the latest versions possible on 1.85.
Documentation:
Build changes:
- Dependency updates to help building on LoongArch64. (by @kivikakk in #708)
- Don't run the pathological test suite on RISC-V. (by @kivikakk in #710)
- Turns out the Darwin builds were also linking to the Nix store! (by @kivikakk in #736)
Behind the scenes:
Diff: v0.49.0...v0.50.0
Release notes
Open source →The big news is that I've updated Comrak to use Rust 2024, which means our MSRV has been updated to 1.85. I'm sorry if this affects you negatively! Keeping dependencies up-to-date while respecting our MSRV is basically impossible without the MSRV resolver, and I've spent far too many hours of my short life trying to do without it. Thank you for your understanding 🤍
Bug fixes:
- Incorrect
sourceposfor lists before CodeBlocks fixed. (by @Martin005 in https://github.com/kivikakk/comrak/pull/712) - Incorrect
sourceposfor HTML and HEEx blocks inside blockquotes fixed. (by @Martin005 in https://github.com/kivikakk/comrak/pull/714) - HTML block in blockquote in multiline block quotes had no content; now it does! (by @Martin005 in https://github.com/kivikakk/comrak/pull/713)
- Fixed some bugs with HEEx components mixed with Markdown. (by @leandrocp in https://github.com/kivikakk/comrak/pull/719)
Performance:
- Reduced some heap allocations and improved hash function performance. (by @gjtorikian in https://github.com/kivikakk/comrak/pull/717)
Dependency updates:
- A whole lot of Dependabot updates:
- https://github.com/kivikakk/comrak/pull/711
- https://github.com/kivikakk/comrak/pull/721
- https://github.com/kivikakk/comrak/pull/722
- https://github.com/kivikakk/comrak/pull/723
- https://github.com/kivikakk/comrak/pull/724
- https://github.com/kivikakk/comrak/pull/725
- https://github.com/kivikakk/comrak/pull/726
- https://github.com/kivikakk/comrak/pull/730
- https://github.com/kivikakk/comrak/pull/733
- https://github.com/kivikakk/comrak/pull/734
- https://github.com/kivikakk/comrak/pull/735
- Upgrade to edition 2021, then 2024. (by @kivikakk in https://github.com/kivikakk/comrak/pull/731, https://github.com/kivikakk/comrak/pull/732)
- The latter PR includes even more dependency updates (using the v3 resolver), using the latest versions possible on 1.85.
Documentation:
- Added a policy on LLM-generated code. (by @kivikakk in https://github.com/kivikakk/comrak/pull/718)
Build changes:
- Dependency updates to help building on LoongArch64. (by @kivikakk in https://github.com/kivikakk/comrak/pull/708)
- Don't run the pathological test suite on RISC-V. (by @kivikakk in https://github.com/kivikakk/comrak/pull/710)
- Turns out the Darwin builds were also linking to the Nix store! (by @kivikakk in https://github.com/kivikakk/comrak/pull/736)
Behind the scenes:
- Integrated CodSpeed benchmarks on PRs. (by @kivikakk in https://github.com/kivikakk/comrak/pull/715)
Diff: https://github.com/kivikakk/comrak/compare/v0.49.0...v0.50.0
- Incorrect
-
0.49.009 Dec 2025Release notes
Open source →New APIs:
- Support for Phoenix HEEx has been added! Comrak can now avoid interpreting the contents of HEEx tags, representing them in their own node type in the AST. (by @leandrocp in #693, #702)
- Add sourcepos for the task item symbol (i.e. the
xin[x]). (by @kivikakk in #705)
Build changes:
- Fix typos in repository and add typos CI config. (by @liamwhite in #691)
- Promote clippy warns to errors in CI. (by @leandrocp in #701)
Behind the scenes:
- Clean up
find_special_charlogic for inlines. (by @liamwhite in #692) - Add
byte_matcheshelper to simplifyget/map_orchaining tests in parser. (by @liamwhite in #694) - Apply clippy suggestions. (by @leandrocp in #700)
- DRY out the
create_formattermacro a bit. (by @nberlette in #704)
New Contributors
- @nberlette made their first contribution in #704
Diff: v0.48.0...v0.49.0
Release notes
Open source →New APIs:
- Support for Phoenix HEEx has been added! Comrak can now avoid interpreting the contents of HEEx tags, representing them in their own node type in the AST. (by @leandrocp in https://github.com/kivikakk/comrak/pull/693, https://github.com/kivikakk/comrak/pull/702)
- Add sourcepos for the task item symbol (i.e. the
xin[x]). (by @kivikakk in https://github.com/kivikakk/comrak/pull/705)
Build changes:
- Fix typos in repository and add typos CI config. (by @liamwhite in https://github.com/kivikakk/comrak/pull/691)
- Promote clippy warns to errors in CI. (by @leandrocp in https://github.com/kivikakk/comrak/pull/701)
Behind the scenes:
- Clean up
find_special_charlogic for inlines. (by @liamwhite in https://github.com/kivikakk/comrak/pull/692) - Add
byte_matcheshelper to simplifyget/map_orchaining tests in parser. (by @liamwhite in https://github.com/kivikakk/comrak/pull/694) - Apply clippy suggestions. (by @leandrocp in https://github.com/kivikakk/comrak/pull/700)
- DRY out the
create_formattermacro a bit. (by @nberlette in https://github.com/kivikakk/comrak/pull/704)
New Contributors
- @nberlette made their first contribution in https://github.com/kivikakk/comrak/pull/704
Diff: https://github.com/kivikakk/comrak/compare/v0.48.0...v0.49.0
-
0.48.013 Nov 2025Release notes
Open source →The breaking changes are listed right at the top! Please note that AST content now represents
NULbytes (codepoint number zero) as they were in the input; these used to be translated to the lovely � character at the very beginning of the input process, presumably so the rest of the reference C parser didn't have to deal with the possibility of strings containing NUL bytes. We can do better, though, so let's! The � character is now emitted by our formatters in place ofNUL, but if you use custom or manual formatters and emit any part of the AST content directly (without usingcomrak::html::escape,context::html::escape_href, or the same-named functions onContext), you may need to do the same translation yourself.We also no longer append a newline to the end of the file where there wasn't one originally, which meant a lot of places in the parser had to adapt to their strings not necessarily containing a newline before they ended. Careful review and extensive fuzzing should have squeaked out any unexpected overruns, but consider my eyes peeled for reports regarding this. (Ew.) We've cleaned up some sourcepos calculation which depended on this behaviour in odd ways, but there may yet be more to discover which our test suite didn't catch.
Did you know November is Trans Month? I didn't! I'm guessing it's because Trans Awareness Week falls within it, and we've been having a pretty bad time of it rights-wise around the world lately!
Happy Trans Month, and if you happen to typo it as Trans Moth, we can be happy about that too! 🏳️⚧️ ᖭི༏ᖫྀ
Parser changes:
- No longer translate
NULbytes intoU+FFFD REPLACEMENT CHARACTERin the parse stage; do it in formatters instead. (by @kivikakk in #681)- This means the AST now contains
NULbytes where they were present in input, preserving the difference betweenNULand literally-entered�characters.
- This means the AST now contains
- No longer append a virtual newline at the end of the file where missing. (by @kivikakk in #682)
- The spec allows a line to end with either a newline or EOF; the reference parser would assume any given input string will always have a terminating linefeed and forced that to be the case, and so Comrak used to. Comrak no longer does.
- We also now handle line feed, carriage return, and carriage return plus line feed (as allow'd by the spec) without pretending they're all just a line feed, meaning e.g. sourcepos for softbreaks now correctly spans two bytes when it was produced by a carriage return plus line feed.
Changed APIs:
- Remove mandatory space before fenced codeblock info string in CommonMark output. (by @kivikakk in #686)
- Write out
%25in hrefs where not part of a percent-encode sequence. (by @kivikakk in #687)- We used to leave any
%character alone, such that[link](%%20)would roundtrip without change. It now roundtrips to[link](%25%20).
- We used to leave any
- Relaxed tasklist matching now supports a full Unicode scalar for the character between the
[…], and no longer turns single-byte UTF-8 characters into the Unicode codepoint numbered at the UTF-8 byte (!). (by @kivikakk in #689)
New APIs:
- Add
highlightextension,==for highlights==! These render with<mark>in the HTML formatter. (by @pferreir in #672) - Add
comrak::Node<'a>as an alias forcomrak::nodes::Node<'a>. (by @kivikakk in #673) - Add
comrak::Arena<'a>as an alias fortyped_arena::Arena<comrak::nodes::AstNode<'a>>. (by @kivikakk in #675) - Add
From<(LineColumn, LineColumn)>impl forSourcepos. (by @kivikakk in #675) - Make
comrak::nodes::NodeValue::xml_node_namepublic, when you want a handy-to-access name for a node type. (by @kivikakk in #673) - Add
options.parse.leave_footnote_definitions; this option causes footnote definitions to not be relocated to the bottom of the document, and unused references not to be garbage collected, for use with custom formatters. (by @kivikakk in #673)
Bug fixes:
- Fix relaxed autolink email in footnote edge case/panic. (by @kivikakk in #677)
- Prevent unexpected post-processing, such as
\[x]still being eligible for tasklist inclusion despite the escaped[. (by @kivikakk in #679)
Performance:
- Simplify internal feed function, no longer requiring any allocation before the block parser. (by @kivikakk in #679, #681)
- Don't buffer CommonMark output unless necessary. (by @kivikakk in #684)
- The full output was always buffered in a string before being written to the destination, which in many cases is going to be another string. Buffering is now done only to the extent required by output options, which often will be "not at all."
- Use SIMD for core line feed process. (by @kivikakk in #688)
Build changes:
- We now build Linux release binaries against musl, making them actually useful for anyone not running my exact Nix build :') (by @kivikakk in #671)
- The benchmark CI job no longer causes the whole PR to fail checks if it can't post its comment. (by @kivikakk in #674)
Behind the scenes:
- Factor out
inlines::Scanner, reducing some needless allocations. (by @kivikakk in #675) - The
all_optionsfuzzer now fuzzes across all options, and not just with most of them switched on. (by @kivikakk in #678)
New Contributors
Diff: v0.47.0...v0.48.0
Release notes
Open source →The breaking changes are listed right at the top! Please note that AST content now represents
NULbytes (codepoint number zero) as they were in the input; these used to be translated to the lovely � character at the very beginning of the input process, presumably so the rest of the reference C parser didn't have to deal with the possibility of strings containing NUL bytes. We can do better, though, so let's! The � character is now emitted by our formatters in place ofNUL, but if you use custom or manual formatters and emit any part of the AST content directly (without usingcomrak::html::escape,context::html::escape_href, or the same-named functions onContext), you may need to do the same translation yourself.We also no longer append a newline to the end of the file where there wasn't one originally, which meant a lot of places in the parser had to adapt to their strings not necessarily containing a newline before they ended. Careful review and extensive fuzzing should have squeaked out any unexpected overruns, but consider my eyes peeled for reports regarding this. (Ew.) We've cleaned up some sourcepos calculation which depended on this behaviour in odd ways, but there may yet be more to discover which our test suite didn't catch.
Did you know November is Trans Month? I didn't! I'm guessing it's because Trans Awareness Week falls within it, and we've been having a pretty bad time of it rights-wise around the world lately!
Happy Trans Month, and if you happen to typo it as Trans Moth, we can be happy about that too! 🏳️⚧️ ᖭི༏ᖫྀ
Parser changes:
- No longer translate
NULbytes intoU+FFFD REPLACEMENT CHARACTERin the parse stage; do it in formatters instead. (by @kivikakk in https://github.com/kivikakk/comrak/pull/681)- This means the AST now contains
NULbytes where they were present in input, preserving the difference betweenNULand literally-entered�characters.
- This means the AST now contains
- No longer append a virtual newline at the end of the file where missing. (by @kivikakk in https://github.com/kivikakk/comrak/pull/682)
- The spec allows a line to end with either a newline or EOF; the reference parser would assume any given input string will always have a terminating linefeed and forced that to be the case, and so Comrak used to. Comrak no longer does.
- We also now handle line feed, carriage return, and carriage return plus line feed (as allow'd by the spec) without pretending they're all just a line feed, meaning e.g. sourcepos for softbreaks now correctly spans two bytes when it was produced by a carriage return plus line feed.
Changed APIs:
- Remove mandatory space before fenced codeblock info string in CommonMark output. (by @kivikakk in https://github.com/kivikakk/comrak/pull/686)
- Write out
%25in hrefs where not part of a percent-encode sequence. (by @kivikakk in https://github.com/kivikakk/comrak/pull/687)- We used to leave any
%character alone, such that[link](%%20)would roundtrip without change. It now roundtrips to[link](%25%20).
- We used to leave any
- Relaxed tasklist matching now supports a full Unicode scalar for the character between the
[…], and no longer turns single-byte UTF-8 characters into the Unicode codepoint numbered at the UTF-8 byte (!). (by @kivikakk in https://github.com/kivikakk/comrak/pull/689)
New APIs:
- Add
highlightextension,==for highlights==! These render with<mark>in the HTML formatter. (by @pferreir in https://github.com/kivikakk/comrak/pull/672) - Add
comrak::Node<'a>as an alias forcomrak::nodes::Node<'a>. (by @kivikakk in https://github.com/kivikakk/comrak/pull/673) - Add
comrak::Arena<'a>as an alias fortyped_arena::Arena<comrak::nodes::AstNode<'a>>. (by @kivikakk in https://github.com/kivikakk/comrak/pull/675) - Add
From<(LineColumn, LineColumn)>impl forSourcepos. (by @kivikakk in https://github.com/kivikakk/comrak/pull/675) - Make
comrak::nodes::NodeValue::xml_node_namepublic, when you want a handy-to-access name for a node type. (by @kivikakk in https://github.com/kivikakk/comrak/pull/673) - Add
options.parse.leave_footnote_definitions; this option causes footnote definitions to not be relocated to the bottom of the document, and unused references not to be garbage collected, for use with custom formatters. (by @kivikakk in https://github.com/kivikakk/comrak/pull/673)
Bug fixes:
- Fix relaxed autolink email in footnote edge case/panic. (by @kivikakk in https://github.com/kivikakk/comrak/pull/677)
- Prevent unexpected post-processing, such as
\[x]still being eligible for tasklist inclusion despite the escaped[. (by @kivikakk in https://github.com/kivikakk/comrak/pull/679)
Performance:
- Simplify internal feed function, no longer requiring any allocation before the block parser. (by @kivikakk in https://github.com/kivikakk/comrak/pull/679, https://github.com/kivikakk/comrak/pull/681)
- Don't buffer CommonMark output unless necessary. (by @kivikakk in https://github.com/kivikakk/comrak/pull/684)
- The full output was always buffered in a string before being written to the destination, which in many cases is going to be another string. Buffering is now done only to the extent required by output options, which often will be "not at all."
- Use SIMD for core line feed process. (by @kivikakk in https://github.com/kivikakk/comrak/pull/688)
Build changes:
- We now build Linux release binaries against musl, making them actually useful for anyone not running my exact Nix build :') (by @kivikakk in https://github.com/kivikakk/comrak/pull/671)
- The benchmark CI job no longer causes the whole PR to fail checks if it can't post its comment. (by @kivikakk in https://github.com/kivikakk/comrak/pull/674)
Behind the scenes:
- Factor out
inlines::Scanner, reducing some needless allocations. (by @kivikakk in https://github.com/kivikakk/comrak/pull/675) - The
all_optionsfuzzer now fuzzes across all options, and not just with most of them switched on. (by @kivikakk in https://github.com/kivikakk/comrak/pull/678)
New Contributors
- @pferreir made their first contribution in https://github.com/kivikakk/comrak/pull/672
Diff: https://github.com/kivikakk/comrak/compare/v0.47.0...v0.48.0
- No longer translate
-
0.47.030 Oct 2025Release notes
Open source →Martin Chrástek has fixed all known sourcepos issues in Comrak, while closing a number of other bugs at the same time! I'm so happy.
New APIs:
NodeCodeBlocknow has aclosedproperty. (by @Martin005 in #661)NodeHeadingnow has aclosedproperty, for closed ATX-style headings. (by @Martin005 in #665)
Bug fixes:
- Source position information for lists and their children is fixed. (by @Martin005 in #666)
- Source position information for unclosed fenced code blocks is fixed. (by @Martin005 in #661)
EscapedandEscapedTagno longer fail AST validation when formatting as CommonMark with debug assertions. (by @kivikakk in #662, #664)
Build changes:
Diff: v0.46.0...v0.47.0
Release notes
Open source →Martin Chrástek has fixed all known sourcepos issues in Comrak, while closing a number of other bugs at the same time! I'm so happy.
New APIs:
NodeCodeBlocknow has aclosedproperty. (by @Martin005 in https://github.com/kivikakk/comrak/pull/661)NodeHeadingnow has aclosedproperty, for closed ATX-style headings. (by @Martin005 in https://github.com/kivikakk/comrak/pull/665)
Bug fixes:
- Source position information for lists and their children is fixed. (by @Martin005 in https://github.com/kivikakk/comrak/pull/666)
- Source position information for unclosed fenced code blocks is fixed. (by @Martin005 in https://github.com/kivikakk/comrak/pull/661)
EscapedandEscapedTagno longer fail AST validation when formatting as CommonMark with debug assertions. (by @kivikakk in https://github.com/kivikakk/comrak/pull/662, https://github.com/kivikakk/comrak/pull/664)
Build changes:
- The fuzzer now also runs on CommonMark and XML output formats. (by @kivikakk in https://github.com/kivikakk/comrak/pull/663)
Diff: https://github.com/kivikakk/comrak/compare/v0.46.0...v0.47.0
-
0.46.028 Oct 2025Release notes
Open source →Please note the MSRV has been bumped from 1.65 to 1.70; see the pull request for more details. It's a kind of sticky and awkward situation — thanks to the inevitability of Progress — with no particularly clean solution. (wherein telling GCC 15 users "sorry it just won't build from source for you without messing with dependencies" is not a solution.)
Security:
- Footnote resolution no longer recurses over the document tree; on documents with deeply nested elements, this could cause a stack overflow, with resultant denial of service. (by @kivikakk in #659)
- Inline footnotes are restricted to a depth of 5 for similar reasons. An iterative rewrite here to avoid a limit is possible, but for now I'm hoping we can all pretend to be responsible adult human beings and limit our recursive inline footnote usage accordingly. (PRs welcome tho, non-human users are very welcome!) (by @kivikakk in #659)
Parser changes:
- U+2069 POP DIRECTIONAL ISOLATE will be treated as terminating an autolink, rather than included as part of the link, making autolinks much easier to use correctly in RTL text. (by @SethFalco in #654)
- HTML start condition 4 is correctly detected when non-capital letters follow "<!". (by @kivikakk in #658)
New APIs:
Bug fixes:
- Source position information is corrected for description lists, HTML blocks, multiline block quotes, links with newlines following the destination, tables with leading indentation, and escaped character spans. (by @Martin005 in #646, #651, #652, #653, #656, #657)
escaped_char_spanusers can now successfully format to CommonMark with debug assertions enabled. These ASTs previously did not validate, which currently is enabled experimentally only in CommonMark output in debug. (by @kivikakk in #659)
Build changes:
New Contributors
- @Martin005 made their first contribution in #646
- @Kuuuube made their first contribution in #648
- @SethFalco made their first contribution in #654
Diff: v0.45.0...v0.46.0
Release notes
Open source →Please note the MSRV has been bumped from 1.65 to 1.70; see the pull request for more details. It's a kind of sticky and awkward situation — thanks to the inevitability of Progress — with no particularly clean solution. (wherein telling GCC 15 users "sorry it just won't build from source for you without messing with dependencies" is not a solution.)
Security:
- Footnote resolution no longer recurses over the document tree; on documents with deeply nested elements, this could cause a stack overflow, with resultant denial of service. (by @kivikakk in https://github.com/kivikakk/comrak/pull/659)
- Inline footnotes are restricted to a depth of 5 for similar reasons. An iterative rewrite here to avoid a limit is possible, but for now I'm hoping we can all pretend to be responsible adult human beings and limit our recursive inline footnote usage accordingly. (PRs welcome tho, non-human users are very welcome!) (by @kivikakk in https://github.com/kivikakk/comrak/pull/659)
Parser changes:
- U+2069 POP DIRECTIONAL ISOLATE will be treated as terminating an autolink, rather than included as part of the link, making autolinks much easier to use correctly in RTL text. (by @SethFalco in https://github.com/kivikakk/comrak/pull/654)
- HTML start condition 4 is correctly detected when non-capital letters follow "<!". (by @kivikakk in https://github.com/kivikakk/comrak/pull/658)
New APIs:
- Discord-style subtext support is added as the
subtextextension. (by @Kuuuube in https://github.com/kivikakk/comrak/pull/648, https://github.com/kivikakk/comrak/pull/650)
Bug fixes:
- Source position information is corrected for description lists, HTML blocks, multiline block quotes, links with newlines following the destination, tables with leading indentation, and escaped character spans. (by @Martin005 in https://github.com/kivikakk/comrak/pull/646, https://github.com/kivikakk/comrak/pull/651, https://github.com/kivikakk/comrak/pull/652, https://github.com/kivikakk/comrak/pull/653, https://github.com/kivikakk/comrak/pull/656, https://github.com/kivikakk/comrak/pull/657)
escaped_char_spanusers can now successfully format to CommonMark with debug assertions enabled. These ASTs previously did not validate, which currently is enabled experimentally only in CommonMark output in debug. (by @kivikakk in https://github.com/kivikakk/comrak/pull/659)
Build changes:
- Comrak's MSRV is bumped from 1.65 to 1.70. (by @kivikakk in https://github.com/kivikakk/comrak/pull/649)
New Contributors
- @Martin005 made their first contribution in https://github.com/kivikakk/comrak/pull/646
- @Kuuuube made their first contribution in https://github.com/kivikakk/comrak/pull/648
- @SethFalco made their first contribution in https://github.com/kivikakk/comrak/pull/654
Diff: https://github.com/kivikakk/comrak/compare/v0.45.0...v0.46.0
-
0.45.023 Oct 2025Release notes
Open source →Welcome to v0.45.0! This is a big update, much of them part of from rc.1 from last week. More context on the size of the update in the changelog there.
The biggest library user-facing changes are ergonomic:
Node<'a>instead of&'a AstNode<'a>, is nice, and so likewisenode.data()instead ofnode.data.borrow(). They're small, but I appreciate them a lot in my own work.You'll also notice more bovine creatures in the Comrak pasture: there's a few
Cow<str>instead ofString, such as inNodeValue::Text. At most an extra.into()will be required; take note if you use any'static str, as they'll no longer need to be heap-allocated. SomeBoxes have been added, too, to reduce the size of everyNodeValue. Let the types guide you.Other than this, the options have been put in their own module (
comrak::options), and a lot of things generally cleaned up. Read below for all the deets! Here's the final performance comparison to v0.44.0 on aarch64:Benchmark 1: ./bench.sh ./comrak-0.44.0 Time (mean ± σ): 88.1 ms ± 1.9 ms [User: 71.2 ms, System: 17.8 ms] Range (min … max): 86.2 ms … 93.2 ms 31 runs Benchmark 2: ./bench.sh ./comrak-0.45.0 Time (mean ± σ): 67.0 ms ± 1.2 ms [User: 51.2 ms, System: 17.0 ms] Range (min … max): 65.2 ms … 70.0 ms 42 runs Summary ./bench.sh ./comrak-0.45.0 ran 1.32 ± 0.04 times faster than ./bench.sh ./comrak-0.44.0Be well!
Parser changes:
- Runs of more than two
~are no longer recognised as valid delimiters, meaning they will not prevent strikethrough recognition when they occur within correct delimiters. See the PR for discussion. (by @miketheman in #635)- This does not impact spec compatibility, matches
cmark-gfm, and follows the intent of the original implementation and implementor (hi!).
- This does not impact spec compatibility, matches
Changed APIs:
r#unsafeis used instead ofunsafe_. (by @kivikakk in #640)--gemojisis renamed to--gemoji. (by @kivikakk in #641)NodeValue::Textnow contains aCow<'static, str>instead of aString. This is a pretty major change, but means we can now create text nodes with static content without duplicating the string on the heap. This particularly benefits smart quotes and HTML entity resolution. (by @kivikakk in #627)- Adapting to this change usually means nothing on the read-only side (you can use it as a
&strwithout issues); to write in-place, use.to_mut()on theCowto get a&mut String. To assign, use.into()on a&strorString, likeNodeValue::Text("moo".into()). NodeValue::text()now returns a&str. It used to return a&String(!).NodeValue::text_mut()now returns a&mut Cow<'static, str>, instead of a&mut String. This permits writing a borrowed reference.- I am experimenting with parameterising the lifetime on the
Cow; it'd be amazing to refer continuously to the input where possible.
- Adapting to this change usually means nothing on the read-only side (you can use it as a
NodeValue'sCodeBlock,Table,Link,Image,ShortCodeandAlertvariants' payloads are now boxed. (by @kivikakk in #632)- Adapting to this change usually means adding a
Box::newcall when constructing these nodes, and on matches, pulling the box out and then just dereferencing it directly (e.g.NodeValue::Table(nt) => &nt.alignmentsinstead ofNodeValue::Table(NodeTable { ref alignments }). - These payloads were larger than average, increasing the size of every node considerably. The changes reduce an
Astto 128 bytes, and a fullAstNode<'_>to 176 bytes. - This produces a performance sweet spot: boxing the whole
NodeValueresults in worse performance than doing nothing at all. This change appreciably improves matters. - We now assert the size of a node during build to ensure future payload changes don't increase the total size of an
Ast.
- Adapting to this change usually means adding a
- Options now live in
comrak::options. Structs have been renamed to removeOptionsfrom their name:comrak::RenderOptionsis nowcomrak::options::Render, etc. The old names are marked deprecated. (@kivikakk in #636)- Traits cannot be aliased yet :(
URLRewriterandBrokenLinkCallbackhave been moved, without a deprecation period.
- Traits cannot be aliased yet :(
SyntaxHighlighterAdapter'sattributesarguments now takeHashMap<&'static str, Cow<'s, str>>; they used to takeHashMap<String, String>. (by @kivikakk in #633)html::write_opening_tagcan now take differentAsRef<str>types for the attribute key and value.parse_document_with_broken_link_callbackhas been removed! This entrypoint has been deprecated since 0.25.0. (by @kivikakk in #623)options.render.ignore_setextwas moved tooptions.parse.ignore_setext, as its effect takes place only in the parse stage. (by @kivikakk in #623)nodes::can_contain_typeis nowNode::can_contain_type. (by @kivikakk in #625)
New APIs:
node.data()andnode.data_mut()are added as short-hand fornode.data.borrow()andnode.data.borrow_mut()respectively. (by @kivikakk in #643)comrak::nodes::Node<'a>is introduced as an alias for&'a comrak::nodes::AstNode<'a>. (by @kivikakk in #627)options.parse.tasklist_in_tableadded: parse a tasklist item if it's the only content of a table cell. (by @kivikakk in #622)
Performance:
- Inline content is transferred to Text nodes without copying where possible. (by @kivikakk in #642).
- Have you looked at your 7 year old code lately? A detail in the C-to-Rust translation meant essentially every line of input was being copied completely unnecessarily at the very beginning of the line processing stage. This no longer happens. We regret the error. (by @kivikakk in #629)
- Preprocess entity data at build-time so we don't spend time doing a linear search over an unsorted array, some of which we will never match. (by @kivikakk in #631)
- Inline content is consumed by the inline processor, instead of being borrowed by it and retained in memory indefinitely. (by @kivikakk in #631)
- Don't try to do better than the stdlib at guessing buffer sizes; it's very good at it. (by @kivikakk in #626)
- Use
strinternally in block and inline processing, eliminating many UTF-8 rechecks. Thestringsmodule actually operates on strings now. (by @kivikakk in #626) - Many, many needless clones have been removed in almost every subsystem.
Dependency updates:
memchrremoved fromCargo.toml; it wasn't used directly, though it still is included unconditionally due tocaseless. (by @kivikakk in #630)slugis moved to a development-only dependency; it's only used in an example. (by @kivikakk in #630)jetsciiis added for faster string searching, including SIMD on x86_64. (by @kivikakk in #630)- I'm experimenting with aarch64 SIMD.
Documentation:
- The CLI help text has been copy-edited to a consistent style. (by @kivikakk in #641)
- The
READMEexample code is updated to build with recent API changes. (by @kivikakk in #621)
Build changes:
shortcodesis enabled by default (but still optional) for CLI builds. (by @kivikakk in #641)syntectis now optional (but still default) in CLI builds. (by @kivikakk in #624)
Behind the scenes:
- Much of the block parser code has been re-organised, and many C-isms from the original port have been refactored into readable Rust. (by @kivikakk in #627)
- Likewise the inline parser has been re-organised. (by @kivikakk in #644)
- All
unsafeblocks now have aSAFETYcomment describing why their actions are safe.
New Contributors
- @miketheman made their first contribution in #635
Diff: v0.44.0...v0.45.0
Release notes
Open source →Welcome to v0.45.0! This is a big update, much of them part of from rc.1 from last week. More context on the size of the update in the changelog there.
The biggest library user-facing changes are ergonomic:
Node<'a>instead of&'a AstNode<'a>, is nice, and so likewisenode.data()instead ofnode.data.borrow(). They're small, but I appreciate them a lot in my own work.You'll also notice more bovine creatures in the Comrak pasture: there's a few
Cow<str>instead ofString, such as inNodeValue::Text. At most an extra.into()will be required; take note if you use any'static str, as they'll no longer need to be heap-allocated. SomeBoxes have been added, too, to reduce the size of everyNodeValue. Let the types guide you.Other than this, the options have been put in their own module (
comrak::options), and a lot of things generally cleaned up. Read below for all the deets! Here's the final performance comparison to v0.44.0 on aarch64:Benchmark 1: ./bench.sh ./comrak-0.44.0 Time (mean ± σ): 88.1 ms ± 1.9 ms [User: 71.2 ms, System: 17.8 ms] Range (min … max): 86.2 ms … 93.2 ms 31 runs Benchmark 2: ./bench.sh ./comrak-0.45.0 Time (mean ± σ): 67.0 ms ± 1.2 ms [User: 51.2 ms, System: 17.0 ms] Range (min … max): 65.2 ms … 70.0 ms 42 runs Summary ./bench.sh ./comrak-0.45.0 ran 1.32 ± 0.04 times faster than ./bench.sh ./comrak-0.44.0Be well!
Parser changes:
- Runs of more than two
~are no longer recognised as valid delimiters, meaning they will not prevent strikethrough recognition when they occur within correct delimiters. See the PR for discussion. (by @miketheman in https://github.com/kivikakk/comrak/pull/635)- This does not impact spec compatibility, matches
cmark-gfm, and follows the intent of the original implementation and implementor (hi!).
- This does not impact spec compatibility, matches
Changed APIs:
r#unsafeis used instead ofunsafe_. (by @kivikakk in https://github.com/kivikakk/comrak/pull/640)--gemojisis renamed to--gemoji. (by @kivikakk in https://github.com/kivikakk/comrak/pull/641)NodeValue::Textnow contains aCow<'static, str>instead of aString. This is a pretty major change, but means we can now create text nodes with static content without duplicating the string on the heap. This particularly benefits smart quotes and HTML entity resolution. (by @kivikakk in https://github.com/kivikakk/comrak/pull/627)- Adapting to this change usually means nothing on the read-only side (you can use it as a
&strwithout issues); to write in-place, use.to_mut()on theCowto get a&mut String. To assign, use.into()on a&strorString, likeNodeValue::Text("moo".into()). NodeValue::text()now returns a&str. It used to return a&String(!).NodeValue::text_mut()now returns a&mut Cow<'static, str>, instead of a&mut String. This permits writing a borrowed reference.- I am experimenting with parameterising the lifetime on the
Cow; it'd be amazing to refer continuously to the input where possible.
- Adapting to this change usually means nothing on the read-only side (you can use it as a
NodeValue'sCodeBlock,Table,Link,Image,ShortCodeandAlertvariants' payloads are now boxed. (by @kivikakk in https://github.com/kivikakk/comrak/pull/632)- Adapting to this change usually means adding a
Box::newcall when constructing these nodes, and on matches, pulling the box out and then just dereferencing it directly (e.g.NodeValue::Table(nt) => &nt.alignmentsinstead ofNodeValue::Table(NodeTable { ref alignments }). - These payloads were larger than average, increasing the size of every node considerably. The changes reduce an
Astto 128 bytes, and a fullAstNode<'_>to 176 bytes. - This produces a performance sweet spot: boxing the whole
NodeValueresults in worse performance than doing nothing at all. This change appreciably improves matters. - We now assert the size of a node during build to ensure future payload changes don't increase the total size of an
Ast.
- Adapting to this change usually means adding a
- Options now live in
comrak::options. Structs have been renamed to removeOptionsfrom their name:comrak::RenderOptionsis nowcomrak::options::Render, etc. The old names are marked deprecated. (@kivikakk in https://github.com/kivikakk/comrak/pull/636)- Traits cannot be aliased yet :(
URLRewriterandBrokenLinkCallbackhave been moved, without a deprecation period.
- Traits cannot be aliased yet :(
SyntaxHighlighterAdapter'sattributesarguments now takeHashMap<&'static str, Cow<'s, str>>; they used to takeHashMap<String, String>. (by @kivikakk in https://github.com/kivikakk/comrak/pull/633)html::write_opening_tagcan now take differentAsRef<str>types for the attribute key and value.parse_document_with_broken_link_callbackhas been removed! This entrypoint has been deprecated since 0.25.0. (by @kivikakk in https://github.com/kivikakk/comrak/pull/623)options.render.ignore_setextwas moved tooptions.parse.ignore_setext, as its effect takes place only in the parse stage. (by @kivikakk in https://github.com/kivikakk/comrak/pull/623)nodes::can_contain_typeis nowNode::can_contain_type. (by @kivikakk in https://github.com/kivikakk/comrak/pull/625)
New APIs:
node.data()andnode.data_mut()are added as short-hand fornode.data.borrow()andnode.data.borrow_mut()respectively. (by @kivikakk in https://github.com/kivikakk/comrak/pull/643)comrak::nodes::Node<'a>is introduced as an alias for&'a comrak::nodes::AstNode<'a>. (by @kivikakk in https://github.com/kivikakk/comrak/pull/627)options.parse.tasklist_in_tableadded: parse a tasklist item if it's the only content of a table cell. (by @kivikakk in https://github.com/kivikakk/comrak/pull/622)
Performance:
- Inline content is transferred to Text nodes without copying where possible. (by @kivikakk in https://github.com/kivikakk/comrak/pull/642).
- Have you looked at your 7 year old code lately? A detail in the C-to-Rust translation meant essentially every line of input was being copied completely unnecessarily at the very beginning of the line processing stage. This no longer happens. We regret the error. (by @kivikakk in https://github.com/kivikakk/comrak/pull/629)
- Preprocess entity data at build-time so we don't spend time doing a linear search over an unsorted array, some of which we will never match. (by @kivikakk in https://github.com/kivikakk/comrak/pull/631)
- Inline content is consumed by the inline processor, instead of being borrowed by it and retained in memory indefinitely. (by @kivikakk in https://github.com/kivikakk/comrak/pull/631)
- Don't try to do better than the stdlib at guessing buffer sizes; it's very good at it. (by @kivikakk in https://github.com/kivikakk/comrak/pull/626)
- Use
strinternally in block and inline processing, eliminating many UTF-8 rechecks. Thestringsmodule actually operates on strings now. (by @kivikakk in https://github.com/kivikakk/comrak/pull/626) - Many, many needless clones have been removed in almost every subsystem.
Dependency updates:
memchrremoved fromCargo.toml; it wasn't used directly, though it still is included unconditionally due tocaseless. (by @kivikakk in https://github.com/kivikakk/comrak/pull/630)slugis moved to a development-only dependency; it's only used in an example. (by @kivikakk in https://github.com/kivikakk/comrak/pull/630)jetsciiis added for faster string searching, including SIMD on x86_64. (by @kivikakk in https://github.com/kivikakk/comrak/pull/630)- I'm experimenting with aarch64 SIMD.
Documentation:
- The CLI help text has been copy-edited to a consistent style. (by @kivikakk in https://github.com/kivikakk/comrak/pull/641)
- The
READMEexample code is updated to build with recent API changes. (by @kivikakk in https://github.com/kivikakk/comrak/pull/621)
Build changes:
shortcodesis enabled by default (but still optional) for CLI builds. (by @kivikakk in https://github.com/kivikakk/comrak/pull/641)syntectis now optional (but still default) in CLI builds. (by @kivikakk in https://github.com/kivikakk/comrak/pull/624)
Behind the scenes:
- Much of the block parser code has been re-organised, and many C-isms from the original port have been refactored into readable Rust. (by @kivikakk in https://github.com/kivikakk/comrak/pull/627)
- Likewise the inline parser has been re-organised. (by @kivikakk in https://github.com/kivikakk/comrak/pull/644)
- All
unsafeblocks now have aSAFETYcomment describing why their actions are safe.
New Contributors
- @miketheman made their first contribution in https://github.com/kivikakk/comrak/pull/635
Diff: https://github.com/kivikakk/comrak/compare/v0.44.0...v0.45.0
- Runs of more than two
-
0.45.0-rc.120 Oct 2025 pre-releaseNothing published for this version
-
0.44.014 Oct 2025Release notes
Open source →Parser changes:
- Autolink validation is now stricter in the default mode, to maintain conformance with the GitHub Flavored Markdown autolinks extension spec. Those parses which previously worked but no longer do --- such as
http://localhost(!),www.com(!?), orhttps://(!?!) --- are now part of therelaxed_autolinksoption. See more discussion in the PR. (by @chamlis in https://github.com/kivikakk/comrak/pull/618)
New APIs:
- You can write footnotes with their body inline by enabling the
inline_footnotesextension and using the syntax^[footnote content](by @sheremetyev in https://github.com/kivikakk/comrak/pull/619)
New Contributors
- @sheremetyev made their first contribution in https://github.com/kivikakk/comrak/pull/619
- @chamlis made their first contribution in https://github.com/kivikakk/comrak/pull/618
Diff: https://github.com/kivikakk/comrak/compare/v0.43.0...v0.44.0
- Autolink validation is now stricter in the default mode, to maintain conformance with the GitHub Flavored Markdown autolinks extension spec. Those parses which previously worked but no longer do --- such as
-
0.43.029 Sep 2025Release notes
Open source →Parser changes:
superscriptorsubscriptextensions only: punctuation following a superscript or subscript delimiter no longer disqualifies the delimiter from being considered left-flanking, such thate^-i^andn~-i~now parse as superscript or subscript respectively (by @kivikakk in https://github.com/kivikakk/comrak/pull/593)
Changed APIs:
html::format_document,xml::format_document,cm::format_documentand friends now take anstd::fmt::Writeas theiroutputargument, instead of anstd::io::Write, to avoid revalidating UTF-8 (by @kivikakk in https://github.com/kivikakk/comrak/pull/601)- bin: allow
--header-ids ''for prefix-less headers (by @kivikakk in https://github.com/kivikakk/comrak/pull/610)
New APIs:
- Add CJK Friendly Emphasis to CLI option (by @tats-u in https://github.com/kivikakk/comrak/pull/607)
Documentation updates:
- Introduce
cargo binstallby (@tats-u in https://github.com/kivikakk/comrak/pull/608) - www: add (by @kivikakk in https://github.com/kivikakk/comrak/pull/611)
Diff: https://github.com/kivikakk/comrak/compare/v0.42.0...v0.43.0
-
0.42.024 Sep 2025Release notes
Open source →New APIs:
cm::escape_inline(aliased at crate level asescape_commonmark_inline) is added; escapes input text suitable for inclusion in a CommonMark document where regular inline processing takes place. (by @kivikakk in https://github.com/kivikakk/comrak/pull/602)cm::escape_link_destination(aliased at crate level asescape_commonmark_link_destination) is added; escapes input URL suitable for use as a link destination in a CommonMark document. (by @kivikakk in https://github.com/kivikakk/comrak/pull/605)
Changed APIs:
html::collect_textnow returns aString.html::collect_text_appendis added if you still want to start with your own (String) buffer. (by @kivikakk in https://github.com/kivikakk/comrak/pull/600)- There was no particular reason for this populating a
Vec<u8>instead of aString; it was just old.
- There was no particular reason for this populating a
Anchorizer::anchorizernow takes&strinstead of aString. (by @kivikakk in https://github.com/kivikakk/comrak/pull/603)- As above.
Updates:
- Update
is_cjkin CJK Friendly Emphasis to Unicode 17. (by @tats-u in https://github.com/kivikakk/comrak/pull/598)
Behind the scenes:
- Rename a bunch of "nch" to "nh". (by @kivikakk in https://github.com/kivikakk/comrak/pull/599)
Diff: https://github.com/kivikakk/comrak/compare/v0.41.1...v0.42.0
-
0.41.114 Sep 2025Release notes
Open source →Bug fixes:
- Fix the range of non-emoji general purpose variation selector by @tats-u in https://github.com/kivikakk/comrak/pull/596
Stability:
- html: remove some panics on unusual ASTs, and document others. by @kivikakk in https://github.com/kivikakk/comrak/pull/589
Behind the scenes:
- Cleanup fuzzers, add unresolved
relaxed_autolink_email_in_footnotetest by @Mrmaxmeier in https://github.com/kivikakk/comrak/pull/594 - build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/kivikakk/comrak/pull/590
New Contributors
- @Mrmaxmeier made their first contribution in https://github.com/kivikakk/comrak/pull/594
Diff: https://github.com/kivikakk/comrak/compare/v0.41.0...v0.41.1
-
0.41.009 Aug 2025Release notes
Open source →New features:
- Add CJK friendly emphasis extension by @tats-u in https://github.com/kivikakk/comrak/pull/582
- Add CJK friendly emphasis to README by @tats-u in https://github.com/kivikakk/comrak/pull/583
Build changes:
- Use syntect's default-fancy feature for ios by @tvanderstad in https://github.com/kivikakk/comrak/pull/585
New Contributors
- @tats-u made their first contribution in https://github.com/kivikakk/comrak/pull/582
- @tvanderstad made their first contribution in https://github.com/kivikakk/comrak/pull/585
Diff: https://github.com/kivikakk/comrak/compare/v0.40.0...v0.41.0
- Add CJK friendly emphasis extension by @tats-u in https://github.com/kivikakk/comrak/pull/582
-
0.40.018 Jul 2025Release notes
Open source →Reverts:
- "Fix header-ids accessibility" was reverted in https://github.com/kivikakk/comrak/commit/2cb6188bfb4c5d69bf55c73c19b2049e9dfe5dba
- See discussion at https://github.com/kivikakk/comrak/pull/574#issuecomment-3046307805 for details.
Bug fixes:
- html: don't escape IPv6 address square bracket delimiters in links. by @kivikakk in https://github.com/kivikakk/comrak/pull/578
New APIs:
- Syntect syntax highlighting: Make a CSS class prefix configurable. by @SteveBinary in https://github.com/kivikakk/comrak/pull/580
New Contributors
- @SteveBinary made their first contribution in https://github.com/kivikakk/comrak/pull/580
Diff: https://github.com/kivikakk/comrak/compare/v0.39.1...v0.40.0
- "Fix header-ids accessibility" was reverted in https://github.com/kivikakk/comrak/commit/2cb6188bfb4c5d69bf55c73c19b2049e9dfe5dba
-
0.39.127 Jun 2025Release notes
Open source →Bug fixes:
- Fix header-ids accessibility by @davemackintosh in https://github.com/kivikakk/comrak/pull/574
- Recursively join text nodes inside links, images, and wikilinks by @JamieMagee in https://github.com/kivikakk/comrak/pull/575
New Contributors
- @davemackintosh made their first contribution in https://github.com/kivikakk/comrak/pull/574
- @JamieMagee made their first contribution in https://github.com/kivikakk/comrak/pull/575
Diff: https://github.com/kivikakk/comrak/compare/v0.39.0...v0.39.1
-
0.39.002 May 2025Release notes
Open source →New APIs:
- Make dangerous_url public by @digitalmoksha in https://github.com/kivikakk/comrak/pull/564
Diff: https://github.com/kivikakk/comrak/compare/v0.38.0...v0.39.0
-
0.38.005 Apr 2025Release notes
Open source →Bug fixes:
- Only delete parent if the node has no siblings by @digitalmoksha in https://github.com/kivikakk/comrak/pull/559
New features/APIs:
- html: add user data to context. by @kivikakk in https://github.com/kivikakk/comrak/pull/555
Coming of age???:
- experimental-inline-sourcepos: not really experimental any more! by @kivikakk in https://github.com/kivikakk/comrak/pull/560
Diff: https://github.com/kivikakk/comrak/compare/v0.37.0...v0.38.0
-
0.37.025 Mar 2025Release notes
Open source →Bug fixes:
- add --all-features to CI matrix, add missing shortcode case. by @charlottia in https://github.com/kivikakk/comrak/pull/546
- Inline sourcepos fixes. by @kivikakk in https://github.com/kivikakk/comrak/pull/542
Documentation:
- docs: add mdex (elixir bindings) in the list of related projects by @leandrocp in https://github.com/kivikakk/comrak/pull/547
- Add Commonmarker to related projects by @gjtorikian in https://github.com/kivikakk/comrak/pull/548
Diff: https://github.com/kivikakk/comrak/compare/v0.36.0...v0.37.0
-
0.36.028 Feb 2025Release notes
Open source →Bug fixes:
- Stop at first suitable $ at inline math by @Bubbis in https://github.com/kivikakk/comrak/pull/533
New features/APIs:
- Create custom HTML formatters. by @kivikakk in https://github.com/kivikakk/comrak/pull/540
- make
AlertTypemethods public by @fiji-flo in https://github.com/kivikakk/comrak/pull/532 - commonmark: experimental minimize by @charlottia in https://github.com/kivikakk/comrak/pull/523
Behind the scenes:
- tests: don't let sourcepos stand in the way of roundtrip tests. by @kivikakk in https://github.com/kivikakk/comrak/pull/543
- Refactor html output functions by @digitalmoksha in https://github.com/kivikakk/comrak/pull/529
- Write a sourcepos test for each
NodeValuevariant by @SamWilsn in https://github.com/kivikakk/comrak/pull/498
Documentation:
- docs: add Python bindings repo and PyPI links to Related Projects by @lmmx in https://github.com/kivikakk/comrak/pull/539
New Contributors
- @Bubbis made their first contribution in https://github.com/kivikakk/comrak/pull/533
- @lmmx made their first contribution in https://github.com/kivikakk/comrak/pull/539
Diff: https://github.com/kivikakk/comrak/compare/v0.35.0...v0.36.0
-
0.35.023 Jan 2025Release notes
Open source →- Use CSS class
markdown-alertinstead ofalertby @digitalmoksha in https://github.com/kivikakk/comrak/pull/524
Diff: https://github.com/kivikakk/comrak/compare/v0.34.0...v0.35.0
- Use CSS class
-
0.34.021 Jan 2025Release notes
Open source →Admonition special!
- Add GitHub style alerts / admonitions by @digitalmoksha in https://github.com/kivikakk/comrak/pull/519
- Enable GitLab multiline alerts by @digitalmoksha in https://github.com/kivikakk/comrak/pull/521
Diff: https://github.com/kivikakk/comrak/compare/v0.33.0...v0.34.0
-
0.33.004 Jan 2025Release notes
Open source →Happy new year! Thanks to @nicoburns for these changes, enabling much faster compiles if you don't need the builders!
- Eliminate
regexandonce_celldependencies. by @nicoburns in https://github.com/kivikakk/comrak/pull/514 - Make bon builders optional by @nicoburns in https://github.com/kivikakk/comrak/pull/515
- Make options structs exhaustive by @nicoburns in https://github.com/kivikakk/comrak/pull/516
Diff: https://github.com/kivikakk/comrak/compare/v0.32.0...v0.33.0
- Eliminate
-
0.32.017 Dec 2024Release notes
Open source →- rust-toolchain: remove by @charlottia in https://github.com/kivikakk/comrak/pull/493
- Account for front matter when calculating
sourceposby @SamWilsn in https://github.com/kivikakk/comrak/pull/494 - callbacks: constrain to input lifetime by @liamwhite in https://github.com/kivikakk/comrak/pull/499
- Refactor open_new_blocks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/505
- Refactors open_new_blocks by lifting out handlers by @digitalmoksha in https://github.com/kivikakk/comrak/pull/506
- Make
wikilinks_title_after_pipeoverridewikilinks_title_before_pipeby @SamWilsn in https://github.com/kivikakk/comrak/pull/500 - Detect ending front matter delimiter at EOF by @kivikakk in https://github.com/kivikakk/comrak/pull/508
- Add Raw Node by @wakairo in https://github.com/kivikakk/comrak/pull/511
New Contributors
- @charlottia made their first contribution in https://github.com/kivikakk/comrak/pull/493
- @SamWilsn made their first contribution in https://github.com/kivikakk/comrak/pull/494
- @wakairo made their first contribution in https://github.com/kivikakk/comrak/pull/511
Diff: https://github.com/kivikakk/comrak/compare/v0.31.0...v0.32.0
-
0.31.026 Nov 2024Release notes
Open source →- Enhance description lists by @digitalmoksha in https://github.com/kivikakk/comrak/pull/462
Diff: https://github.com/kivikakk/comrak/compare/v0.30.0...v0.31.0
-
0.30.022 Nov 2024Release notes
Open source →- Add
task-list-itemclass to task list items by @nicoburns in https://github.com/kivikakk/comrak/pull/468 - Add option for specifying a minimum width of ordered lists by @edwar4rd in https://github.com/kivikakk/comrak/pull/465
- Use
bonfor an infallible and compile-time-checked builder by @Veetaha in https://github.com/kivikakk/comrak/pull/466 - Add support for image and link URL rewriting by @liamwhite in https://github.com/kivikakk/comrak/pull/481
- Unwrap Mutex from broken_link_callback by @liamwhite in https://github.com/kivikakk/comrak/pull/484
- Prevent panic in format_item by @silverpill in https://github.com/kivikakk/comrak/pull/486
- Bump
bonversion to 3.0 by @Veetaha in https://github.com/kivikakk/comrak/pull/487 - Add support for subscript extension by @liamwhite in https://github.com/kivikakk/comrak/pull/488
- Add macro for character tables by @liamwhite in https://github.com/kivikakk/comrak/pull/490
New Contributors
- @nicoburns made their first contribution in https://github.com/kivikakk/comrak/pull/468
- @edwar4rd made their first contribution in https://github.com/kivikakk/comrak/pull/465
- @Veetaha made their first contribution in https://github.com/kivikakk/comrak/pull/466
Diff: https://github.com/kivikakk/comrak/compare/v0.29.0...v0.30.0
- Add
-
0.29.010 Oct 2024Release notes
Open source →- Add support for backslash escape in wikilinks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/471
Diff: https://github.com/kivikakk/comrak/compare/v0.28.0...v0.29.0
-
0.28.005 Sep 2024Release notes
Open source →- Add a render option to render the image as <figure> by @JmPotato in https://github.com/kivikakk/comrak/pull/458
- Fix edge cases for relaxed-autolink option by @digitalmoksha in https://github.com/kivikakk/comrak/pull/461
Diff: https://github.com/kivikakk/comrak/compare/v0.27.0...v0.28.0
-
0.27.019 Aug 2024Release notes
Open source →- Track line offsets for better accuracy of inline sourcepos by @digitalmoksha in https://github.com/kivikakk/comrak/pull/453
- Add experimental-inline-sourcepos to cli options by @digitalmoksha in https://github.com/kivikakk/comrak/pull/455
Diff: https://github.com/kivikakk/comrak/compare/v0.26.0...v0.27.0
-
0.26.012 Jul 2024Release notes
Open source →- Restore inline sourcepos as experimental. by @kivikakk in https://github.com/kivikakk/comrak/pull/444
- This is needed by some downstream users, so we re-introduce it, with a clearly labelled option.
Diff: https://github.com/kivikakk/comrak/compare/v0.25.0...v0.26.0
- Restore inline sourcepos as experimental. by @kivikakk in https://github.com/kivikakk/comrak/pull/444
-
0.25.012 Jul 2024Release notes
Open source →- Discord-flavored Markdown by @Meow and @liamwhite in https://github.com/kivikakk/comrak/pull/421
- Three new extensions and two render options are added:
extension.underlineadds support for__underlined__text.extension.spoileradds support for||spoiler||text.extension.greentextadds support for image board-style>greentext, which isn't transformed into a blockquote.render.ignore_setextdisables parsing setext-style headings.render.ignore_empty_linkscauses links with no text (like[](xyz)) to remain in the text as-is.
- Three new extensions and two render options are added:
- nodes: add From impls for AstNode. by @kivikakk in https://github.com/kivikakk/comrak/pull/424
- Back by popular demand:
AstNode::from(NodeValue). - Also added is
AstNode::from(Ast), if you have sourcepos.
- Back by popular demand:
- AST validation by @yannham in https://github.com/kivikakk/comrak/pull/425
- The AST is validated when formatting a document as CommonMark in debug builds.
- Address autolink edge cases. by @kivikakk in https://github.com/kivikakk/comrak/pull/426
- Autolinks had many edge cases where output differed from upstream
cmark-gfm. These have been fixed by following upstream's parser design closely.
- Autolinks had many edge cases where output differed from upstream
- shortcodes: capture all known aliases. by @kivikakk in https://github.com/kivikakk/comrak/pull/427
- We didn't parse shortcodes containing numbers or
+. We do now.
- We didn't parse shortcodes containing numbers or
- Support both upstream CommonMark and GFM's differences in the base spec. by @kivikakk in https://github.com/kivikakk/comrak/pull/428
- GFM modifies even base CommonMark output somewhat. We now support and validate against both.
- cm: count ol items from start of each list. by @kivikakk in https://github.com/kivikakk/comrak/pull/429
- Ordered list item numbers are normalised on formatting back to CommonMark.
- arena_tree: panic if iterator invalidation causes trouble. by @kivikakk in https://github.com/kivikakk/comrak/pull/437
arena_treewould silently stop iteration when trying to proceed from a child that had lost its parent. It now panics instead, as the old behaviour is incorrect and impossible to notice.
- broken reflink callback updates & big cleanup. by @kivikakk in https://github.com/kivikakk/comrak/pull/438
- The broken reference link callback has been moved into
ParseOptions(which now takes a lifetime, meaningOptionsdoes too). - The callback now takes a struct containing both the normalised reference, and the original text, and the return value has changed from a 2-tuple to a struct for clarity.
parse_document_with_broken_link_callbackhas been marked deprecated.
- The broken reference link callback has been moved into
- Inline sourcepos fixes. by @kivikakk in https://github.com/kivikakk/comrak/pull/439
- Inline sourcepos was provided on a best-effort basis, but there are multiple correctness issues which can't be fixed without significant work.
- Inline sourcepos is no longer reported in HTML output. It remains in the AST and in XML output, but it is not reliable. See the PR for details.
- Link sourcepos is slightly better than it was when it spans multiple lines.
New Contributors
- @liamwhite made their first contribution in https://github.com/kivikakk/comrak/pull/421
- @yannham made their first contribution in https://github.com/kivikakk/comrak/pull/425
Diff: https://github.com/kivikakk/comrak/compare/v0.24.1...v0.25.0
- Discord-flavored Markdown by @Meow and @liamwhite in https://github.com/kivikakk/comrak/pull/421
-
0.24.119 May 2024Release notes
Open source →- Add GH_TOKEN to release workflow by @digitalmoksha in https://github.com/kivikakk/comrak/pull/418
Diff: https://github.com/kivikakk/comrak/compare/v0.24.0...v0.24.1
-
0.23.1-pre.301 May 2024 pre-releaseNothing published for this version
-
0.23.1-pre.201 May 2024 pre-releaseNothing published for this version
-
0.23.029 Apr 2024Nothing published for this version
-
0.22.029 Mar 2024Nothing published for this version
-
0.21.025 Jan 2024Nothing published for this version
-
0.20.029 Nov 2023Nothing published for this version
-
0.19.003 Oct 2023Nothing published for this version
-
0.18.031 Mar 2023Nothing published for this version
-
0.17.128 Mar 2023Nothing published for this version
-
0.17.028 Mar 2023Nothing published for this version
-
0.16.025 Jan 2023Nothing published for this version
-
0.15.014 Nov 2022Nothing published for this version
-
0.14.012 Jul 2022Nothing published for this version
-
0.13.204 Jul 2022Nothing published for this version
-
0.13.126 Jun 2022Nothing published for this version
-
0.13.007 Jun 2022Nothing published for this version
-
0.12.108 Sep 2021Nothing published for this version
-
0.12.002 Sep 2021Nothing published for this version
-
0.11.020 Jul 2021Nothing published for this version
-
0.10.104 May 2021Nothing published for this version
-
0.10.1-rc.109 Apr 2021 pre-releaseNothing published for this version
-
0.10.019 Mar 2021Nothing published for this version
-
0.9.112 Feb 2021Nothing published for this version
-
0.9.002 Nov 2020Nothing published for this version
-
0.8.213 Aug 2020Nothing published for this version
-
0.8.111 Aug 2020Nothing published for this version