~ubuntu-branches/ubuntu/trusty/libtext-markdown-perl/trusty

« back to all changes in this revision

Viewing changes to t/docs-php-markdown/Tight_blocks.html

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-04-26 00:35:34 UTC
  • Revision ID: james.westby@ubuntu.com-20080426003534-oo979u4lubd1ltc1
Tags: upstream-1.0.19
ImportĀ upstreamĀ versionĀ 1.0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<p>Paragraph and no space:
 
2
* ciao</p>
 
3
 
 
4
<p>Paragraph and 1 space:
 
5
 * ciao</p>
 
6
 
 
7
<p>Paragraph and 3 spaces:
 
8
  * ciao</p>
 
9
 
 
10
<p>Paragraph and 4 spaces:
 
11
   * ciao</p>
 
12
 
 
13
<p>Paragraph before header:</p>
 
14
 
 
15
<h1>Header</h1>
 
16
 
 
17
<p>Paragraph before blockquote:</p>
 
18
 
 
19
<blockquote>
 
20
  <p>Some quote.</p>
 
21
</blockquote>