aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-09-27 19:02:35 -0400
committerJoey Hess <joey@kitenet.net>2012-09-27 19:02:35 -0400
commitf4d1f6f8daac6e74dba17aabf76a2e576362108c (patch)
tree6c1acfd357ffd62fa4051b7ef6730057279f6027 /doc
parent181b77a8fad0affe0bfa58e03bde86dc33d875a1 (diff)
downloadikiwiki-f4d1f6f8daac6e74dba17aabf76a2e576362108c.tar
ikiwiki-f4d1f6f8daac6e74dba17aabf76a2e576362108c.tar.gz
clarify markdown does work in cells
Diffstat (limited to 'doc')
-rw-r--r--doc/ikiwiki/directive/table.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/table.mdwn b/doc/ikiwiki/directive/table.mdwn
index a6692f92c..3e7917789 100644
--- a/doc/ikiwiki/directive/table.mdwn
+++ b/doc/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"]]