aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/tests/php/Code block in a list item.xhtml
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2010-02-12 15:27:59 -0500
committerWaylan Limberg <waylan@gmail.com>2010-02-12 15:27:59 -0500
commit8f62bb0a6ce46055a2decbae6b33d53922c758b8 (patch)
tree7f7d71461ad32817a86d48083934fbb972df38ed /markdown/tests/php/Code block in a list item.xhtml
parentee6fb73b160721e666e72a0921135d6abae19fa4 (diff)
parent6d30c9ff6b43be9f013e6ea129ff7611c4a6d55b (diff)
downloadmarkdown-8f62bb0a6ce46055a2decbae6b33d53922c758b8.tar.gz
markdown-8f62bb0a6ce46055a2decbae6b33d53922c758b8.tar.bz2
markdown-8f62bb0a6ce46055a2decbae6b33d53922c758b8.zip
Merged tests branch
Diffstat (limited to 'markdown/tests/php/Code block in a list item.xhtml')
-rw-r--r--markdown/tests/php/Code block in a list item.xhtml18
1 files changed, 18 insertions, 0 deletions
diff --git a/markdown/tests/php/Code block in a list item.xhtml b/markdown/tests/php/Code block in a list item.xhtml
new file mode 100644
index 0000000..361c1ae
--- /dev/null
+++ b/markdown/tests/php/Code block in a list item.xhtml
@@ -0,0 +1,18 @@
+<ul>
+<li><p>List Item:</p>
+
+<pre><code>code block
+
+with a blank line
+</code></pre>
+
+<p>within a list item.</p></li>
+<li><pre><code>code block
+as first element of a list item
+</code></pre></li>
+
+<li><p>List Item:</p>
+
+<pre><code>code block with whitespace on preceding line
+</code></pre></li>
+</ul> \ No newline at end of file