summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-09-01 17:42:34 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2022-09-01 17:42:34 +0200
commitff856e5f94bb6deef9978ac7321911643a7d02a5 (patch)
treedc19ade472a3f9533979d44368ee3c5418586a8a /MANUAL.txt
parentde920cfc30426f1ec23883361742dad072b67678 (diff)
MANUAL.txt: document syntax of table foots in grid tables
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt17
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: