diff --git a/plugins/notion/src/blocksToHTML.ts b/plugins/notion/src/blocksToHTML.ts index c15abd4b..78d06812 100644 --- a/plugins/notion/src/blocksToHTML.ts +++ b/plugins/notion/src/blocksToHTML.ts @@ -61,6 +61,9 @@ export function blocksToHtml(blocks: BlockObjectResponse[]) { case "divider": htmlContent += "
${richTextToHTML(block.quote.rich_text)}` + break case "image": switch (block.image.type) { case "external":