From 172c0417022b847d4a1f1011979d8fdae9700519 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 28 Aug 2019 10:50:16 -0400 Subject: markup modification: table attributes --- data/doc/sisu/markup-samples/manual/en/sisu_markup.sst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/doc/sisu/markup-samples/manual/en/sisu_markup.sst') 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 -- cgit v1.2.3