When DITA2Go wraps image and title in a <figure> element, by default DITA2Go closes the <figure> element before moving on to the following content. To direct DITA2Go to include in <figure> any following elements that are valid:
[DocBookOptions] ; CloseFigAfterImage = Yes (default) ; or No (leave figure open for more) CloseFigAfterImage = No
By default, DITA2Go wraps all contiguous images and their titles in a single <figure> element. To make sure each of a series of images is wrapped in its own <figure> element:
[DocBookOptions] ; MultiImageFigures = Yes (default) ; or No (allow only one image in a figure) MultiImageFigures = No
To specify that figure titles precede their images:
[DocBookOptions] ; FigureTitleStartsFigure = No (default, title is below image), ; or Yes (title is above image) FigureTitleStartsFigure = Yes