From 657bf7846d129b2ff0ab0d2264610c689d4ecd02 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 2 Sep 2008 14:57:20 -0400 Subject: table: Support header=column to make the table header be the first column of the data. (AlexandreDupas) --- doc/plugins/table.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/plugins/table.mdwn') diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn index b99bb7cd5..2dccb9458 100644 --- a/doc/plugins/table.mdwn +++ b/doc/plugins/table.mdwn @@ -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. -- cgit v1.2.3