markdown使用笔记

#添加图片,使其居中
直接上html标签

<div align=center>
    <img src="图片url" width="宽度px" height="高度px" alt=""/>
</div> 

#给博文添加个 read more功能
在你想停的地方 加个<!--more-->

#转义字符:空格

&ensp; :一个空格
&emsp; :两个空格