Skip to content

table alignment not rendered properly from README.md #8577

Closed
@dmatetelki

Description

@dmatetelki

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

misaligned

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/uiChange the appearance of the Gitea UI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions