kicad-doc
kicad-doc copied to clipboard
po4a chokes on images + text in tables
Po4a has isses when processing the "eeschema_simulator.adoc", the table with the "image::images/opamp_symbol.png"
The following minimal example shows the issue:
|====
|First col
|Second col
image::foo.png[alt="Alt"]
Text below image 1
|====
image::foo.png[alt="Alt"]
Text below image 2
After processing with po4a, e.g. po4a-normalize -f asciidoc test.adoc, this ends up as
|====
|First col
|Second col
image::foo.png[alt="Alt"]
Text below image 1
|====
image::foo.png[alt="Alt"]
Text below image 2
i.e. "Text below image 1" becomes "verbatim" text in asciidoc.
This has the strange side effect of creating a "
This is an issue e.g. for Polish, see also #635