Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display error with embed Obsidian note subsection inside an Obsidian presentation #323

Open
marjomol opened this issue Nov 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@marjomol
Copy link

marjomol commented Nov 6, 2024

Describe the bug
When one tries to display an Obsidian note in an Obsidian presentation, the note is correctly displayed when using:

![[note]]

If one tries to display just a section of the note, it also works doing:

![[note#headerlevel1]]

However, if one tries to display just a subsection of the note, the entire note is displayed instead if one writes:

![[note#headerlevel1#headerlevel2]]

This happens even when the right section is displayed correctly in obsidian.

Samples to Reproduce
Try to display a header level 2 in this way inside a slide preview:

![[note#headerlevel1#headerlevel2]]

The Obsidian display will be correct, the slide displayed note will be not.

Expected behavior
I aspect the embedded header to be correct also in the slides.

@marjomol marjomol added the bug Something isn't working label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant