Skip to content

Commit 781cff7

Browse files
inset is raw typst inline
1 parent 4374e92 commit 781cff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/quarto-post/typst-brand-yaml.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function render_typst_brand_yaml()
307307
inset = '0.75in'
308308
end
309309
logoOptions.width = _quarto.modules.typst.css.translate_length(logoOptions.width or '1.5in')
310-
logoOptions.inset = inset
310+
logoOptions.inset = pandoc.RawInline('typst', inset)
311311
logoOptions.location = logoOptions.location and
312312
location_to_typst_align(logoOptions.location) or 'left+top'
313313
quarto.log.debug('logo options', logoOptions)

0 commit comments

Comments
 (0)