Skip to content

Commit bdac632

Browse files
committed
fix simple callouts
1 parent b130aac commit bdac632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/filters/quarto-pre/callout.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ end
777777

778778
function resolveCalloutContents(node, requireCaption)
779779
local caption = node.caption
780+
local type = node.type
780781

781782
local contents = pandoc.List({})
782783

0 commit comments

Comments
 (0)