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
That does look like an unintended behavior that slipped by, and I'm open to updating the parser to be inline with other parsers. I might not have the time to look at this in the near future, but I could help guide a PR if you'd be interested at taking a look. :)
Fantastic, and this is probably a good place to start. The parser analyzes text line by line, and the function takes two arguments which are text and state. The text is the current line, and the state is a map specifying what the state of the parser currently is. So, the trick would be to identify when the next line shouldn't be treated as part of the current list.
Hello!
I noticed this behavior, which is not what I would have expected:
Most markdown parsers, as far as I can tell, will keep the ordered and unordered lists separate if there's even just a single newline between them.
Would you consider this a bug?
The text was updated successfully, but these errors were encountered: