BlockNote
BlockNote copied to clipboard
Blocks To Markdown issue with tables
Describe the bug When converting blocks to markdown it wrongly generates a table header before the first row. While markdown parsing works perfectly well, this generates errors.
To Reproduce Create a table in the editor and use edirt.blocksToMarkdownLossy(), it will generate a table with an additional header.