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>
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>