All,

In noticed that images within tables are not properly rendered, for example:

||Symbol||Description||
|!images/symbol.png!|text|

Doesn't result in an image shown in the table cell. After investigation I found 
out that the renderer of the table (TableBlockParser) only applies the 
ParagraphBlockParser and not other parsers like SectionBlockParser, 
FigureBlockParser, and ListBlockParser.

To fix this I created the included patch. With this patch applied to version 
1.4 of Doxia the example as shown above was properly parsed.

Hope this patch can make it in any form to the new release to Doxia confluence 
module.

Cheers,
Mark Schenk


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to