You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(md077): correct nested list tight continuation false positive
When scanning a parent item's range, continuation lines belonging to a
nested child item were incorrectly checked against the parent's content
column. This caused false positives (correct indent flagged as over-
indented) and wrong fix output (reducing to parent's indent instead of
child's). Track nested item scope and skip lines that belong to child
items — those are handled by the child's own iteration.
0 commit comments