diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-27 19:02:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-27 19:02:35 -0400 |
commit | f4d1f6f8daac6e74dba17aabf76a2e576362108c (patch) | |
tree | 6c1acfd357ffd62fa4051b7ef6730057279f6027 /doc | |
parent | 181b77a8fad0affe0bfa58e03bde86dc33d875a1 (diff) | |
download | ikiwiki-f4d1f6f8daac6e74dba17aabf76a2e576362108c.tar ikiwiki-f4d1f6f8daac6e74dba17aabf76a2e576362108c.tar.gz |
clarify markdown does work in cells
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/table.mdwn | 5 |
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"]] |