How can I make a "boring" callout that is collapsible? #6978
Unanswered
DOH-SRE1303
asked this question in
Q&A
Replies: 1 comment 2 replies
-
See Bootrstrap collapse documentation: https://getbootstrap.com/docs/5.3/components/collapse/. Also you can make actual custom call-outs in Quarto (although not currently well documented): #844 (comment) and https://quarto.org/docs/prerelease/1.3/ast.html#example-callouts |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am trying to make an scss rule that will make a "boring" callout that can collapse similar to how normal callouts use
collapse="true"
. However, I can't figure out how to give this functionality to a modified callout box scss rule. My modifications are just trying to make a boring callout alongside my BS Cosmo theme with:Example with normal collapsing callouts inside boring one:
How might I add a collapse functionality here similar to default callouts with
collapse="true"
?Quarto version:
1.3.353
Beta Was this translation helpful? Give feedback.
All reactions