我插入了一个块图像,如下所示:
[[myimage]]
image::fig1.png[align="center", title="My caption"]
不幸的是,图像居中,但标题是左对齐的。我也试过这样做:
[[myimage]]
.My caption
image::fig1.png[align="center"]
但结果并没有改变。如何使图像标题也居中对齐?
我正在使用此命令生成 HTML 输出(使用 xhtml11 作为后端没有区别):
asciidoc -v -a asciimath -d 文章 -b html5 -o file.html file.txt