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
An indent of 0 asks for continuation content at the list marker's own
column, which is not continuation content at all: it ends the list item.
The requirement was accepted, so correctly indented bodies were reported as
"Continuation line over-indented (expected 0, found 2)" and `fix` would have
dissolved the list the rule exists to keep consistent. It is now rejected at
parse time with an explanation, and MD077 falls back to its defaults.
0 commit comments