summaryrefslogtreecommitdiff
path: root/testdata/headings.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-08-04 20:07:20 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-08-04 20:07:20 +0300
commitca53e0361ac27a532017057faa7e417fe1bc80bb (patch)
tree9706377a7802756d48422d14e6366ec668ce8db9 /testdata/headings.texi
parent4c0ff8e5b4f7000ca8db70bd8555a7e6a85875d0 (diff)
downloadwikitrans-ca53e0361ac27a532017057faa7e417fe1bc80bb.tar.gz
wikitrans-ca53e0361ac27a532017057faa7e417fe1bc80bb.tar.bz2
Add testsuite for texi translator
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.