diff --git a/src/resources/filters/quarto-pre/shortcodes-handlers.lua b/src/resources/filters/quarto-pre/shortcodes-handlers.lua index cc031c1f1d..f5e6508ee5 100644 --- a/src/resources/filters/quarto-pre/shortcodes-handlers.lua +++ b/src/resources/filters/quarto-pre/shortcodes-handlers.lua @@ -310,7 +310,7 @@ function handlePagebreak() if FORMAT == 'docx' then return pandoc.RawBlock('openxml', pagebreak.ooxml) elseif FORMAT == 'pptx' then - return pandoc.Para{pandoc.Str ''} + return {} elseif FORMAT:match 'latex' then return pandoc.RawBlock('tex', pagebreak.latex) elseif FORMAT:match 'odt' then