Closed santiagomed closed 2 years ago
Hi @santiagomed, thanks for using Primer Spec! I think it's pretty cool that you're using it for a non-course website. LMK if you run into issues / need support with your website's use of this theme 😃
In this case, it looks like Jekyll's built-in markdown processor (kramdown) didn't parse your table syntax. I'd need to see your Markdown source to be sure, but based on the HTML source, I think you just need to add an additional new line between your paragraph and your table. (Try adding a new line between lines 237 and 238 in your Markdown file.)
If that doesn't work, could you please either share your Markdown source, or a minimal snippet of Markdown code that reproduces the issue?
Hey! Thanks for the reply. I tried your suggestion and it worked! Thank you!
Describe the bug Markdown tables are not rendered when using the primer spec theme.
To Reproduce Steps to reproduce the behavior:
.md
document.md
document using Github Pages and the primer-spec theme.Expected behavior The markdown table should be rendered as a table as shown here.
Specific Example The table should render as shown here It fails to do so in primer-spec, as shown here
Desktop (please complete the following information):