Clarify table documentation

This commit is contained in:
Jermolene 2014-09-19 12:45:49 +01:00
parent f2791f7d5d
commit 0a3c399305
1 changed files with 6 additions and 1 deletions

View File

@ -80,7 +80,12 @@ Renders as:
! Table Classes, Captions, Headers and Footers
Table CSS classes, captions, headers and footers can be specified as special pseudo-rows:
Table CSS classes, captions, headers and footers can be specified as special pseudo-rows. The following example:
* assigns the CSS classes "myclass" and "anotherClass" to the table
* gives the table the caption "This is a caption"
* adds a header row of cells with the text "Header"
* adds a footer row of cells with the text "Footer"
```
|myclass anotherClass|k