]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/table.mdwn
add todo/structured_page_data
[git.ikiwiki.info.git] / doc / plugins / table.mdwn
index b99bb7cd5d0a9d692ce0c0830d0f0c2caee03f06..2dccb9458be29873780e8e5c8aea3ce5070c4e45 100644 (file)
@@ -41,5 +41,6 @@ cells. For example:
 * `delimiter` - The character used to separate fields. By default,
    DSV format uses a pipe (`|`), and CSV uses a comma (`,`).
 * `class` - A CSS class for the table html element.
-* `header` - Set to "no" to make a table without a header. By default,
-  the first data line is used as the table header.
+* `header` - By default, or if set to "row", the first data line is used
+  as the table header. Set it to "no" to make a table without a header, or
+  "column" to make the first column be the header.