diff options
Diffstat (limited to 'tests2/php-markdown-cases-new/Code block in a list item.html')
-rw-r--r-- | tests2/php-markdown-cases-new/Code block in a list item.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests2/php-markdown-cases-new/Code block in a list item.html b/tests2/php-markdown-cases-new/Code block in a list item.html new file mode 100644 index 0000000..ed86f62 --- /dev/null +++ b/tests2/php-markdown-cases-new/Code block in a list item.html @@ -0,0 +1,11 @@ +<ul> +<li><p>List Item: +</p> + +<pre><code>code block + +with a blank line +</code></pre><p>within a list item. +</p> +</li> +</ul>
\ No newline at end of file |