We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa902a commit 9d6460eCopy full SHA for 9d6460e
_extensions/custom-callout/customcallout.lua
@@ -98,8 +98,8 @@ local function convertToCustomCallout(div)
98
content = div.content,
99
title = div.attributes.title or callout.title,
100
icon = callout.icon,
101
- appearance = callout.appearance,
102
- collapse = callout.collapse
+ appearance = div.attributes.appearance or callout.appearance,
+ collapse = div.attributes.collapse or callout.collapse
103
}
104
105
return quarto.Callout(calloutParams)
0 commit comments