Using an image caption in Markdown Jekyll

后端 未结 10 970
一个人的身影
一个人的身影 2021-01-29 18:11

I am hosting a Jekyll Blog on Github and write my posts with Markdown. When I am adding images, I do it the following way:

![name of the image](http://link.com/ima

10条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-29 18:19

    You can use table for this. It works fine.

    | ![space-1.jpg](http://www.storywarren.com/wp-content/uploads/2016/09/space-1.jpg) | 
    |:--:| 
    | *Space* |
    

    Result:

提交回复
热议问题