Skip to content

如何将README中的表格居中显示

这个居中指的是整个表格居中展示,而非内容的居中,查了一圈,发现将表格用如下内容包裹,就可以实现居中:

html
<div align="center">

</div>

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

最近更新