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 c5afc81 commit da6fc9bCopy full SHA for da6fc9b
src/resources/filters/quarto-post/ipynb.lua
@@ -19,7 +19,7 @@ function ipynb()
19
local renderedBlocks = compileTemplate(titleBlockTemplate, doc.meta)
20
21
-- prepend the blocks to the notebook
22
- tprepend(doc.blocks, renderedBlocks.blocks )
+ tprepend(doc.blocks, renderedBlocks)
23
24
return doc
25
0 commit comments