-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 are not rendering in page #82
Comments
Indeed, the Markdown parsing in README files is different from the parsing in Github Pages. To make the table work, just add an empty line between the header and the table. This has probably something to do with the Markdown parser defined in Jekyll... see https://help.github.com/en/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll
You could change the setting in |
@ms-studio Thank you very much! That solved my issue, now it's working as expected. |
…on GitHub Pages. Refer to: pages-themes/cayman#82
* documentation/user-guide: (24 commits) Add empty line between header and table to fix how table is rendered on GitHub Pages. Refer to: pages-themes/cayman#82 Minor fixes Add User Guide sections 2.7, 2.8 and 2.9 Upload UI screenshots for feature 2.8.1 and 2.8.2 Add icon in user guide Add icon png asset Update docs/UserGuide.md Add files via upload Create temp Delete user-guide Create user-guide Add new line at EOP Add a new ling at EOF Remove new line at EOF Included layout and title Remove redundant newline Remove trailing whitespace Update user guide overview and setup guide Added part that should be retained Add new line at EOF ...
markdown: kramdown |
Changed default markdown to GFM due to table conflicts. similar issue pages-themes/cayman#82
Switches the jekyll markdown rendering to GFM so the compatibility table displays correclty on Github sites. Based on the suggestion from this issue: pages-themes/cayman#82 ========================= Testing Done: Ran jekyll server locally and observed the site rendering as expected.
Switches the jekyll markdown rendering to GFM so the compatibility table displays correclty on Github sites. Based on the suggestion from this issue: pages-themes/cayman#82 ========================= Testing Done: Ran jekyll server locally and observed the site rendering as expected.
Insert blank line between header and table to make it render as table on github page as suggested in pages-themes/cayman#82
… proper rendering of Tables
The tables are not currently rendering correctly on the webpage. It may need an extra line between the header and the content according to this issue: pages-themes/cayman#82
The tables are not currently rendering correctly on the webpage. It may need an extra line between the header and the content according to this issue: pages-themes/cayman#82
- trying to fix tables not rendering on pages - following advise from: pages-themes/cayman#82 (comment)
- add template - add images for `intervenientes` - move title to template side panel commit log: * Update README.md - add github user photo on a table next to name and role * Update README.md - trying to fix tables not rendering on pages - following advise from: pages-themes/cayman#82 (comment) * Update README.md - trying a different strat to put image on the side * Update README.md - duplicate current strat to other scenarios * Update README.md - experiment with clearfix * Update README.md - add italic and trigger deploy * Update README.md - decide on which strategy for placing the closing div tag * Update README.md - add some bottom margin * Create _config.yml * Create .gitignore * Update _config.yml * Update _config.yml * Update README.md fix links * Update _config.yml * Update README.md - remove title since it is on the side * Update _config.yml - escape chars * Update _config.yml - escape by turning into string * Update _config.yml - move main info to side * Update _config.yml - simplify side elements * Update README.md - swap place for line brake
Seems to still be an issue as of Feb of this year.
Hello there, I'm facing a problem with tables rendering, this is my code:
and it looks like:
However in
readme.md
is rendering correctly:This is my live site to check it out.
The text was updated successfully, but these errors were encountered: