From 659a0343938b191f52b664cd291c5c393b812a4b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 5 Feb 2020 19:32:38 -0800 Subject: [PATCH] ;doc: makde some comments less like markdown headings [ci skip] --- hledger/Hledger/Cli/Commands/Balance.md | 3 +-- hledger/Hledger/Cli/Commands/Print.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index e8b7f438c..c6b621a4d 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -305,8 +305,7 @@ Balance changes in 2008: ------------++--------------------------------------------------- || $-1 $1 0 0 0 0 -# Average is rounded to the dollar here since all journal amounts are - +(Average is rounded to the dollar here since all journal amounts are) ``` Limitations: diff --git a/hledger/Hledger/Cli/Commands/Print.md b/hledger/Hledger/Cli/Commands/Print.md index bc878fb41..c5b31d1af 100644 --- a/hledger/Hledger/Cli/Commands/Print.md +++ b/hledger/Hledger/Cli/Commands/Print.md @@ -63,7 +63,7 @@ Eg: ```shell $ hledger -f bank1.csv print --new -# shows transactions added since last print --new on this file +(shows transactions added since last print --new on this file) ``` This assumes that transactions added to FILE always have same or increasing dates,