File: normal.html

package info (click to toggle)
ruby-kramdown 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,896 kB
  • sloc: ruby: 6,462; makefile: 10
file content (43 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<p>Empty <a name="anchor" id="anchor" class=""></a>!</p>

<p><a href="test">title</a> is a title.</p>

<p>This is &lt;? a PI ?&gt;.</p>

<p>This is <!-- a --> comment.</p>

<p>This is <!-- a
--> multiline comment.</p>

<p>This is <span>tag
now </span>.</p>

<p>This is <span>tag
</span> now.</p>

<p>This is an empty <span></span> tag.</p>

<p>This is <em>something<span test="do_it"></span> strange</em>.</p>

<p>Auto-closing: <br /></p>

<p>Expanding: <textarea></textarea></p>

<p>An invalid tag: &lt;hR&gt;</p>

<p>A &lt;p&gt;block tag&lt;/p&gt;.</p>

<p>An invalid &lt;/closing&gt; tag.</p>

<p>A <script>*not*</script> tag.</p>

<p>An <span>unclosed <em>tag.</em></span></p>

<p>Some <code>element with | pipe symbol</code></p>

<p>Some <span><code>element with | pipe symbol</code></span></p>

<p>Some <code>element with | pipe
symbol|</code></p>

<p><u>underlined</u></p>