biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix accidental use_options
Bertie690:method-signature-style
9 minutes ago
fix(markdown): prevent double-escaping in image alt text `extract_alt_text_inline` was escaping HTML characters, but the result was also passed through escape_html_attribute when writing the alt attribute. This caused characters like `&` to become ``&`. Now `extract_alt_text_inline` collects raw text without escaping: - `MdTextual`: process backslash escapes only, no HTML escape - `MdInlineCode`: append raw content without `escape_html` - `MdAutolink`: append raw content without `escape_html` - `MdEntityReference`: decode entity without `escape_html` Also escape alt text when writing unresolved reference images as literal text.
jfmcdowell:fix/markdown-inline-edge-cases
11 minutes ago
fix(markdown): prevent double-escaping in image alt text `extract_alt_text_inline` was escaping HTML characters, but the result was also passed through escape_html_attribute when writing the alt attribute. This caused characters like `&` to become ``&`. Now `extract_alt_text_inline` collects raw text without escaping: - `MdTextual`: process backslash escapes only, no HTML escape - `MdInlineCode`: append raw content without `escape_html` - `MdAutolink`: append raw content without `escape_html` - `MdEntityReference`: decode entity without `escape_html` Also escape alt text when writing unresolved reference images as literal text.
jfmcdowell:fix/markdown-inline-edge-cases
13 minutes ago
fix accidental use_options
Bertie690:method-signature-style
13 minutes ago
fix(markdown): prevent double-escaping in image alt text `extract_alt_text_inline` was escaping HTML characters, but the result was also passed through escape_html_attribute when writing the alt attribute. This caused characters like `&` to become ``&`. Now `extract_alt_text_inline` collects raw text without escaping: - `MdTextual`: process backslash escapes only, no HTML escape - `MdInlineCode`: append raw content without `escape_html` - `MdAutolink`: append raw content without `escape_html` - `MdEntityReference`: decode entity without `escape_html` Also escape alt text when writing unresolved reference images as literal text.
jfmcdowell:fix/markdown-inline-edge-cases
15 minutes ago
fix(markdown): prevent double-escaping in image alt text `extract_alt_text_inline` was escaping HTML characters, but the result was also passed through escape_html_attribute when writing the alt attribute. This caused characters like `&` to become ``&`. Now `extract_alt_text_inline` collects raw text without escaping: - `MdTextual`: process backslash escapes only, no HTML escape - `MdInlineCode`: append raw content without `escape_html` - `MdAutolink`: append raw content without `escape_html` - `MdEntityReference`: decode entity without `escape_html` Also escape alt text when writing unresolved reference images as literal text.
jfmcdowell:fix/markdown-inline-edge-cases
15 minutes ago
fix(markdown): prevent double-escaping in image alt text `extract_alt_text_inline` was escaping HTML characters, but the result was also passed through escape_html_attribute when writing the alt attribute. This caused characters like `&` to become ``&`. Now `extract_alt_text_inline` collects raw text without escaping: - `MdTextual`: process backslash escapes only, no HTML escape - `MdInlineCode`: append raw content without `escape_html` - `MdAutolink`: append raw content without `escape_html` - `MdEntityReference`: decode entity without `escape_html` Also escape alt text when writing unresolved reference images as literal text.
jfmcdowell:fix/markdown-inline-edge-cases
15 minutes ago
fix(markdown): prevent double-escaping in image alt text `extract_alt_text_inline` was escaping HTML characters, but the result was also passed through escape_html_attribute when writing the alt attribute. This caused characters like `&` to become ``&`. Now `extract_alt_text_inline` collects raw text without escaping: - `MdTextual`: process backslash escapes only, no HTML escape - `MdInlineCode`: append raw content without `escape_html` - `MdAutolink`: append raw content without `escape_html` - `MdEntityReference`: decode entity without `escape_html` Also escape alt text when writing unresolved reference images as literal text.
jfmcdowell:fix/markdown-inline-edge-cases
15 minutes ago
Active Branches
feat(lint): implement `useConsistentMethodSignatures` from `typescript-eslint`
last run
9 minutes ago
#8786
CodSpeed Performance Gauge
0%
fix(markdown): improve CommonMark conformance and parser structure
last run
11 minutes ago
#8908
CodSpeed Performance Gauge
0%
feat(cli): multi reporters
last run
3 hours ago
#8621
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs