summaryrefslogtreecommitdiff
path: root/testdata/headings.texi
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/headings.texi')
-rw-r--r--testdata/headings.texi22
1 files changed, 22 insertions, 0 deletions
diff --git a/testdata/headings.texi b/testdata/headings.texi
new file mode 100644
index 0000000..a9f372d
--- /dev/null
+++ b/testdata/headings.texi
@@ -0,0 +1,22 @@
1
2@section Section headings
3@node Section headings
4
5@i{Headings} organize your writing into
6sections. The Wiki software can automatically
7generate a @ref{table of contents} from them.
8
9@subsection Subsection
10@node Subsection
11
12Using more "equals" (=) signs creates a subsection.
13
14@subsubsection A smaller subsection
15@node A smaller subsection
16
17Don't skip levels,
18like from two to four equals signs.
19
20Start with 2 equals signs not 1
21because 1 creates H1 tags
22which should be reserved for page title.

Return to:

Send suggestions and report system problems to the System administrator.