diff options
| -rw-r--r-- | data/doc/sisu/v2/markup-samples/sisu_manual/sisu_commands.sst | 6 | ||||
| -rw-r--r-- | data/doc/sisu/v2/markup-samples/sisu_manual/sisu_markup.sst | 26 | 
2 files changed, 17 insertions, 15 deletions
| diff --git a/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_commands.sst b/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_commands.sst index a406dc57..33c7ca46 100644 --- a/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_commands.sst +++ b/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_commands.sst @@ -3,9 +3,11 @@  @title: SiSU   :subtitle: Commands -@creator: :author: Amissah, Ralph +@creator: + :author: Amissah, Ralph -@rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 +@rights: + :copyright: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3  @classify:   :type: information diff --git a/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_markup.sst b/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_markup.sst index 331e6af5..275d736e 100644 --- a/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_markup.sst +++ b/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_markup.sst @@ -308,10 +308,10 @@ Second level heading [this is a heading level divider]  Third level heading [this is a heading level divider]  !_ 1~ [heading text] -Top level heading preceding substantive text of document or sub\-heading 2, the heading level that would normally be marked 1. or 2. or 3. etc. in a document, and the level on which sisu by default would break html output into named segments, names are provided automatically if none are given (a number), otherwise takes the form 1~my\_filename\_for\_this\_segment +Top level heading preceding substantive text of document or sub-heading 2, the heading level that would normally be marked 1. or 2. or 3. etc. in a document, and the level on which sisu by default would break html output into named segments, names are provided automatically if none are given (a number), otherwise takes the form 1~my_filename_for_this_segment  !_ 2~ [heading text] -Second level heading preceding substantive text of document or sub\-heading 3 , the heading level that would normally be marked 1.1 or 1.2 or 1.3 or 2.1 etc. in a document. +Second level heading preceding substantive text of document or sub-heading 3 , the heading level that would normally be marked 1.1 or 1.2 or 1.3 or 2.1 etc. in a document.  !_ 3~ [heading text]  Third level heading preceding substantive text of document, that would normally be marked 1.1.1 or 1.1.2 or 1.2.1 or 2.1.1 etc. in a document @@ -331,7 +331,7 @@ code{  code{  normal text,  *{emphasis}*, !{bold text}!, /{italics}/, _{underscore}_, "{citation}", -^{superscript}^, ,{subscript},, +{inserted text}+, -{strikethrough}- #{monospace}# +^{superscript}^, ,{subscript},, +{inserted text}+, -{strikethrough}-, #{monospace}#  normal text @@ -360,7 +360,7 @@ _{underscore}_  !_ resulting output:  normal text, *{emphasis}*, !{bold text}!, /{italics}/, _{underscore}_, "{citation}", -^{superscript}^, ,{subscript},, +{inserted text}+, -{strikethrough}- #{monospace}# +^{superscript}^, ,{subscript},, +{inserted text}+, -{strikethrough}-, #{monospace}#  normal text @@ -613,13 +613,13 @@ Shared document collection link  code{ -about { SiSU book markup examples }../SiSU/examples.html +about { SiSU book markup examples }:SiSU/examples.html  }code  !_ resulting output: -about { SiSU book markup examples }../SiSU/examples.html +about { SiSU book markup examples }:SiSU/examples.html  3~ Linking Images @@ -746,19 +746,19 @@ No. of articles, all languages  |       25|   19,000|  138,000|  490,000|  862,0  % code{ -% +  % test -% +  % ~# -% +  % % unnumbered paragraph (place marker at end of paragraph) -% +  % -# -% +  % % unnumbered paragraph, delete when not required (place marker at end of paragraph) [used in dummy headings, eg. for segmented html] -% +  % % add a comment to text, that will be removed prior to processing (place marker at beginning of line) -% +  % }code  3~ Poem | 
