That was how Logseq treated #
in versions 0.1.x. In those versions Logseq treats #
headings as outline blocks.
However since version 0.2.x, Logseq use -
list items as outline blocks. Folding top level -
blocks will fold all sub-blocks.
Since then #
headings are all treated as top level blocks, whether they are ##
, ###
etc all are considered top level blocks.
Mmm … How do you see Logseq should render indentations (and folding) of the following mix of #
blocks and -
blocks?
# H1
# H2
## H2.1
## H2.2 xxx
- D1
- D1.1
- D1.2
- D1.2.1
- D2
- D2.1
### H2.2.1 yyy
- D2.1.1 xxx
# H3