From 143481f23597de24503ea66142cfb8341553d1be Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Mon, 2 Sep 2019 11:36:58 -0400
Subject: markup modification: code blocks attributes, numberlines

---
 data/doc/sisu/markup-samples/manual/en/sisu_markup.sst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'data')

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 73ed21ab..95b4a146 100644
--- a/data/doc/sisu/markup-samples/manual/en/sisu_markup.sst
+++ b/data/doc/sisu/markup-samples/manual/en/sisu_markup.sst
@@ -1225,9 +1225,11 @@ code{
 
 }code
 
-From SiSU 2.7.7 on you can number codeblocks by placing a hash after the opening code tag #{ code{# }# as demonstrated here:
+From SiSU 2.7.7 on you can number codeblocks by placing a hash after the opening code tag #{ code{# }# this is depreciated from sisu 7.2.0 with the introduction of the parenthesis before curly braces for attributes.
 
-code{#
+From SiSU 7.2.0 on you can number codeblocks by writing the "numberline" attribute within parenthesis before the opening code tag #{ code(numberlines){ }# as demonstrated here:
+
+code(numberlines){
 
                     `Fury said to a
                    mouse, That he
-- 
cgit v1.2.3