#2265 Table borders not rendered correctly in markdown
Closed: Fixed 6 years ago Opened 6 years ago by skamath.

Problem

While using the markdown syntax for tables, only the text gets rendered.

Steps to Reproduce

1) Type the markdown syntax on a markdown enabled field.
2) Preview

Current behaviour

The table is rendered correctly but the borders seem to be missing around the tables.

Expected behaviour

The tables should contain proper borders.

Example :

Column1 Column2
foo bar
fedora pagure

They seem to have proper border here :)

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

6 years ago

Metadata Update from @pingou:
- Issue assigned to pingou

6 years ago

Login to comment on this ticket.

Metadata