Skip to content

Commit

Permalink
latex,crossref,callout - use correct title
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Sep 26, 2024
1 parent fdeb857 commit b202d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/filters/quarto-post/latex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function latexCalloutBoxDefault(title, callout_type, icon, callout)
calloutContents:insert(pandoc.RawInline('latex', '\\quartocallout' .. crossref_info.ref_type .. '{' .. callout.attr.identifier .. '} '))
else
if title:len() > 0 then
title = display_title .. pandoc.utils.stringify(titleDelim()) .. " " .. title
title = title
else
title = display_title
end
Expand Down

0 comments on commit b202d62

Please sign in to comment.