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: headings after implicitly-terminated codeblock
Problem:
`block` has no way to terminate just after an implicitly-terminated
`codeblock`, so the next line is always parsed as a plain `line` instead
of a heading (h1/h2/h3). Because headings and `block` both are top-level
forms, this prevents headings from being recognized in this case.
Solution:
Change headings (h1/h2/h3) to be contained by `line`. They are no longer
top-level.
0 commit comments