streams/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Tight blocks.xhtml
2019-12-04 16:46:07 +11:00

21 lines
296 B
HTML

<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>