While using the markdown syntax for tables, only the text gets rendered.
1) Type the markdown syntax on a markdown enabled field. 2) Preview
The table is rendered correctly but the borders seem to be missing around the tables.
The tables should contain proper borders.
Example :
They seem to have proper border here :)
Ah, but I still see the bug on markdown files. Take a look at this markdown for instance. To test it, I uploaded it on GitHub gist and it worked fine there.
The borders, padding and background styles are only applied to tables in issue comments (which probably includes description as well): https://pagure.io/pagure/blob/master/f/pagure/static/pagure.css#_26-37
Metadata Update from @pingou: - Issue tagged with: bug, easyfix
Metadata Update from @pingou: - Issue assigned to pingou
Commit 885ba347 fixes this issue