diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-09-01 17:42:34 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-09-01 17:42:34 +0200 |
| commit | ff856e5f94bb6deef9978ac7321911643a7d02a5 (patch) | |
| tree | dc19ade472a3f9533979d44368ee3c5418586a8a | |
| parent | de920cfc30426f1ec23883361742dad072b67678 (diff) | |
MANUAL.txt: document syntax of table foots in grid tables
| -rw-r--r-- | MANUAL.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 12b77efa4..4ba409c76 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4379,6 +4379,23 @@ For headerless tables, the colons go on the top line instead: | Right | Left | Centered | +---------------+---------------+--------------------+ +##### Grid table foot ##### + +A table foot can be defined by enclosing it with separator lines +that use `=` instead of `-`: + + +---------------+---------------+ + | Fruit | Price | + +===============+===============+ + | Bananas | $1.34 | + +---------------+---------------+ + | Oranges | $2.10 | + +===============+===============+ + | Sum | $3.44 | + +===============+===============+ + +The foot must always be placed at the very bottom of the table. + #### Extension: `pipe_tables` #### Pipe tables look like this: |
