aboutsummaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/doc/sisu/CHANGELOG_v73
-rw-r--r--data/doc/sisu/markup-samples/manual/en/sisu_howto.sst2
-rw-r--r--data/doc/sisu/markup-samples/manual/en/sisu_markup.sst8
-rw-r--r--data/doc/sisu/markup-samples/manual/en/sisu_output_overview.sst6
4 files changed, 11 insertions, 8 deletions
diff --git a/data/doc/sisu/CHANGELOG_v7 b/data/doc/sisu/CHANGELOG_v7
index 7e7a44c5..dce249e0 100644
--- a/data/doc/sisu/CHANGELOG_v7
+++ b/data/doc/sisu/CHANGELOG_v7
@@ -27,6 +27,9 @@ Reverse Chronological:
- markup modification
- (markup blocks) distinguish block from group
+ - table attributes, place in parenthesis
+ table([attributes]){
+ ``` table([attributes])
* sisu_7.1.12.orig.tar.xz (2019-07-16:28/2)
http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.1.12
diff --git a/data/doc/sisu/markup-samples/manual/en/sisu_howto.sst b/data/doc/sisu/markup-samples/manual/en/sisu_howto.sst
index f40d5329..8440a64a 100644
--- a/data/doc/sisu/markup-samples/manual/en/sisu_howto.sst
+++ b/data/doc/sisu/markup-samples/manual/en/sisu_howto.sst
@@ -455,7 +455,7 @@ Table markup sample
code{
-table{~h c3; 26; 32; 32;
+table(h c3, 26, 32, 32){
This is a table, column1
this would become row one of column two
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
diff --git a/data/doc/sisu/markup-samples/manual/en/sisu_output_overview.sst b/data/doc/sisu/markup-samples/manual/en/sisu_output_overview.sst
index 332f4aae..428bc223 100644
--- a/data/doc/sisu/markup-samples/manual/en/sisu_output_overview.sst
+++ b/data/doc/sisu/markup-samples/manual/en/sisu_output_overview.sst
@@ -34,7 +34,7 @@ for various forms of output of SiSU.
!_ sisu-2.0.0 on 2010-03-06
-{table~h 28}
+{table(h 28)}
feature |txt|ltx/pdf|HTML|EPUB|XML/s|XML/d|ODF|SQLite|pgSQL
headings | * | * | * | * | * | * | * | * | *
footnotes | * | * | * | * | * | * | * | * | *
@@ -65,7 +65,7 @@ special characters | . | . | . | . | | | | |
!_ sisu-1.0.0 on 2009-10-28
-{table~h 28}
+{table(h 28)}
feature |txt|ltx/pdf|HTML|XML/s|XML/d|ODF|SQLite|pgSQL
headings | * | * | * | * | * | * | * | *
footnotes | * | * | * | * | * | * | * | *
@@ -96,7 +96,7 @@ special characters | . | . | . | | | | |
!_ sisu-0.36.6 on 2006-01-23
-{table~h 28; 8; 8; 8; 8; 8; 8; 8; 8; 8;}
+{table(h 28, 8, 8, 8, 8, 8, 8, 8, 8, 8)}
feature |txt|ltx/pdf|HTML|XHTML|XML/s|XML/d|ODF|SQLite|pgSQL
headings | * | * | * | * | * | * | * | * | *
footnotes | * | * | * | * | * | * | * | * | *