mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
site: fix rendering of pipe tables with latest pandoc
This commit is contained in:
parent
0b2ccdd298
commit
cbda57d6e2
@ -13,6 +13,7 @@ tr {
|
||||
</style>
|
||||
<!-- | hledger.org | [combined release notes](release notes), [pre-compiled binaries](download) | -->
|
||||
<!-- [web ui demo](http://demo.hledger.org/register?q=inacct%3Aassets%3Abank%3Achecking+sym%3A\%24) -->
|
||||
|
|
||||
|-------------------------|----------------------------------------------------------------------------|
|
||||
| IRC | Join [#hledger](http://hledger.org/irc) ([chat log](http://ircbrowse.net/browse/hledger); see also [#ledger](http://webchat.freenode.net?channels=ledger&randomnick=1)) |
|
||||
| Mail list | [list.hledger.org](http://list.hledger.org) ([Gmane](http://dir.gmane.org/gmane.comp.finance.ledger.hledger)) |
|
||||
|
@ -1008,6 +1008,7 @@ words, can be relative to today's date, and assume 1 when less-significant date
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
||||
|--------------------------------------------------|------------------------------------------------------|
|
||||
| `2009/1/1`, `2009/01/01`, `2009-1-1`, `2009.1.1` | simple dates, several separators allowed |
|
||||
| `2009/1`, `2009` | same as above - a missing day or month defaults to 1 |
|
||||
@ -2395,12 +2396,13 @@ using one of these modes is quite recommended.
|
||||
|
||||
These were written with Ledger in mind, but also work with hledger files:
|
||||
|
||||
|
|
||||
|----------------|----------------------------------------------------|
|
||||
| Emacs | <http://www.ledger-cli.org/3.0/doc/ledger-mode.html> |
|
||||
| Vim | <https://github.com/ledger/ledger/wiki/Getting-started-with-Vim> |
|
||||
| Sublime Text | <https://github.com/ledger/ledger/wiki/Using-Sublime-Text> |
|
||||
| Textmate | <https://github.com/ledger/ledger/wiki/Using-TextMate-2> |
|
||||
| Text Wrangler | <https://github.com/ledger/ledger/wiki/Editing-Ledger-files-with-TextWrangler> |
|
||||
| Text Wrangler | <https://github.com/ledger/ledger/wiki/Editing-Ledger-files-with-TextWrangler> |
|
||||
|
||||
<!-- Some related LedgerTips:
|
||||
https://twitter.com/LedgerTips/status/504061626233159681
|
||||
|
@ -25,6 +25,7 @@ tr {
|
||||
border-top:thin solid #bbb;
|
||||
}
|
||||
</style>
|
||||
|
|
||||
|---------------------------|-------------------------------------------------------------------------
|
||||
| IRC | [#hledger](http://irc.hledger.org) (see also [#ledger](http://webchat.freenode.net?channels=ledger&randomnick=1))
|
||||
| Mail list | via [google](http://list.hledger.org) or [gmane](http://news.gmane.org/gmane.comp.finance.ledger.hledger)
|
||||
|
Loading…
Reference in New Issue
Block a user