aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/markup-samples
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-02-22 21:40:54 -0500
committerRalph Amissah <ralph@amissah.com>2013-02-22 21:41:20 -0500
commitf6f8918bfdf8d9bd550f473ecfb53744e17f5731 (patch)
treea375925f595a1106066ce02e7ce0eb46669a858a /data/doc/sisu/markup-samples
parentv4: emacs, sisu-mode.el (diff)
v4: documentation, sisu markup (sisu_markup.sst, man page sisu.1, sisu.1.html)sisu_4.0.9
Diffstat (limited to 'data/doc/sisu/markup-samples')
-rw-r--r--data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst16
1 files changed, 15 insertions, 1 deletions
diff --git a/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst b/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst
index 98377850..92b7f430 100644
--- a/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst
+++ b/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst
@@ -1162,6 +1162,8 @@ may be used.
The html break br enclosed in angle brackets (though undocumented) is available in versions prior to 3.0.13 and 2.9.7 (it remains available for the time being, but is depreciated).
+To draw a dividing line dividing paragraphs, see the section on page breaks.
+
3~ page breaks
Page breaks are only relevant and honored in some output formats. A page break or a new page may be inserted manually using the following markup on a line on its own:
@@ -1170,6 +1172,10 @@ page new =\\= or <:pn> breaks the page, starts a new page.
page break -\\- or <:pb> breaks a column, starts a new column, if using columns, else breaks the page, starts a new page.
+page break line across page -..- draws a dividing line, dividing paragraphs
+
+page break:
+
code{
-\\-
@@ -1180,7 +1186,7 @@ or
}code
-or
+page (break) new:
code{
@@ -1192,6 +1198,14 @@ or
}code
+page (break) line across page (dividing paragraphs):
+
+code{
+
+-..-
+
+}code
+
2~ Book index
To make an index append to paragraph the book index term relates to it, using an equal sign and curly braces.