markdown设置图片大小
下面是markdown设置图片大小的测试代码
![test](https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png?v8){:height="100" width="100"}
以下是效果:
这与使用的markdown工具有关。
emmm,看起来博客园是不支持的
目前已知支持的地方:
- github的jekyll博客
欢迎评论补充!
对于博客园的markdown测试
<img style="width:50px;height:50px" src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png?v8" alt="真棒" align=center />
效果:
0.0 这能用img标签了。