I have had a problem when trying to render markdown formatted tables.
They look fine on the markdown side when editing, but when browsing the web site side the table does not render.
For Example :
| Column 1 |
Column 2 |
Column 3 |
| A |
B |
C |
| 1 |
2 |
3 |
Renders on the web side :
