From 6ce70351fd2daa9c9f3f5f7e7000cac0d845de08 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 5 Dec 2021 12:27:20 -1000 Subject: [PATCH] ;doc: cli, bal: improve table layout in non-html docs --- hledger/Hledger/Cli/Commands/Balance.md | 10 +++++----- hledger/hledger.m4.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 78ba96d54..da419835e 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -373,11 +373,11 @@ Examples: Here is how `--layout` currently affects the various [output formats](#output-format): -| | txt | csv | html | json | sql | -|--------|-----|-----|------|------|-----| -| `wide` | Y | Y | Y | | | -| `tall` | Y | Y | Y | | | -| `bare` | Y | Y | Y | | | +| - | txt | csv | html | json | sql | +|------|-----|-----|------|------|-----| +| wide | Y | Y | Y | | | +| tall | Y | Y | Y | | | +| bare | Y | Y | Y | | | ### Sorting by amount diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 341387bb4..5471d7c33 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -1420,7 +1420,7 @@ This is controlled by the `--pretty` option: Some commands offer additional output formats, other than the usual plain text terminal output. Here are those commands and the formats currently supported: -| | txt | csv | html | json | sql | +| - | txt | csv | html | json | sql | |--------------------|-------|-------|---------|------|-----| | aregister | Y | Y | | Y | | | balance | Y *1* | Y *1* | Y *1,2* | Y | |