Version 1
[yaffs-website] / vendor / cebe / markdown / tests / github-data / github-code-in-numbered-list.html
diff --git a/vendor/cebe/markdown/tests/github-data/github-code-in-numbered-list.html b/vendor/cebe/markdown/tests/github-data/github-code-in-numbered-list.html
new file mode 100644 (file)
index 0000000..cc14957
--- /dev/null
@@ -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>