summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/table.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki/directive/table.mdwn')
-rw-r--r--ikiwiki/directive/table.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/ikiwiki/directive/table.mdwn b/ikiwiki/directive/table.mdwn
index a6692f9..3e79177 100644
--- a/ikiwiki/directive/table.mdwn
+++ b/ikiwiki/directive/table.mdwn
@@ -26,7 +26,7 @@ cells. For example:
\[[!table data="""
left||right|
a|b|c|d
- this cell spans 4 columns|||
+ this cell spans **4** columns|||
"""]]
## usage
@@ -47,4 +47,7 @@ or a spreadsheet), `delimiter` must be set to a literal tab character. These
are difficult to type in most web browsers - copying and pasting one from
the table data is likely to be the easiest way.
+Note that the contents of table cells can contain arbitrary ikiwiki and
+markdown markup.
+
[[!meta robots="noindex, follow"]]