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
## Details
Issue: #297
Tree sitter parser has the last list item extending to the next section.
Since heading borders are added as overlay lines when space is available
they will end up getting the padding that was added there for the list
item. Fix is to have a special case for the last line in a list when it
is empty, not the best but seems to work well enough.
0 commit comments