kivikakk
comrak
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge pull request #756 from kivikakk/dependabot/cargo/clap-4.5.57 Bump clap from 4.5.56 to 4.5.57
main
6 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>
dependabot/cargo/clap-4.5.57
12 hours ago
Merge pull request #754 from neilberkman/enhancements-insert-guillemets Add ++insert++ extension and guillemet smart punctuation
main
3 days ago
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.
neilberkman:enhancements-insert-guillemets
3 days ago
Merge pull request #753 from neilberkman/fix-hex-entity-digit-limit Fix off-by-one in hex entity digit limit
main
3 days ago
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.
neilberkman:enhancements-insert-guillemets
3 days ago
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: `A` (7 hex digits) was incorrectly parsed as `A` instead of being treated as literal text per the CommonMark spec.
neilberkman:fix-hex-entity-digit-limit
3 days ago
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: `A` (7 hex digits) was incorrectly parsed as `A` instead of being treated as literal text per the CommonMark spec.
neilberkman:fix-hex-entity-digit-limit
3 days ago
Active Branches
Output whitespace entities at emphasis boundaries
last run
5 days ago
#750
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs