Releases: kivikakk/comrak
Releases · kivikakk/comrak
v0.40.0
Reverts:
- "Fix header-ids accessibility" was reverted in 2cb6188
- See discussion at #574 (comment) for details.
Bug fixes:
New APIs:
- Syntect syntax highlighting: Make a CSS class prefix configurable. by @SteveBinary in #580
New Contributors
- @SteveBinary made their first contribution in #580
Diff: v0.39.1...v0.40.0
v0.39.1
Bug fixes:
- Fix header-ids accessibility by @davemackintosh in #574
- Recursively join text nodes inside links, images, and wikilinks by @JamieMagee in #575
New Contributors
- @davemackintosh made their first contribution in #574
- @JamieMagee made their first contribution in #575
Diff: v0.39.0...v0.39.1
v0.39.0
v0.38.0
Bug fixes:
- Only delete parent if the node has no siblings by @digitalmoksha in #559
New features/APIs:
Coming of age???:
Diff: v0.37.0...v0.38.0
v0.37.0
Bug fixes:
- add --all-features to CI matrix, add missing shortcode case. by @charlottia in #546
- Inline sourcepos fixes. by @kivikakk in #542
Documentation:
- docs: add mdex (elixir bindings) in the list of related projects by @leandrocp in #547
- Add Commonmarker to related projects by @gjtorikian in #548
Diff: v0.36.0...v0.37.0
v0.36.0
Bug fixes:
New features/APIs:
- Create custom HTML formatters. by @kivikakk in #540
- make
AlertType
methods public by @fiji-flo in #532 - commonmark: experimental minimize by @charlottia in #523
Behind the scenes:
- tests: don't let sourcepos stand in the way of roundtrip tests. by @kivikakk in #543
- Refactor html output functions by @digitalmoksha in #529
- Write a sourcepos test for each
NodeValue
variant by @SamWilsn in #498
Documentation:
New Contributors
Diff: v0.35.0...v0.36.0
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