I use asciidoc and the fopub backend to generate the docs for Codename One. The HTML generation is pretty easy but when I do the PDF generation I can't wrap image text properly.
The float
attribute and hint for asciidoc is only supported for HTML output. The align
attribute works great with the fop/docbook backend but doesn't let the text wrap around the image as the float
argument does.
Is there a way to do the text wrapping that will work with the fop PDF output?