-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Nesting a code block with table elements inside of a table cell results in incorrect rendering #465
Comments
This is indeed a bug. As a workaround, for now, you can escape the pipe char, like this:
Keep in mind though that github also fails properly parsing this:
|
A code span with a pipe character no longer incorrectly breaks the cell table. Closes #465
Should be fixed now in latest develop. Please give it a try and let me know.
|
Thank you. I'll give it a try next week (it's Thanksgiving/long weekend in the US, so I can't get the upgrade to the latest done until next week). |
Actually scratch that, @ctsears did the upgrade already to get the fix for the issue he reported, and it's all working. Thanks! |
Consider the following markdown:
This renders incorrectly, with the second column in the first data row truncating after the pipe that is inside of the code block.
Please consider fixing this such that showdownjs ignores table pipe symbols inside of inline code blocks that are included in the markdown table.
Thank you.
The text was updated successfully, but these errors were encountered: