diff --git a/frontend/packages/app/utils/blocks-to-markdown.ts b/frontend/packages/app/utils/blocks-to-markdown.ts index 9f7ac6f16..7c55aa5bd 100644 --- a/frontend/packages/app/utils/blocks-to-markdown.ts +++ b/frontend/packages/app/utils/blocks-to-markdown.ts @@ -79,7 +79,7 @@ function convertBlockToHtml( case 'image': const {url, name, width} = block.props const titleWithWidth = `${name} | width=${width}` - return `` + return `` case 'codeBlock': return `