biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(markdown): fix fenced code block closing inside list items (#9730)
main
21 minutes ago
fix(markdown): fix panic on multi-byte characters in emphasis context inline_list_source_len accumulated token text bytes without accounting for trivia between tokens, causing a slice into the middle of a multi-byte character when building the emphasis context. Compute the span from source positions instead of accumulated lengths. Also removes the now-unused len parameter from scan_newline_in_inline_list and its downstream helpers.
jfmcdowell:fix-md-multibyte-panic-9727
22 minutes ago
fix: handle paired PascalCase components in has_accessible_content <h1><MyComponent></MyComponent></h1> was falsely flagged as invalid because the HtmlElement arm only recursed into children without first checking for PascalCase custom components. The self-closing arm already handled this correctly. Mirror the PascalCase guard from the HtmlSelfClosingElement arm into the HtmlElement arm so both behave consistently. Fixes inconsistency reported by coderabbitai.
faizkhairi:feat/html-use-heading-content
23 minutes ago
fix(markdown): fix fenced code block closing inside list items
jfmcdowell:fix-md-fenced-code-indent-9725
29 minutes ago
test(markdown): add regression tests for mixed list markers across blank lines (#9732)
main
37 minutes ago
fix(markdown): fix panic on multi-byte characters in emphasis context inline_list_source_len accumulated token text bytes without accounting for trivia between tokens, causing a slice into the middle of a multi-byte character when building the emphasis context. Compute the span from source positions instead of accumulated lengths. Also removes the now-unused len parameter from scan_newline_in_inline_list and its downstream helpers.
jfmcdowell:fix-md-multibyte-panic-9727
44 minutes ago
address review: fix Vue magic comments, add html-eslint rule source - Move magic comments above <template> in Vue test files (valid.vue, invalid.vue) - Add @html-eslint/no-empty-headings as rule source for useHeadingContent - Add eslint migration mapping for @html-eslint/no-empty-headings - Update Vue test snapshots
faizkhairi:feat/html-use-heading-content
51 minutes ago
fix(markdown): fix fenced code block closing inside list items
jfmcdowell:fix-md-fenced-code-indent-9725
1 hour ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(markdown): fix panic on multi-byte characters in emphasis context
#9735
1 hour ago
0fa6b8e
jfmcdowell:fix-md-multibyte-panic-9727
CodSpeed Performance Gauge
-35%
feat(biome_html_analyze): port useHeadingContent a11y rule to HTML
#9716
30 minutes ago
c05fb68
faizkhairi:feat/html-use-heading-content
CodSpeed Performance Gauge
0%
fix(markdown): fix fenced code block closing inside list items
#9730
3 hours ago
a325ebb
jfmcdowell:fix-md-fenced-code-indent-9725
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs