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 @@
+
+@section Section headings
+@node Section headings
+
+@i{Headings} organize your writing into
+sections. The Wiki software can automatically
+generate a @ref{table of contents} from them.
+
+@subsection Subsection
+@node Subsection
+
+Using more "equals" (=) signs creates a subsection.
+
+@subsubsection A smaller subsection
+@node A smaller subsection
+
+Don't skip levels,
+like from two to four equals signs.
+
+Start with 2 equals signs not 1
+because 1 creates H1 tags
+which should be reserved for page title.

Return to:

Send suggestions and report system problems to the System administrator.