Add an option to show all parent headers in Page Preview

for example: text of a.md

# header1
text1
## header2
text2
## header3
text3

b.md use [[a#header3]], when I preview, it only shows

### header3
text3

I really want to know all parent of ### header3, I want see

# header1
## header2
### header3
text3

so Page Preview should add an option to show all parents.

1 Like

Do you mean b.md uses ![[a#header3]]?

there’s no !, so I need Page Preview to show content.

I see. Sorry, I misunderstood because I don’t use Page Preview and forgot it’s called that.

Are you asking for it to show the whole parent sections , or just their headings?

nevermind, as what I asked, just their headings is enough.
It just like filename and filepath,
now Page Preview only show me filename,
but I want filepath.

2 Likes