[Bug]: Tables are not correctly converted to Markdown in TipTap #5750
Labels
Category: Open Source
The issue or pull reuqest is related to the open source packages of Tiptap.
Type: Bug
The issue or pullrequest is related to a bug
Affected Packages
core, extension-table, react
Version(s)
"^2.8.0",
Bug Description
The issue occurs when trying to export a table created in the editor to Markdown. While the HTML output is correct, the corresponding Markdown output does not properly convert the table. Instead of generating Markdown table syntax, it only shows [table]. This makes it difficult to handle tables in Markdown format.
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
When a table is created in the editor, it should be converted to proper Markdown syntax (e.g., using pipes | for rows and columns) instead of showing [table].
Additional Context (Optional)
The HTML output for the table is correct, but the Markdown export does not include the table structure. This behavior makes it challenging to work with Markdown when tables are involved.
Dependency Updates
The text was updated successfully, but these errors were encountered: