update
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Mar 2007 19:57:53 +0000 (19:57 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Mar 2007 19:57:53 +0000 (19:57 +0000)
doc/plugins/table.mdwn

index c245c1af2d529d0d743683b573360e5b0b185abd..6920c8f8080e53175afc9ccb5ab3c70519564a72 100644 (file)
@@ -41,5 +41,5 @@ 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 0 to make a table without a header. By default,
+* `header` - Set to "no" to make a table without a header. By default,
   the first data line is used as the table header.