Avatar for the biomejs user
biomejs
biome
BlogDocsChangelog

Performance History

Latest Results

fix(markdown): reset link-definition continuation when a block quote opens A link reference definition with no trailing blank line sets `link_reference_definition_continuation` so that the next line is treated as paragraph continuation per CommonMark, where an ordered list starting at a number other than 1 cannot interrupt (§5.2). The flag was only cleared after the *next sibling block* completed, so it leaked into the content of a block quote that immediately followed the definition: [x]: /url > 2. q parsed the quoted line as a paragraph instead of `<ol start="2">`. A `>` marker interrupts a paragraph (§5.1), so the continuation cannot extend into the quote. Reset the flag on quote entry; a definition inside the quote sets it again, so in-quote continuation behavior is unchanged. Found by differential fuzzing against commonmark.js.
jfmcdowell:fix/md-linkref-quote-list
3 hours ago
test(markdown): make bogus-kind assertion messages actionable
jfmcdowell:fix/md-grammar-kinds-cleanup
5 hours ago
test(markdown): make bogus-kind assertion messages actionable
jfmcdowell:fix/md-grammar-kinds-cleanup
5 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
fix(markdown): reset link-definition continuation when a block quote opens#10601
4 hours ago
0624d75
jfmcdowell:fix/md-linkref-quote-list
CodSpeed Performance Gauge
0%
5 hours ago
0302435
jfmcdowell:fix/md-grammar-kinds-cleanup
CodSpeed Performance Gauge
0%
9 hours ago
9e4766d
IxxyDev:js-type-info/select-function-overload
© 2026 CodSpeed Technology
Home Terms Privacy Docs