我试图通过以下方式在图片下方添加标题:
<img caption="hello" width="172" height="90" src="https://user-images.githubusercontent.com/15044221/43467872-873b029e-9504-11e8-8bf5-f7d92a4d3765.jpg">
<img title="hello" width="172" height="90" src="https://user-images.githubusercontent.com/15044221/43467872-873b029e-9504-11e8-8bf5-f7d92a4d3765.jpg">
但是在code
的{{1}}中README.md
以上的地方无效。
我想要以下类型的标题:
我有以下代码:
GitHub