【发布时间】:2018-04-06 21:09:58
【问题描述】:
我正在尝试使用项目符号列表中的图像编写 pandoc markdown 文本 这也显示了字幕。那就是:
* Item 1.
* Item 2.

Item 2 text is supposed to continue here (thus same indenting).
* Item 3.
但是标题没有显示出来。
如果我将一个图形放在它自己的段落中,标签会显示,但 缩进/延续搞砸了。
* Item 1.
* Item 2.

Item 2 text does not continue with the same indenting/continuation : (
* Item 3.
我的最终转换是一个 HTML 文件。
【问题讨论】:
标签: image markdown pandoc caption