summaryrefslogtreecommitdiff
path: root/tests/toc/toc.cli
blob: cb6fd8c717d51c89ec9579f9106e048cceee63cc (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
"\h1|Table of Contents|"
"\$TOC$"

"
\h0#preface|Preface|

This document describes something awesome.

\h#about-document|About This Document|

And this document is also awesome.

\h#more-information|More Information|

It is so awesome that no further information will be required."

"
\H#part1|PART I|

Start of part one.

\h1#intro|Introduction|

Beginning of the first chapter.

\h#arch-flow|Architecture and Workflow|

Some basics.

\h#benefits|Benefits|

You will like them.

\h1#hello|Hello World|

Beginning of the second chapter.

\h#hell-setup|Setup|

More basics.

\h#hello-compile|Compiling|

How to build the example

\h2#hello-compile-gcc|Compiling with GCC|

GCC. For Clang see \l{#hello-compile-clang Compiling with Clang}.

\h2#hello-compile-clang|Compiling with Clang|

Clang. For GCC see \l{#hello-compile-gcc Compiling with GCC}.

\h#hello-conclusion|Conclusion|

Some remarks.
"