Describe the bug
callouts that are marked as collapsible but without content in the body to collapse still act as though they can be dropped down
To Reproduce
create a callout and mark it with a -, like >[!bug]-, as though you want it to have a collapsible body
give the callout a title, but no body
I've created an example markdown document for this issue which demonstrates the bug.
here is the raw content of both title and body of both parent and nested callouts which can be pasted into an .md as demonstration:
> [!bug]- I have no body but i act like i can be collapsed
Expected behavior
that the callout does not have an error or animation acting as if it can be collapsed, as it is handled in obsidian
Screenshots and Source
Expected behavior, as handled in obsidian:
You can help speed up fixing the problem by either
providing a simple reproduction
linking to your Quartz repository where the problem can be observed
I've created an example markdown document for this issue which demonstrates the bug.
Desktop (please complete the following information):
Quartz Version: 4.4.0
node Version:
vscode: 20.11.1
deploy.yml: 22
//note that this issue occurs when hosted on github-pages and localhost
npm version: 10.2.4
//note that this issue occurs when hosted on github-pages and localhost
Describe the bug callouts that are marked as collapsible but without content in the body to collapse still act as though they can be dropped down
To Reproduce create a callout and mark it with a
-
, like>[!bug]-
, as though you want it to have a collapsible body give the callout a title, but no bodyI've created an example markdown document for this issue which demonstrates the bug.
here is the raw content of both title and body of both parent and nested callouts which can be pasted into an .md as demonstration:
Expected behavior that the callout does not have an error or animation acting as if it can be collapsed, as it is handled in obsidian
Screenshots and Source Expected behavior, as handled in obsidian:
You can help speed up fixing the problem by either
Desktop (please complete the following information):
node
Version: vscode: 20.11.1 deploy.yml: 22 //note that this issue occurs when hosted on github-pages and localhostnpm
version: 10.2.4 //note that this issue occurs when hosted on github-pages and localhostAdditional context none