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
Generally in markdown list context - and * mean the same, I guess. However, there are tools which discern between them, such as MARP (discussed here: https://marpit.marp.app/fragmented-list?id=fragmented-list, essentially * is used for fragmented list while - is used for bullet list).
It would be cool if this crate would support recreating the list_token from the input.
There seem to be a number of other issues discussing similar problems (#16 and #20), and it seems like a relatively challenging problem.
The text was updated successfully, but these errors were encountered:
I was about to mark it as enhancement with 'help wanted' when I realized that pulldown-cmark degenerates list items so that it's impossible to know. I think if it was possible, this crate would definitely have used that information as the goal is to be as close to the original as possible when rendering markdown events.
As it's currently impossible to do this and to prevent his issue from just hanging around, I am closing it.
However, I hope that one day there is a way. Thanks for your understanding.
Generally in markdown list context
-
and*
mean the same, I guess. However, there are tools which discern between them, such as MARP (discussed here: https://marpit.marp.app/fragmented-list?id=fragmented-list, essentially*
is used for fragmented list while-
is used for bullet list).It would be cool if this crate would support recreating the list_token from the input.
There seem to be a number of other issues discussing similar problems (#16 and #20), and it seems like a relatively challenging problem.
The text was updated successfully, but these errors were encountered: