[ 
https://jira.codehaus.org/browse/DOXIA-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Schenk updated DOXIA-493:
------------------------------

    Attachment: Patch_DOXIA-493_trunk.patch

Added patch for trunk including unit test
                
> Images within table are not shown
> ---------------------------------
>
>                 Key: DOXIA-493
>                 URL: https://jira.codehaus.org/browse/DOXIA-493
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.4
>         Environment: Windows/Linux
>            Reporter: Mark Schenk
>         Attachments: Patch_DOXIA-493_trunk.patch, 
> Patch_for_correcting_images_and_headers_within_table_cell.patch
>
>
> While working on project documentation I encountered a (at least I think) bug 
> which is related to including images in tables. The example below doesn’t 
> result in an image shown in the table cell but instead shows the inclusion as 
> text ({{!images/symbol.png!}}).
> {code}
> ||Symbol||Description||
> |!images/symbol.png!|text|
> {code}
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to