Tables Not Rendering In GitHub Pages #23945
-
In Issue #25 on my repo reseter.css. I got to know that github pages doesn’t render markdown tables properly. I use the same readme as my repo it renders perfectly on github.com but inappropriately on github.io. I recreated the branch from master no changes. Then I went further and changed the github pages branch to master. Here’s the URL reseter.cssreseter.cssReseter.css - A Futuristic Alternative To Normalize.css And CSS Resets And This is the github url of the readme github.comkrishdevdb/reseter.cssReseter.css - A Futuristic Alternative To Normalize.css And CSS Resets More Over Here’s The Issue For More Info github.com/krishdevdb/reseter.cssDocs: Reseter.css Web Site Display Bug
Describe the bug Under the Tweet and GitHub star buttons display bug To Reproduce Steps to reproduce the behavior: Go to https://krishdevdb.github.io/reseter.css/ See bug Expected behavior Not display...
documentation
A Screen Shot As Well I think this must be enough to take action on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is probably due to the slight differences in the default markdown renderer between Pages and GitHub.com. Pages uses kramdown by default whereas GitHub uses GitHub Flavoured Markdown. You can change this by changing your markdown renderer to GFM by setting |
Beta Was this translation helpful? Give feedback.
This is probably due to the slight differences in the default markdown renderer between Pages and GitHub.com. Pages uses kramdown by default whereas GitHub uses GitHub Flavoured Markdown. You can change this by changing your markdown renderer to GFM by setting
markdown: GFM
inside your_config.yml
file.