Releases: kivikakk/comrak
Releases · kivikakk/comrak
v0.35.0
- Use CSS class
markdown-alert
instead ofalert
by @digitalmoksha in #524
Diff: v0.34.0...v0.35.0
v0.34.0
Admonition special!
- Add GitHub style alerts / admonitions by @digitalmoksha in #519
- Enable GitLab multiline alerts by @digitalmoksha in #521
Diff: v0.33.0...v0.34.0
v0.33.0
Happy new year! Thanks to @nicoburns for these changes, enabling much faster compiles if you don't need the builders!
- Eliminate
regex
andonce_cell
dependencies. by @nicoburns in #514 - Make bon builders optional by @nicoburns in #515
- Make options structs exhaustive by @nicoburns in #516
Diff: v0.32.0...v0.33.0
v0.32.0
- rust-toolchain: remove by @charlottia in #493
- Account for front matter when calculating
sourcepos
by @SamWilsn in #494 - callbacks: constrain to input lifetime by @liamwhite in #499
- Refactor open_new_blocks by @digitalmoksha in #505
- Refactors open_new_blocks by lifting out handlers by @digitalmoksha in #506
- Make
wikilinks_title_after_pipe
overridewikilinks_title_before_pipe
by @SamWilsn in #500 - Detect ending front matter delimiter at EOF by @kivikakk in #508
- Add Raw Node by @wakairo in #511
New Contributors
- @charlottia made their first contribution in #493
- @SamWilsn made their first contribution in #494
- @wakairo made their first contribution in #511
Diff: v0.31.0...v0.32.0
v0.31.0
- Enhance description lists by @digitalmoksha in #462
Diff: v0.30.0...v0.31.0
v0.30.0
- Add
task-list-item
class to task list items by @nicoburns in #468 - Add option for specifying a minimum width of ordered lists by @edwar4rd in #465
- Use
bon
for an infallible and compile-time-checked builder by @Veetaha in #466 - Add support for image and link URL rewriting by @liamwhite in #481
- Unwrap Mutex from broken_link_callback by @liamwhite in #484
- Prevent panic in format_item by @silverpill in #486
- Bump
bon
version to 3.0 by @Veetaha in #487 - Add support for subscript extension by @liamwhite in #488
- Add macro for character tables by @liamwhite in #490
New Contributors
- @nicoburns made their first contribution in #468
- @edwar4rd made their first contribution in #465
- @Veetaha made their first contribution in #466
Diff: v0.29.0...v0.30.0
v0.29.0
- Add support for backslash escape in wikilinks by @digitalmoksha in #471
Diff: v0.28.0...v0.29.0
v0.28.0
- Add a render option to render the image as
<figure>
by @JmPotato in #458 - Fix edge cases for relaxed-autolink option by @digitalmoksha in #461
Diff: v0.27.0...v0.28.0
v0.27.0
- Track line offsets for better accuracy of inline sourcepos by @digitalmoksha in #453
- Add experimental-inline-sourcepos to cli options by @digitalmoksha in #455
Diff: v0.26.0...v0.27.0