From 53706bae66660ac75d11550fb6db4cacffdb9cf4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 29 Apr 2018 16:59:37 -0700 Subject: [PATCH] doc: journal: fix heading level --- hledger-lib/hledger_journal.m4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index ab239c41f..eb88cf0ff 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -887,7 +887,7 @@ Glob patterns (`*`) are not currently supported. The `include` directive can only be used in journal files. It can include journal, timeclock or timedot files, but not CSV files. -# Periodic transactions +## Periodic transactions Periodic transactions are a kind of rule with a dual purpose: they can specify recurring future transactions (with `--forecast`), or budget goals (with `--budget`). @@ -911,7 +911,7 @@ For more details, see: and [Budgeting and Forecasting](budgeting-and-forecasting.html). -# Automated postings +## Automated postings Automated postings are postings added automatically by rule to certain transactions (with `--auto`). An automated posting rule looks like a transaction where the first line is an equal sign (`=`) followed by a [query](manual.html#queries):