Try moving the blockID reference higher to see what scope is available.
At a push, you’ll need to make a heading level above the first line in the hierarchy and reference that.
To embed the whole list, put the block ID below the last list item, separated by an empty line, like so:
- hello
- world
^id
Without the empty line, the block ID will apply to the last list item only:
- hello
- world
^id
For headings, block IDs like:
Heading ^id
and
Heading
^id
will only show the heading itself, not the content under it. To also include content, use [[Filename#Heading]], though the links are liable to break if the heading gets renamed, unless using the “Rename this heading” command.
Thanks! That’s what was missing. I never realized I could embed entire headings.
Also @peeragetalkers’ way of putting an id under the block does work as well!
So I went from no way to achieve what I wanted to two ways of doing so!
What’s funny it’s that I used to link to headings but never realize I could use the same syntax to embed them. That makes my day! Thanks to the both of you!