BlockNote icon indicating copy to clipboard operation
BlockNote copied to clipboard

Image is not visible after parsing the image url

Open chinmay0703 opened this issue 1 year ago • 1 comments

Describe the bug <const parsedata = JSON.parse(notetext); console.log(parsedata); const parsedBlocks = await editor.tryParseMarkdownToBlocks(parsedata); i have added the image url from the user and sent to the mongo db but when the user notes are fetched image is not visible>

chinmay0703 avatar Feb 17 '24 12:02 chinmay0703

Could you provide an example of the notetext content you're trying to parse?

matthewlipski avatar Jun 11 '24 11:06 matthewlipski