From 861a57ebf3cb7067a812da06d81dc17e6ea244f0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 2 Mar 2024 12:10:27 -1000 Subject: [PATCH] ;doc:code blocks: language types --- hledger/hledger.m4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index f8834892d74..022ee615d16 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -4239,7 +4239,7 @@ To generate time logs, ie to clock in and clock out, you could: and perhaps the extras in [ledgerutils.el](http://hub.darcs.net/simon/ledgertools/ledgerutils.el) - at the command line, use these bash aliases: - ```shell + ```cli alias ti="echo i `date '+%Y-%m-%d %H:%M:%S'` \$* >>$TIMELOG" alias to="echo o `date '+%Y-%m-%d %H:%M:%S'` >>$TIMELOG" ``` @@ -5183,7 +5183,7 @@ You can override it - eg to forecast farther into the future, or to force foreca assets:bank:checking expenses:rent $1000 ``` -```terminal +```cli $ hledger print --forecast --today=2023/4/21 2023-05-20 rent ; generated-transaction: ~ monthly from 2022-12-20