-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested list item with 4 indents is concealed unexpectedly #127
Comments
Apologies, this is an issue with |
Ah-ha! Didn't notice there was an existing issue. Thank you! :) |
That commit has been reverted; nevertheless, the original cause is due to the parser capturing inconsistent (item number dependent) whitespace around the marker. If this can be fixed, we can re-enable those conceals. (If not, this issue can be closed.) @MDeiml |
So the first list item captures more whitespace (before the marker) than the following ones? Gonna check that out when I have time. |
Describe the bug
First of all, thanks for working on this amazing parser!
After the recent update, the
list_marker
of the first nested list item with 4 spaces is concealed to nothing (``) while the following nested list items are concealed as expected.Please refer to below example.
Code example
Expected behavior
List item marker (
-,+,*
) should be concealed regardless of the tab size (2 or 4)The text was updated successfully, but these errors were encountered: