File: toc_nested2.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 (14 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="toc">
<ul>
<li><a href="#start-with-header-other-than-one">Start with header other than one.</a></li>
<li><a href="#header-3">Header 3</a><ul>
<li><a href="#header-4">Header 4</a></li>
</ul>
</li>
<li><a href="#header-3_1">Header 3</a></li>
</ul>
</div>
<h3 id="start-with-header-other-than-one">Start with header other than one.</h3>
<h3 id="header-3">Header 3</h3>
<h4 id="header-4">Header 4</h4>
<h3 id="header-3_1">Header 3</h3>