Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed https://markdown-it.github.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
333 B

<blockquote>
<ol>
<li>one
two</li>
</ol>
</blockquote>
<p>Laziness only affects paragraph continuations:</p>
<blockquote>
<pre><code>code
</code></pre>
</blockquote>
<pre><code>not same code block
</code></pre>
<ol>
<li>hello</li>
</ol>
<hr />
<blockquote>
<pre><code></code></pre>
</blockquote>
<p>code</p>
<pre><code></code></pre>