Skip to content

How to center a table in a README

This centering refers to the center display of the entire table, not the center of the content, and after checking it, I found that the table can be centered by wrapping it with the following content:

html
<div align="center">

</div>

Reference:https://stackoverflow.com/questions/24127507/is-it-possible-to-center-tables-in-a-markdown-file

最近更新