-
Notifications
You must be signed in to change notification settings - Fork 119
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
feat(markdown-renderer): option to normalize spacing after the list marker #202
feat(markdown-renderer): option to normalize spacing after the list marker #202
Conversation
@allets, @anderskaplan, this PR follows the discussions from #197, provided you would like to give feedback. If no one protests in a few days, I would merge this to the master. :) |
lgtm! |
@anderskaplan, thanks for your feedback. So I would rename the flag to |
yes exactly! |
This follows #197 and adds the possibility to switch ON the original renderer behavior when the space after list marker (called leader in mistletoe) collapsed just to 1 space. The same option can be used to control other types of "whitespace normalization" in the future.
dd67145
to
b518edf
Compare
OK, so I've generalized the newly introduced option. Hopefully fine now? :) |
@pbodnar, good! |
This follows #197 and adds the possibility to switch ON the original renderer behavior when the space after list marker (called leader in mistletoe) collapsed just to 1 space.