Skip to content

Commit da6fc9b

Browse files
committed
don't reference renderedBlocks
1 parent c5afc81 commit da6fc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/quarto-post/ipynb.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function ipynb()
1919
local renderedBlocks = compileTemplate(titleBlockTemplate, doc.meta)
2020

2121
-- prepend the blocks to the notebook
22-
tprepend(doc.blocks, renderedBlocks.blocks )
22+
tprepend(doc.blocks, renderedBlocks)
2323

2424
return doc
2525

0 commit comments

Comments
 (0)