doc/lua-filters.md: document body field

This commit is contained in:
Albert Krewinkel 2020-07-25 20:57:09 +02:00
parent 44c4660a31
commit 6448bd30c4
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -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.