Transclusions with header show whole page instead of just that section

Transclusions that point to a header on a page include the whole page content not just the section for the header.

I am running 2.0.0-pre4-32-gbe2b6bf0 in a docker container.

I have checked Transclusions and I don’t think I am doing anything wrong.

Can you give an example? It works for me. Note that it’s supposed to includes everything until the next header at that same level.

Thanks,

I have a page containing:

# heading a

some text

# heading b

some more text

## subheading

even more text

On another page:

![[pagename#subheading]]

Which renders all three headings and text.

I hope that explanation helps.

Its OK on SB 2.1.9

1 Like

Thanks, I updated the container image tag to 2.1.9 and that solved the issue, I was using the v2 tag thinking that was the most up to date.

It is, if it doesn’t work on :v2 it somehow regressed…