Skip to content

Commit 861a57e

Browse files
committed
;doc:code blocks: language types
1 parent f20457e commit 861a57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hledger/hledger.m4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4239,7 +4239,7 @@ To generate time logs, ie to clock in and clock out, you could:
42394239
and perhaps the extras in [ledgerutils.el](http://hub.darcs.net/simon/ledgertools/ledgerutils.el)
42404240

42414241
- at the command line, use these bash aliases:
4242-
```shell
4242+
```cli
42434243
alias ti="echo i `date '+%Y-%m-%d %H:%M:%S'` \$* >>$TIMELOG"
42444244
alias to="echo o `date '+%Y-%m-%d %H:%M:%S'` >>$TIMELOG"
42454245
```
@@ -5183,7 +5183,7 @@ You can override it - eg to forecast farther into the future, or to force foreca
51835183
assets:bank:checking
51845184
expenses:rent $1000
51855185
```
5186-
```terminal
5186+
```cli
51875187
$ hledger print --forecast --today=2023/4/21
51885188
2023-05-20 rent
51895189
; generated-transaction: ~ monthly from 2022-12-20

0 commit comments

Comments
 (0)