diff options
| author | Ralph Amissah <ralph@amissah.com> | 2010-05-14 13:03:32 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2010-05-14 13:03:32 -0400 | 
| commit | 0d136555c8b23255ea93a6a3a8a41b84be384f47 (patch) | |
| tree | 0b7394b62650cd79c8f53229d42d97f6f26ef082 | |
| parent | sha256 (2.3.4) (diff) | |
sisu_markup.sst, documentation update *{emphasis}* !{bold text}!
| -rw-r--r-- | data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_markup.sst | 28 | 
1 files changed, 15 insertions, 13 deletions
| diff --git a/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_markup.sst b/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_markup.sst index c155e027..f69b2e02 100644 --- a/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_markup.sst +++ b/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_markup.sst @@ -3,9 +3,11 @@  @title: SiSU   :subtitle: Markup -@creator: 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 @@ -19,7 +21,7 @@   :issued: 2002-08-28   :available: 2002-08-28   :published: 2008-05-22 - :modified: 2009-12-16 + :modified: 2010-05-14  @make:   :num_top: 1 @@ -327,18 +329,18 @@ code{  code{ -normal text !{emphasis}! *{bold text}* _{underscore}_ /{italics}/ "{citation}" ^{superscript}^ ,{subscript}, +{inserted text}+ +normal text  *{emphasis}* !{bold text}! /{italics}/ _{underscore}_ "{citation}" ^{superscript}^ ,{subscript}, +{inserted text}+  normal text -!{emphasis}! +*{emphasis}* -*{bold text}* - -_{underscore}_ +!{bold text}!  /{italics}/ +_{underscore}_ +  "{citation}"  ^{superscript}^ @@ -353,19 +355,19 @@ _{underscore}_  !_ resulting output: -normal text !{emphasis}! *{bold text}* _{underscore}_ /{italics}/ "{citation}" ^{superscript}^ ,{subscript}, +{inserted text}+ +normal text  *{emphasis}* !{bold text}! /{italics}/ _{underscore}_ "{citation}" ^{superscript}^ ,{subscript}, +{inserted text}+  -{strikethrough}-  normal text -!{emphasis}! - -*{bold text}* +*{emphasis}* -_{underscore}_ +!{bold text}!  /{italics}/ +_{underscore}_ +  "{citation}"  ^{superscript}^ | 
