diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2020-07-25 20:57:09 +0200 | 
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2020-07-25 20:57:09 +0200 | 
| commit | 6448bd30c4b69f1113385a5d829680132d827c3f (patch) | |
| tree | 5086c5524d5e5ab6e41008a4eb53ce4634aea17f /doc | |
| parent | 44c4660a31fcb6034a7368a3596ab7a252a87ad4 (diff) | |
| download | pandoc-6448bd30c4b69f1113385a5d829680132d827c3f.tar.gz | |
doc/lua-filters.md: document `body` field
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lua-filters.md | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 11c54a8fd..1bb85493f 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -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. | 
