From 05603ee28f11249bf2ab6c8ee1db76c3ad0ff75e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 26 Aug 2021 20:39:14 -1000 Subject: [PATCH] ;doc: forecasting: tweak, mdbook/commonmark eats the required double space --- hledger/hledger.m4.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 6dbda1519..5f10816ed 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -3188,9 +3188,8 @@ by default; the periodic transactions will not start until after the last ordina This is usually convenient, but you can get around it in two ways: - If you need to record some transactions in the future, make them - periodic transactions (with a single occurrence) rather than ordinary transactions. - (Eg: `~ YYYY-MM-DD description...`). That way they won't suppress other - periodic transactions. + periodic transactions (with a single occurrence, eg: `~ YYYY-MM-DD`) rather than ordinary transactions. + That way they won't suppress other periodic transactions. - Or give `--forecast` a [period expression](#period-expressions) argument. A forecast period specified this way can overlap ordinary transactions,