diff options
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v3 | 3 | ||||
| -rw-r--r-- | data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst | 19 | 
2 files changed, 21 insertions, 1 deletions
| diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index cc6b805f..2baf851e 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -24,6 +24,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.1.5.orig.tar.xz    * dal_expand_insertions, link shortcut for multiple versions of sisu document,      omit codeblocks +  * sisu manual, sisu markup, include example of: link shortcut for multiple +    versions of a sisu document in the same directory tree +  %% 3.1.4.orig.tar.xz (2011-11-11:45/5)  http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.1.4  http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_3.1.4-1 diff --git a/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst b/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst index 046b1f2b..62cf013e 100644 --- a/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst +++ b/data/doc/sisu/markup-samples/sisu_manual/sisu_markup.sst @@ -28,7 +28,7 @@   :num_top: 1   :breaks: new=C; break=1   :skin: skin_sisu_manual - :bold: /Gnu|Debian|Ruby|SiSU/ + :bold: /Gnu|Debian|Ruby|SiSU/i  @links:   { SiSU Homepage }http://www.sisudoc.org/ @@ -694,6 +694,23 @@ text marker *~name  note at a heading level the same is automatically achieved by providing names to headings 1, 2 and 3 i.e. 2~[name] and 3~[name] or in the case of auto-heading numbering, without further intervention. +3~ Link shortcut for multiple versions of a sisu document in the same directory tree + +!_ markup example: + +code{ + +!_ /{"Viral Spiral"}/, David Bollier + +{ "Viral Spiral", David Bollier [3sS]}viral_spiral.david_bollier.sst + +}code + + +!_ /{"Viral Spiral"}/, David Bollier + +{ "Viral Spiral", David Bollier [3sS]}viral_spiral.david_bollier.sst +  2~ Grouped Text  3~ Tables | 
