Skip to content

Commit

Permalink
Read icon inline as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Oct 20, 2024
1 parent 40af599 commit 7dadbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/custom-callout/customcallout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ local function convertToCustomCallout(div)
type = callout.type,
content = div.content,
title = div.attributes.title or callout.title,
icon = callout.icon,
icon = div.attributes.icon or callout.icon,
appearance = div.attributes.appearance or callout.appearance,
collapse = div.attributes.collapse or callout.collapse
}
Expand Down

0 comments on commit 7dadbd2

Please sign in to comment.