Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Tables are not correctly converted to Markdown in TipTap #5750

Open
1 task done
rossanodr opened this issue Oct 22, 2024 · 0 comments
Open
1 task done

[Bug]: Tables are not correctly converted to Markdown in TipTap #5750

rossanodr opened this issue Oct 22, 2024 · 0 comments
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

Comments

@rossanodr
Copy link

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

  • Yes, I've updated all my dependencies.
@rossanodr rossanodr added 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 labels Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant