aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/markup-samples/manual/en/sisu_markup.sst
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2019-08-28 10:50:16 -0400
committerRalph Amissah <ralph@amissah.com>2019-09-03 12:08:28 -0400
commit172c0417022b847d4a1f1011979d8fdae9700519 (patch)
tree594dcbf3cc398c0cc832ea00e5f8f2e7d9c97834 /data/doc/sisu/markup-samples/manual/en/sisu_markup.sst
parentmarkup modification: distinguish blocks and groups (diff)
markup modification: table attributes
Diffstat (limited to 'data/doc/sisu/markup-samples/manual/en/sisu_markup.sst')
-rw-r--r--data/doc/sisu/markup-samples/manual/en/sisu_markup.sst8
1 files changed, 4 insertions, 4 deletions
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 f67db5a1..73ed21ab 100644
--- a/data/doc/sisu/markup-samples/manual/en/sisu_markup.sst
+++ b/data/doc/sisu/markup-samples/manual/en/sisu_markup.sst
@@ -839,7 +839,7 @@ Tables may be prepared in two either of two forms
code{
-table{ c3; 40; 30; 30;
+table(c3: 40, 30, 30){
This is a table
this would become column two of row one
@@ -855,7 +855,7 @@ column three of row two, and so on
!_ resulting output:
-table{ c3; 40; 30; 30;
+table(c3: 40, 30, 30){
This is a table
this would become column two of row one
@@ -877,7 +877,7 @@ code{
!_ Table 3.1: Contributors to Wikipedia, January 2001 - June 2005
-{table~h 24; 12; 12; 12; 12; 12; 12;}
+{table(h 24, 12, 12, 12, 12, 12, 12)}
|Jan. 2001|Jan. 2002|Jan. 2003|Jan. 2004|July 2004|June 2006
Contributors* | 10| 472| 2,188| 9,653| 25,011| 48,721
Active contributors** | 9| 212| 846| 3,228| 8,442| 16,945
@@ -894,7 +894,7 @@ No. of articles, all languages | 25| 19,000| 138,000| 490,000| 862,0
!_ Table 3.1: Contributors to Wikipedia, January 2001 - June 2005
-{table~h 24; 12; 12; 12; 12; 12; 12;}
+{table(h 24, 12, 12, 12, 12, 12, 12)}
|Jan. 2001|Jan. 2002|Jan. 2003|Jan. 2004|July 2004|June 2006
Contributors* | 10| 472| 2,188| 9,653| 25,011| 48,721
Active contributors** | 9| 212| 846| 3,228| 8,442| 16,945