You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mark Schenk (JIRA)" <ji...@codehaus.org> on 2013/07/26 09:40:05 UTC

[jira] (DOXIA-493) Images within table are not shown

Mark Schenk created DOXIA-493:
---------------------------------

             Summary: 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_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