-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UI
Description
Writing a table in README.md generates a proper HTML but the alignment="center" is not rendered properly.
Table alignment is correct in the issue.
Is it a CSS thing? (I'm not a web developer)
gitea-1.9.0
| a11111 | b1111 | c1111 |
|-----------|:--------:|---------:|
| a1 | b1 | c2 |
| a3 | b2 | c3 |
Correct here (note: it's text):
a11111 | b1111 | c1111 |
---|---|---|
a1 | b1 | c2 |
a3 | b2 | c3 |
Not from README.md (note it's included image):
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UI