hledger/site/entries.md
Simon Michael d4654d46af doc: cookbook tweaks, simpler titles
Also drop the main heading from the big manual again,
it disrupted the TOC style.

[ci skip]
2017-01-26 09:51:14 -08:00

13 lines
177 B
Markdown

# Common journal entries
Example hledger journal entries for various kinds of transaction.
A purchase:
```journal
2017/1/26 market
expenses:food $10
assets:cash
```