Customizing tables
You can add class="table-borderless" to any table to remove the borders.
Regular tables look like this:
| a | a | a |
| b | b | b |
| c | c | c |
You can add class="table-borderless" which makes it look like this:
| a | a | a |
| b | b | b |
| c | c | c |
Doing so requires editing the HTML code of the article.