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
<ul>
<li>a</li>
<li>b</li>
<li><p>c</p></li>
<li>x</li>
<li>b</li>
<li><p>z</p></li>
</ul>
the last element of lists are wraped in p tags.
This is a bug? or spec?
The text was updated successfully, but these errors were encountered:
I don't think it's a bug. The "spec", to the extent there is one for Markdown, is ambiguous about what to do with this kind of mixed tight-and-loose list.
A list item followed by blank space is treated as a paragraph, unless the whole list is "compact", in which case none of the items will be treated as paragraphs.
write a markdown text as like below,
--- start ---
--- end ----
we get html as
The text was updated successfully, but these errors were encountered: