mdx-editor / editor

A rich text editor React component for markdown
https://mdxeditor.dev
MIT License
1.92k stars 145 forks source link

[BUG] It isn't possible to insert a new paragraph ( new line ) inside the table cell in rich mode. #610

Closed swanITworks closed 3 hours ago

swanITworks commented 3 hours ago

Describe the bug It isn't possible to insert a new paragraph ( new line ) inside the table cell in rich mode.

To Reproduce Steps to reproduce the behaviour:

  1. Go to 'Live demo'
  2. Insert table
  3. Click on any cell table
  4. Type: Line1
  5. Press Enter -> It redirects you to the next cell, I tried shift + enter and it is the same

Expected behaviour I would like to have possibility to add new line inside table cell in rich mode. For now, it's only available with using Markdown Mode.

Desktop (please complete the following information):

Thanks for solving in advance!

petyosi commented 3 hours ago

That's how markdown tables work, there are other issues that discuss this.