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 40af599 commit 7dadbd2Copy full SHA for 7dadbd2
_extensions/custom-callout/customcallout.lua
@@ -97,7 +97,7 @@ local function convertToCustomCallout(div)
97
type = callout.type,
98
content = div.content,
99
title = div.attributes.title or callout.title,
100
- icon = callout.icon,
+ icon = div.attributes.icon or callout.icon,
101
appearance = div.attributes.appearance or callout.appearance,
102
collapse = div.attributes.collapse or callout.collapse
103
}
0 commit comments