Markdown list and code-block formatting refactor (
dec3c22)
Biome’s Markdown formatter got a substantial rewrite around list markers, code content folding, and indentation handling. The changes aim to keep adjacent parsed lists distinct after formatting and to avoid Markdown re-parsing surprises, while also improving coverage for tricky blockquote/list and fenced-code cases.
Other misc changes
- Docs update for
noMissingVarFunctionignored properties to includecontainer-name(
cd15baa).