Closed lenlenlen closed 8 years ago
Thanks for the report! I'm still considering how to handle this. I understand why you expect there to be 2 lists, but most implementations will render this just like MMMarkdown.
Happy new year! mdiep! Thank you for reply! I understand, I think MMMarkdown is very nice program. And I appreciate to you. But, When you will be fixed, I will more appreciate very much! Thanks for reading so far!
I ran into this issue as well. Here in github, the following markdown:
- Cool
- Neat
1. Item 1
1. Item 2
Results in:
But when I run it through MMMarkdown, I get:
<ul>
<li>Cool</li>
<li><p>Neat</p>
</li>
<li><p>Item 1</p>
</li>
<li>Item 2</li>
</ul>
(Aside: Unfortunately, in both, I get that stray paragraph tag in some of the items, which cases extra spacing within list items.)
Seeing this as well. It works if you start with unordered lists and follow with an ordered list and vice versa. Is progress being made on this?
I haven't worked on this at all, but now that CommonMark is rendering this as two separate lists, I'll take a look at updating the behavior.
Thank you published a very nice program. Please let me bug reports today.
In the case of this example, MMMarkdown is not correctly changed into HTML.
【Example Markdown】
【Result HTML】
【Result that I want is this.】
I hope that it will be fixed. Thanks for reading so far.