;doc: journal: layout fix

[ci skip]
This commit is contained in:
Simon Michael 2020-01-27 12:53:12 -08:00
parent d43a7c46a6
commit 93644a52ba

View File

@ -1075,6 +1075,7 @@ account other:zoo
``` ```
would influence the position of `zoo` among `other`'s subaccounts, but not the position of `other` among the top-level accounts. would influence the position of `zoo` among `other`'s subaccounts, but not the position of `other` among the top-level accounts.
This means: This means:
- you will sometimes declare parent accounts (eg `account other` above) that you don't intend to post to, just to customize their display order - you will sometimes declare parent accounts (eg `account other` above) that you don't intend to post to, just to customize their display order
- sibling accounts stay together (you couldn't display `x:y` in between `a:b` and `a:c`). - sibling accounts stay together (you couldn't display `x:y` in between `a:b` and `a:c`).