Skip to content

Commit

Permalink
;doc:code blocks: language types
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Mar 2, 2024
1 parent f20457e commit 861a57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hledger/hledger.m4.md
Expand Up @@ -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"
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 861a57e

Please sign in to comment.