aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/table.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:46:35 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:46:35 +0100
commit953a959be72c021121d8d3c4a737f48bf52149fe (patch)
treec949e0224a557e48b3db0b91ab81623961ba7a20 /doc/plugins/table.mdwn
parent1ca63edde0a1f09e58c9c1da1cf9ac7a6805750b (diff)
downloadikiwiki-953a959be72c021121d8d3c4a737f48bf52149fe.tar
ikiwiki-953a959be72c021121d8d3c4a737f48bf52149fe.tar.gz
Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix
Diffstat (limited to 'doc/plugins/table.mdwn')
-rw-r--r--doc/plugins/table.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn
index 6ff6a54de..b99bb7cd5 100644
--- a/doc/plugins/table.mdwn
+++ b/doc/plugins/table.mdwn
@@ -8,14 +8,14 @@ It needs the perl module [[!cpan Text::CSV]] for the CSV data.
## examples
- \[[table data="""
+ \[[!table data="""
Customer|Amount
Fulanito|134,34
Menganito|234,56
Menganito|234,56
"""]]
- \[[table class="book_record" format=csv file="data/books/record1"]]
+ \[[!table class="book_record" format=csv file="data/books/record1"]]
In this second example the `record1` page should be similar to:
@@ -26,7 +26,7 @@ In this second example the `record1` page should be similar to:
To make a cell span multiple columns, follow it with one or more empty
cells. For example:
- \[[table data="""
+ \[[!table data="""
left||right|
a|b|c|d
this cell spans 4 columns|||