{code} tag is not interpreted correctly if there is no empty line before it
---------------------------------------------------------------------------

                 Key: DOXIA-302
                 URL: http://jira.codehaus.org/browse/DOXIA-302
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Confluence
    Affects Versions: 1.1
            Reporter: Kornel
         Attachments: MNG-302-module-confluence.patch

For example in the below text:

For example class:
{code}
public class XPropertyContainer extends ClassPropertyContainer {
    ...
    @PropertyField(propertyName="X")
    private ParentPropertyContainer _propertyX;
}
{code}
we have example object:
{code}
XPropertyContainer grandparent = new 
{code}

{code} tags are not interpreted correctly - on output we have ordinary text, no 
code blocks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to