File: list-complex.html

package info (click to toggle)
lowdown 2.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,484 kB
  • sloc: ansic: 21,512; sh: 1,892; xml: 861; makefile: 518
file content (16 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<p>An initial paragraph.</p>
<ul>
<li><p>An outer list.</p>
<p>With a paragraph.</p>
<ol>
<li>An inner ordered list.</li>
<li>That&#8217;s inline.</li>
<li>Followed by&#8230;</li>
</ol>
<ul>
<li><p>An inner regular lits.</p>
<p>With inner paragraph.</p></li>
</ul>
<p>Another paragraph.</p></li>
</ul>
<p>A last outer paragraph.</p>