-
Notifications
You must be signed in to change notification settings - Fork 9
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
Application does not render this table. #48
Comments
Thanks for filing this issue! I could reproduce this bug and interestingly, the table renders just fine, if the table is not indented or indented just the right way, i.e. it starts at the same column as the text of the last bullet point. I attached a file with all variants: table-tests.md I'll take a look as soon as I have time and energy. It could be that the bug originates from a dependency of the Markdown renderer, e.g. And, while there is a workaround available (IMO), it is clearly a bug of my tool, because other renderers don't have this problem. |
It is actually an issue with dependencies. I created an issue in markdown-it for one case. The other case is caused by markdown-it-multimd-table and there exists already an issue for exactly this case. I'll concentrate now on the zoom issue. |
There are currently some issues with rendering tables under certain circumstances. See #48 markdown-it/markdown-it#1022 redbug312/markdown-it-multimd-table#66 https://github.com/orgs/community/discussions/119981
I added a ""help wanted" tag:
|
I don't know why, but the application is not rendering this table:
Maybe the parser fails to recognize the table due the blank white spaces at the start of each line?. I don't know if that could be the issue, but I can say that table renders fine with web-based things like when using the typical web-extensions in the web-browser to read markdown files, or when using other stand-alone applications like Markdown Monster or Sublime Text (MarkdownLivePreview plugin), and in this GitHub comment:
I attach the original markdown file here:
The text was updated successfully, but these errors were encountered: