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

Parsing markdown table is wrong #739

Open
1 task
littlefrontender opened this issue May 13, 2024 · 1 comment
Open
1 task

Parsing markdown table is wrong #739

littlefrontender opened this issue May 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@littlefrontender
Copy link

Describe the bug
Parsing the markdown table adds an extra row. Thus, if you store the date in markdown, it will add an empty row every time you save.

To Reproduce
I use https://www.blocknotejs.org/examples/interoperability/converting-blocks-to-md or https://www.blocknotejs.org/examples/interoperability/converting-blocks-from-md
Снимок экрана 2024-05-13 в 17 11 32
Снимок экрана 2024-05-13 в 17 12 43

Misc

  • Node version: 18.20
  • Package manager: RubyGems
  • Browser: Chrome
  • I'm a sponsor and would appreciate if you could look into this sooner than later 💖
@littlefrontender littlefrontender added the bug Something isn't working label May 13, 2024
@YousefED
Copy link
Collaborator

Is there a md spec that specifies that the empty header should not be parsed? To me it seems correct that it gets parsed to an empty row tbh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants