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

Github Pages fail to render table #45

Closed
chchrist opened this issue Jul 13, 2021 · 5 comments
Closed

Github Pages fail to render table #45

chchrist opened this issue Jul 13, 2021 · 5 comments

Comments

@chchrist
Copy link

Hello,

There is a bug with the jekyll markdown renderer that github pages are using where if there is no space between the table name and the table it can't render it...
How should we approach this problem?
pages-themes/cayman#82

@thombashi
Copy link
Owner

@chchrist
Hello,

Please let me confirm.
Did you already tried a workaround that commented in the issue pages-themes/cayman#82 (comment) ?
Does it not enough to solve your problem?

@chchrist
Copy link
Author

This indeed fixes the problem but is a manual step and breaks the automation I put in place.
Unless maybe I can modify the payload before I save it?

@thombashi
Copy link
Owner

I mean the below description part:

You could change the setting in _config.yml from "kramdown" to "GFM" and see if this helps.

This will probably not break your automation.

@chchrist
Copy link
Author

I've completely missed this step! Thank you that solves the issue!

@thombashi
Copy link
Owner

FYI: You can also set kramdown/Jeklly as a flavor for MarkdownTableWriter class since pytablewriter 0.62.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants