<center>markdown居中文本</center>
<font color=#FF0000> 你的字体</font>
<div align=center>
<img src="图片地址" width="XXX" height="XXX" />
</div>
<br>
<img width=200/>
或者
<div style="width:长度">单元格文本</div>
或者
<style>
table th:first-of-type {
width: 20%;
}
table th:nth-of-type(2) {
width: 30%;
}
table th:nth-of-type(3) {
width: 50%;
}
</style>
原文:https://www.cnblogs.com/still-smile/p/14900974.html