We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900b34c commit 4b81322Copy full SHA for 4b81322
src/resources/filters/quarto-pre/shortcodes-handlers.lua
@@ -310,7 +310,7 @@ function handlePagebreak()
310
if FORMAT == 'docx' then
311
return pandoc.RawBlock('openxml', pagebreak.ooxml)
312
elseif FORMAT == 'pptx' then
313
- return pandoc.Para{pandoc.Str ''}
+ return {}
314
elseif FORMAT:match 'latex' then
315
return pandoc.RawBlock('tex', pagebreak.latex)
316
elseif FORMAT:match 'odt' then
0 commit comments