diff options
Diffstat (limited to 'tests2/php-markdown-cases-new/Tight blocks.html')
-rw-r--r-- | tests2/php-markdown-cases-new/Tight blocks.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tests2/php-markdown-cases-new/Tight blocks.html b/tests2/php-markdown-cases-new/Tight blocks.html deleted file mode 100644 index 3d9342d..0000000 --- a/tests2/php-markdown-cases-new/Tight blocks.html +++ /dev/null @@ -1,28 +0,0 @@ -<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> |