aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst')
-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.