Closed
Description
Not sure if you have some css that is affecting the markdown styles or what. But there's a few things that aren't displaying quite like I would expect.
New paragraphs don't have an empty line/space. And tables don't have any borders, background, etc...
This table doesn't look too bad, but other ones with large amounts of data look rough. I could probably find a way to put empty lines in the paragraphs if I need to.
Activity
ShMcK commentedon May 18, 2020
CodeRoad is currently using
markdown-it
. It has some limitations, but can probably be configured to support tables.The example in the Markdown-it docs looks like what you've written and says it's enabled by default. Maybe a css issue on my end.
Likely CSS related, will also take a look.
As a backup, I've been looking forward to exploring MDX (#242). But may take some time to configure. MDX is much more configurable, allowing you to even add React components to the markdown.