clarify markdown does work in cells
authorJoey Hess <joey@kitenet.net>
Thu, 27 Sep 2012 23:02:35 +0000 (19:02 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 27 Sep 2012 23:02:35 +0000 (19:02 -0400)
doc/ikiwiki/directive/table.mdwn

index a6692f92c59eaa24a3414c6774e17ea1426af055..3e791778978e42b87d20d55eeee813555c338408 100644 (file)
@@ -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"]]