Closed
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):