doc/lua-filters.md: document body
field
This commit is contained in:
parent
44c4660a31
commit
6448bd30c4
1 changed files with 6 additions and 3 deletions
|
@ -1650,13 +1650,16 @@ Fields:
|
|||
`attr`
|
||||
: table body attributes ([Attr])
|
||||
|
||||
`row_head_columns`
|
||||
: number of columns taken up by the row head of each row of a
|
||||
[TableBody]. The row body takes up the remaining columns.
|
||||
`body`
|
||||
: table body rows (list of [Rows])
|
||||
|
||||
`head`
|
||||
: intermediate head (list of [Rows])
|
||||
|
||||
`row_head_columns`
|
||||
: number of columns taken up by the row head of each row of a
|
||||
[TableBody]. The row body takes up the remaining columns.
|
||||
|
||||
### TableFoot {#type-tablefoot}
|
||||
|
||||
The foot of a table.
|
||||
|
|
Loading…
Add table
Reference in a new issue