-
Notifications
You must be signed in to change notification settings - Fork 42
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
Markdown tables can't start with empty cells #92
Comments
Can you provide an example which used to work and no longer does? Put it in a code block please |
Formatted
|
You had an inline code segment but I fixed it to a code block. It appears that the formatting you're describing is equal to what GitHub does. |
there where some changes from nodebb 1.10.1 to 1.10.2 (plugin 8.4 -> 8.8) and we have hundred of broken tables since these changes. In the old version a blank and | at the beginning was interpreted as an empty cell. |
It looks like this is governed by our upstream markdown parser (markdown-it)... If I put |
NodeBB version: 1.10.2
nodebb-plugin-markdown: 8.8 (latest)
**NodeBB git hash: ab7657d **
Database type: mongo
Database version: 3.6
First I did this: upgrade to 1.10.2
Then, all existing and new Markdown tables with empty first cells where broken
What you expected: empty first cells
**What happened instead: cells moved to left side **
Markdown tables can't start with empty cells since nodebb 1.10.2 / plugin 8.8
downgrade to 1.10.1 / plugin 8.4 solves the problem
The text was updated successfully, but these errors were encountered: