diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-05-12 20:31:23 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-05-12 20:31:23 -0400 |
commit | e38554e5acad9b3dd93b0e6e4cedd39d5ff2f1a2 (patch) | |
tree | 250d10aaf2965657b291cc72dfe8429a8625962f /data | |
parent | v5 v6: version & changelog (& rakefile) (diff) |
v5 v6: coding, various minor cosmetic
Diffstat (limited to 'data')
-rw-r--r-- | data/doc/sisu/markup-samples/manual/en/sisu_markup.sst | 12 |
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): |