We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: