aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/markup-samples/manual
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/markup-samples/manual')
-rw-r--r--data/doc/sisu/markup-samples/manual/en/sisu_markup.sst12
1 files changed, 2 insertions, 10 deletions
diff --git a/data/doc/sisu/markup-samples/manual/en/sisu_markup.sst b/data/doc/sisu/markup-samples/manual/en/sisu_markup.sst
index fbd6d1f4..be6d7b9d 100644
--- a/data/doc/sisu/markup-samples/manual/en/sisu_markup.sst
+++ b/data/doc/sisu/markup-samples/manual/en/sisu_markup.sst
@@ -1168,9 +1168,9 @@ To draw a dividing line dividing paragraphs, see the section on 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:
-page new =\\= or <:pn> breaks the page, starts a new page.
+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 -\\- (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
@@ -1180,10 +1180,6 @@ code{
-\\-
-or
-
-<:pb>
-
}code
page (break) new:
@@ -1192,10 +1188,6 @@ code{
=\\=
-or
-
-<:pn>
-
}code
page (break) line across page (dividing paragraphs):