summaryrefslogtreecommitdiff
path: root/tests/toc/toc.html
blob: 383ff122858c643607fc8ed1c13b275207cb91ab (plain)
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
  <h1>Table of Contents</h1>

  <table class="toc">
    <tr><th></th><td>Preface
      <table class="toc">
        <tr><th></th><td>About This Document</td></tr>
        <tr><th></th><td>More Information</td></tr>
      </table>
    </td></tr>
    <tr><th colspan="2">PART I</th></tr>
    <tr><th>1</th><td>Introduction
      <table class="toc">
        <tr><th>1.1</th><td>Architecture and Workflow</td></tr>
        <tr><th>1.2</th><td>Benefits</td></tr>
      </table>
    </td></tr>
    <tr><th>2</th><td>Hello World
      <table class="toc">
        <tr><th>2.1</th><td>Setup</td></tr>
        <tr><th>2.2</th><td>Compiling
          <table class="toc">
            <tr><th>2.2.1</th><td>Compiling with GCC</td></tr>
            <tr><th>2.2.2</th><td>Compiling with Clang</td></tr>
          </table>
        </td></tr>
        <tr><th>2.3</th><td>Conclusion</td></tr>
      </table>
    </td></tr>
  </table>

  <h1 class="preface">Preface</h1>

  <p>This document describes something awesome.</p>

  <h2>About This Document</h2>

  <p>And this document is also awesome.</p>

  <h2>More Information</h2>

  <p>It is so awesome that no further information will be required.</p>

  <h1 class="part">PART I</h1>

  <p>Start of part one.</p>

  <h1>Introduction</h1>

  <p>Beginning of the first chapter.</p>

  <h2>Architecture and Workflow</h2>

  <p>Some basics.</p>

  <h2>Benefits</h2>

  <p>You will like them.</p>

  <h1>Hello World</h1>

  <p>Beginning of the second chapter.</p>

  <h2>Setup</h2>

  <p>More basics.</p>

  <h2>Compiling</h2>

  <p>How to build the example</p>

  <h3>Compiling with GCC</h3>

  <p>GCC</p>

  <h3>Compiling with Clang</h3>

  <p>Clang</p>

  <h2>Conclusion</h2>

  <p>Some remarks.</p>