Avatar for the kivikakk user
kivikakk
comrak
BlogDocsChangelog

Branches performance

Pull requests

Bump clap from 4.5.56 to 4.5.57#756
last run
14 hours ago
Bump clap from 4.5.56 to 4.5.57 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.56 to 4.5.57. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.56...clap_complete-v4.5.57) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.57 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
14 hours ago
d71c69b
dependabot/cargo/clap-4.5.57
CodSpeed Performance Gauge
0%
Add guillemet smart punctuation (<< and >> to « and ») When --smart is enabled, << is converted to « (U+00AB) and >> to » (U+00BB). Single < and > are unaffected. Autolinks and HTML tags take precedence over guillemet detection.
3 days ago
6d21069
neilberkman:enhancements-insert-guillemets
CodSpeed Performance Gauge
0%
Fix off-by-one in hex entity digit limit The decimal digit check `(1..=7).contains(&num_digits)` was joined by `||` so it also matched hex entities with 7 digits. Extract `is_hex` and gate each branch so hex allows 1-6 digits and decimal allows 1-7. Fixes: `&#x0000041;` (7 hex digits) was incorrectly parsed as `A` instead of being treated as literal text per the CommonMark spec.
3 days ago
87cf630
neilberkman:fix-hex-entity-digit-limit
CodSpeed Performance Gauge
0%
Support comma-delimited syntect language tokens Background: - cmark-gfm preserves `language-rust,ignore` (whitespace-delimited info token). - GitHub rendering highlights `rust,ignore` as Rust. This keeps Comrak's HTML class behavior unchanged while improving syntect token lookup by splitting on the first comma for syntax selection. Includes a regression test for fenced blocks using `rust,ignore`. Co-authored-by: Cosmic Horror <CosmicHorrorDev@pm.me>
4 days ago
a003d2e
neilberkman:pr-328-followup
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs