first commit
This commit is contained in:
12
vendor/cebe/markdown/tests/github-data/github-code-in-numbered-list.html
vendored
Normal file
12
vendor/cebe/markdown/tests/github-data/github-code-in-numbered-list.html
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<ol>
|
||||
<li>Item one.</li>
|
||||
<li><p>Item two with some code:</p>
|
||||
<pre><code>code one
|
||||
</code></pre>
|
||||
</li>
|
||||
<li><p>Item three with code:</p>
|
||||
<pre><code>code two
|
||||
</code></pre>
|
||||
</li>
|
||||
</ol>
|
||||
<p>Paragraph.</p>
|
||||
Reference in New Issue
Block a user