From 83bd98076ac6d0023d3bcc359b3975f62b90a1e5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 12 Jun 2024 18:39:27 +0100 Subject: [PATCH] ;doc: box-drawing: edits --- hledger/hledger.m4.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 1020e80fe..33462dafe 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -683,11 +683,11 @@ In terminal output, some commands can produce colour when the terminal supports ## Box-drawing -In terminal (text) output, to minimise the risk of display problems for new users, -table borders are drawn using only ascii characters. +In terminal (text) output, to minimise the risk of display problems, +table borders are drawn using only ascii characters by default. -Add `--pretty` or `--pretty=yes` to draw tables with prettier unicode box-drawing characters. -In pretty mode, tables will also have outer borders and inter-column borders. +To see tables with prettier unicode box-drawing characters, add the `--pretty` flag. +This will also show outer borders and inter-column borders. ## Paging