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] multiline table requires empty line before it #592

Open
d3m1d0v opened this issue Dec 24, 2024 · 0 comments
Open

[Bug] multiline table requires empty line before it #592

d3m1d0v opened this issue Dec 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@d3m1d0v
Copy link
Member

d3m1d0v commented Dec 24, 2024

Package version

any

Node version

No response

Platform

No response

What steps will reproduce the bug?

Insert markup below into playground https://diplodoc-platform.github.io/playground/

paragraph
#|
|| one | two ||
|| three | four ||
|#

Table not parsed:
image

But if you add an empty line between paragraph and #|, table will be parsed and rendered:
image

What is the expected behavior?

Multiline table should be rendered without empty line before

What do you see instead?

Multiline table has not been parsed and rendered. Preview shows raw markup of multiline table

Additional information

Native markdown table does not require empty line before
image

@d3m1d0v d3m1d0v added the bug Something isn't working label Dec 24, 2024
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

1 participant