~kaijanmaki/+junk/indicators-ng

« back to all changes in this revision

Viewing changes to zinc/python/zinc/util/Markdown-2.6.2/tests/pl/Tests_2007/Inline HTML (Simple).html

  • Committer: Antti Kaijanmäki
  • Date: 2015-09-21 20:43:11 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20150921204311-bnmu8s14n6ovobyu
foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<p>Here's a simple block:</p>
 
2
 
 
3
<div>
 
4
    foo
 
5
</div>
 
6
 
 
7
<p>This should be a code block, though:</p>
 
8
 
 
9
<pre><code>&lt;div&gt;
 
10
    foo
 
11
&lt;/div&gt;
 
12
</code></pre>
 
13
 
 
14
<p>As should this:</p>
 
15
 
 
16
<pre><code>&lt;div&gt;foo&lt;/div&gt;
 
17
</code></pre>
 
18
 
 
19
<p>Now, nested:</p>
 
20
 
 
21
<div>
 
22
    <div>
 
23
        <div>
 
24
            foo
 
25
        </div>
 
26
    </div>
 
27
</div>
 
28
 
 
29
<p>This should just be an HTML comment:</p>
 
30
 
 
31
<!-- Comment -->
 
32
 
 
33
<p>Multiline:</p>
 
34
 
 
35
<!--
 
36
Blah
 
37
Blah
 
38
-->
 
39
 
 
40
<p>Code block:</p>
 
41
 
 
42
<pre><code>&lt;!-- Comment --&gt;
 
43
</code></pre>
 
44
 
 
45
<p>Just plain comment, with trailing spaces on the line:</p>
 
46
 
 
47
<!-- foo -->   
 
48
 
 
49
<p>Code:</p>
 
50
 
 
51
<pre><code>&lt;hr /&gt;
 
52
</code></pre>
 
53
 
 
54
<p>Hr's:</p>
 
55
 
 
56
<hr>
 
57
 
 
58
<hr/>
 
59
 
 
60
<hr />
 
61
 
 
62
<hr>   
 
63
 
 
64
<hr/>  
 
65
 
 
66
<hr /> 
 
67
 
 
68
<hr class="foo" id="bar" />
 
69
 
 
70
<hr class="foo" id="bar"/>
 
71
 
 
72
<hr class="foo" id="bar" >