File: toc_nested.html

package info (click to toggle)
python-markdown 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,412 kB
  • sloc: python: 3,427; makefile: 36
file content (16 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<h1 id="header-a">Header A</h1>
<h2 id="header-1">Header 1</h2>
<h3 id="header-i">Header i</h3>
<h1 id="header-b">Header B</h1>
<div class="toc">
<ul>
<li><a href="#header-a">Header A</a><ul>
<li><a href="#header-1">Header 1</a><ul>
<li><a href="#header-i">Header i</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#header-b">Header B</a></li>
</ul>
</div>