使用dita-ot-3.0 pdf插件输出PDF时,图片如何从新行开始?

How can I the image start from a new line when using dita-ot-3.0 pdf plug outputting PDF?

希望有人帮助我,谢谢!
我用dita-ot-3.0输出pdf的时候,发现很多地方,图片和文字显示在同一行。
我尝试了两个插件:
- 默认 pdf2 插件
- 在 https://github.com/jelovirt/dita-generator 使用 PDF 插件生成器的自定义 pdf 插件(我没有找到任何设置图像属性的地方)

所以这是我的问题,我这样写xml:
source xml file 当我输出 pdf 时,我得到这个: image is shown in the same line with text

还有很多其他图像显示为这样。如何使图像从新行开始显示?我是不是用错了元素?是行内元素还是块的区别?

您应该能够通过将属性 placement="break" 设置为 <image> 元素来执行此操作。 spec.

中对此进行了解释