From 7de03034813a591c34b0f31086a6ed87ab068c27 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 8 Nov 2013 20:50:41 -0500 Subject: v4 v5: sisu_manual, minor info addition --- .../markup-samples/sisu_manual/en/sisu_markup.sst | 25 ++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'data/doc/sisu/markup-samples') diff --git a/data/doc/sisu/markup-samples/sisu_manual/en/sisu_markup.sst b/data/doc/sisu/markup-samples/sisu_manual/en/sisu_markup.sst index 92b7f430..ddf6e570 100644 --- a/data/doc/sisu/markup-samples/sisu_manual/en/sisu_markup.sst +++ b/data/doc/sisu/markup-samples/sisu_manual/en/sisu_markup.sst @@ -510,7 +510,7 @@ code{ normal text ~[* editors notes, numbered asterisk footnote/endnote series ]~ continues -normal text ~[+ editors notes, numbered asterisk footnote/endnote series ]~ continues +normal text ~[+ editors notes, numbered plus symbol footnote/endnote series ]~ continues }code @@ -518,7 +518,7 @@ normal text ~[+ editors notes, numbered asterisk footnote/endnote series ]~ cont normal text ~[* editors notes, numbered asterisk footnote/endnote series ]~ continues -normal text ~[+ editors notes, numbered asterisk footnote/endnote series ]~ continues +normal text ~[+ editors notes, numbered plus symbol footnote/endnote series ]~ continues !_ Alternative endnote pair notation for footnotes/endnotes: @@ -1285,3 +1285,24 @@ code{ }code The form described above should be relied on. Within the Vim editor it results in the text thus linked becoming hyperlinked to the document it is calling in which is convenient for editing. + +1~ Substitutions + +!_ markup example: + +code{ + +The current Debian is ${debian_stable} the next debian will be ${debian_testing} + +Configure substitution in _sisu/sisu_document_make + +@make: + :substitute: /${debian_stable}/,'*{Wheezy}*' /${debian_testing}/,'*{Jessie}*' + +}code + +!_ resulting output: + +The current Debian is ${debian_stable} the next debian will be ${debian_testing} + +Configure substitution in _sisu/sisu_document_make -- cgit v1.2.3