Allow marking an area as a block

for instance, you can’t currently do this

Some Title ^abc

  • element 1
  • element 2

or even

Some title ^abc

paragraph1
paragraph2

Only the Some title part shows up

what I suggest is a tag that will mark a region as one block

<region ^h4f7g>
### Some title ^abc
paragraph1
paragraph2
</region>
2 Likes

As a work around for now, you can make the title part of the list. Headings work as list items.

  • Some Title ^abc

    • element 1
    • element 2

I made an example. Also embedded in a different file next to it.

Unfortunately, this will remove those headings from the outline in the sidebar. You can make your own with a query block in a different file. Something like this.
Screenshot_2022-05-01_10-34-30