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: #158
This is similar to the already solved issue of leading space in the
first list item of "overly" indented lists. I say overly because
technically the markdown syntax is specific to 2 spaces per indentation
level for lists.
To resolve this rather than concealing the entire list marker range only
conceal the range after any leading white space.
I'm not entirely sure why concealing the full range causes some text to
be cut off for me. I'm guessing there is some strangeness in what it
means to conceal empty space but that is a guess on my part. Adjusting
the range seems to work well in either case.
0 commit comments