aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Tight blocks.xhtml
blob: 86554308b96bcf349dd191a5090b8cca2bb5611e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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>