-
-
Notifications
You must be signed in to change notification settings - Fork 344
Open
Milestone
Description
Two examples, they differ only in space after >.
>1. > asdf
> > sdfg> 1. > asdf
> > sdfgBut first renders as:
<blockquote>
<ol>
<li>
<blockquote>
<p>asdf</p>
</blockquote>
</li>
</ol>
<blockquote>
<p>sdfg</p>
</blockquote>
</blockquote>and second
<blockquote>
<ol>
<li>
<blockquote>
<p>asdf
sdfg</p>
</blockquote>
</li>
</ol>
</blockquote>I'm not sure, which output is better, but I think it should be same in both cases.
Metadata
Metadata
Assignees
Labels
No labels