File: Lists-multilevel-md5-edgecase.xhtml

package info (click to toggle)
libtext-multimarkdown-perl 1.000035-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,772 kB
  • ctags: 148
  • sloc: perl: 2,186; makefile: 8
file content (37 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (6)
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
<h1 id="text1">text1</h1>

<ul>
<li><p>text2</p>

<ul>
<li>text3</li>
</ul>

<p>text4</p></li>
</ul>

<h2 id="text5">text5</h2>

<ul>
<li><p>text6</p>

<ul>
<li>text7</li>
</ul>

<p>text8</p></li>
</ul>

<h2 id="text9">text9</h2>

<ul>
<li><p>text10</p>

<ul>
<li>text11</li>
</ul>

<p>text12</p>

<p>text13</p></li>
</ul>