-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Mixing unordered lists with ordered lists #1308
Comments
If you think that is fun... check these out. Ran into this yesterday with double spacing which I didn't even know existed... or does it really? GFM demo: * bullet
* bullet
* bullet
* bullet
|
@UziTech |
I have a branch that will allow you to pick the version, but I haven't had time to work on it. |
Babelmark demo: https://johnmacfarlane.net/babelmark2/?normalize=1&text=*+bullet%0A*+bullet%0A1.+one%0A2.+two%0A3.+three Looks like this is a pretty common issue across implementations. |
The original issue from @gonzae is not resolved in 0.5.0 but the issue from @Martii is resolved in 0.5.0 As @slang800 pointed out with the babelmark demo, we are currently compatible with the original markdown.pl so the output is correct when the option |
looks like this was fixed in v0.6.0 |
Describe the bug
When I write an unordered list and right after an ordered list, both lists get merged. Not expected behavior.
To Reproduce
Steps to reproduce the behavior:
Write these example lists:
You get this output:
Expected behavior
I would expect to have both lists, an unordered list and right after, an ordered list.
The text was updated successfully, but these errors were encountered: