gitlab 中 table 中文本的居中对齐

Center align of a text in a table in gitlab

我正在为 gitlab 中的存储库编写自述文件,尽管我做的所有事情都与教程相同,但我无法在 table 中居中对齐一些文本 这是我使用的代码

### Qualitative Result

|    Fake     |   Real  |
|:---:|:---:|
| <img src='an address' align="center" width=400 >|<img src='another address' align="center" width=400 >|

但是 FakeReal 不会居中对齐。

headers 在 Chrome 和 Firefox 中始终左对齐,在 Safari 中居中。见 https://docs.gitlab.com/ee/user/markdown.html#tables,在蓝色框中。