Closed GoogleCodeExporter closed 8 years ago
I can't reproduce this. I don't get anything with <objectinfo>. Pandoc gives
me:
% pandoc -t docbook
![caption](my.jpg)
<figure>
<title>caption</title>
<mediaobject>
<imageobject>
<imagedata fileref="my.jpg" />
</imageobject>
<textobject><phrase>caption</phrase></textobject>
</mediaobject>
</figure>
That seems almost identical to the second example you referenced (except no
<caption> tag). Would it be better to output something like:
<figure>
<title>Picture's Title</title>
<graphic fileref="images/file"></graphic>
</figure>
I can't remember whether I looked into that option.
Original comment by fiddloso...@gmail.com
on 23 Nov 2010 at 11:02
Issue 267 has been merged into this issue.
Original comment by fiddloso...@gmail.com
on 24 Nov 2010 at 3:39
I don't know what I drank or what kind of drugs my server buys if I am away.
Yes, there is no bug. The images are fine. Sorry.
Original comment by schm...@gmx.de
on 25 Nov 2010 at 3:49
Original comment by fiddloso...@gmail.com
on 8 Dec 2010 at 8:06
Original issue reported on code.google.com by
schm...@gmx.de
on 10 Nov 2010 at 5:04