A leading tab in CommonMark counts as a 4-column indent, so tab-indented content inside a list renders as an accidental code block. The [*.md] section currently inherits the tabs-width-4 default, so Markdown should pin indent_style = space (width 2) — the same rationale that already exempts YAML/JSON.
A leading tab in CommonMark counts as a 4-column indent, so tab-indented content inside a list renders as an accidental code block. The
[*.md]section currently inherits the tabs-width-4 default, so Markdown should pinindent_style = space(width 2) — the same rationale that already exempts YAML/JSON.