mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Clarify table documentation
This commit is contained in:
parent
f2791f7d5d
commit
0a3c399305
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user