While using the markdown syntax for tables, only the text gets rendered.
While using the markdown syntax for tables, only the text gets rendered. The table is rendered correctly but the borders seem to be missing around the tables.
Here are all posts from Checkvist's 5 years on G+.
Join the live discussion forum https://discuss.checkvist.com
Hi, you can use advanced CSS customization to add table borders for your tables.
ReplyDeleteSomething like:
.userContent table {
border: 1px solid gray;
}
Hope this helps,
Kirill Maximov Thank you Kirill that helps me further! Just learning the geeky stuff ;-)
ReplyDelete