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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Introduction</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<h1 class="externalitem">Introduction</h1>
Full table of contents:
<p><ol>
<li><a href="#Sec1">Section 1</a>
</li>
<li><a href="#Sec2">Section 2</a>
<ol>
<li><a href="#Sec21">Section 2.1</a>
</li>
<li><a href="#Sec22">Section 2.2</a>
<ol>
<li><a href="#Sec221">Section 2.2.1</a>
</li>
</ol>
</li>
</ol>
</li>
<li><a href="#Sec3">Section 3</a>
</li>
</ol>
<p>Table of contents to level 0 (should be empty):
<p>
<p>Table of contents to level 1 (only top-level sections):
<p><ol>
<li><a href="#Sec1">Section 1</a>
</li>
<li><a href="#Sec2">Section 2</a>
</li>
<li><a href="#Sec3">Section 3</a>
</li>
</ol>
<p>Table of contents to level 2:
<p><ol>
<li><a href="#Sec1">Section 1</a>
</li>
<li><a href="#Sec2">Section 2</a>
<ol>
<li><a href="#Sec21">Section 2.1</a>
</li>
<li><a href="#Sec22">Section 2.2</a>
</li>
</ol>
</li>
<li><a href="#Sec3">Section 3</a>
</li>
</ol>
<p>Table of contents to level 3 (should be equivalent to full toc):
<p><ol>
<li><a href="#Sec1">Section 1</a>
</li>
<li><a href="#Sec2">Section 2</a>
<ol>
<li><a href="#Sec21">Section 2.1</a>
</li>
<li><a href="#Sec22">Section 2.2</a>
<ol>
<li><a href="#Sec221">Section 2.2.1</a>
</li>
</ol>
</li>
</ol>
</li>
<li><a href="#Sec3">Section 3</a>
</li>
</ol>
<p><h2 class=""><span id="Sec1"></span>Section 1</h2>
<p><h2 class=""><span id="Sec2"></span>Section 2</h2>
<p><h3 class=""><span id="Sec21"></span>Section 2.1</h3>
<p><h3 class=""><span id="Sec22"></span>Section 2.2</h3>
<p><h4 class=""><span id="Sec221"></span>Section 2.2.1</h4>
<p><h2 class=""><span id="Sec3"></span>Section 3</h2>
</body></html>
|