如何在 Pandoc 中添加带有 alt 标签但没有标题的图像?

How to add an image with alt tag but without caption in Pandoc?

manual 中所述,Pandoc 的 Markdown 图片由

添加
![This is the caption](/url/of/image.png)

字符串 This is the caption 作为标题添加到图像以及图像的 alt 标记中。

我需要图像的 alt 标签,但想要避免 epub 文档中某些图像的标题。有没有一种简单的方法可以做到这一点,例如通过 css?

Pandoc 将作为段落唯一内容的图像视为图形,并将替代文本打印为标题。您可以附加一个转义换行符来抑制这种行为:

![This is the caption](/url/of/image.png) \