aboutsummaryrefslogtreecommitdiffstats
path: root/tests2/php-markdown-cases-new/Tight blocks.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests2/php-markdown-cases-new/Tight blocks.html')
-rw-r--r--tests2/php-markdown-cases-new/Tight blocks.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests2/php-markdown-cases-new/Tight blocks.html b/tests2/php-markdown-cases-new/Tight blocks.html
new file mode 100644
index 0000000..3d9342d
--- /dev/null
+++ b/tests2/php-markdown-cases-new/Tight blocks.html
@@ -0,0 +1,28 @@
+<p>Paragraph and no space:
+* ciao
+</p>
+
+<p>Paragraph and 1 space:
+ * ciao
+</p>
+
+<p>Paragraph and 3 spaces:
+ * ciao
+</p>
+
+<p>Paragraph and 4 spaces:
+ * ciao
+</p>
+
+<p>Paragraph before header:
+</p>
+
+<h1>Header</h1>
+
+<p>Paragraph before blockquote:
+</p>
+
+<blockquote>
+ <p>Some quote.
+</p>
+</blockquote>