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

Tables rendering wrong when in a list #973

Open
babyoumine opened this issue Mar 3, 2023 · 0 comments
Open

Tables rendering wrong when in a list #973

babyoumine opened this issue Mar 3, 2023 · 0 comments

Comments

@babyoumine
Copy link

When you put a table in a list the table doesn't stop until there is a double new line.

Example:

For this code:

1. example
|name|age|
|----|----|
|john|25|
|mark|20|

thomas 30 

You should expect only John and Mark to be in the table like so:

grafik

but instead this happens:

grafik

and on top of that if the table is at the end of the code it isn't even rendered:

grafik

@babyoumine babyoumine changed the title Tables renderind wrong when in a list Tables rendering wrong when in a list Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant