Maven Doxia

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1
  • Fix Version/s: 1.1.1
  • Component/s: Module - Confluence
  • Labels:
    None
  • Number of attachments :
    1

Description

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.

Activity

Hide
Kornel added a comment -

This path solves this issue.

Show
Kornel added a comment - This path solves this issue.
Hide
Lukas Theussl added a comment -

Patch applied in r761569. Thanks!

Show
Lukas Theussl added a comment - Patch applied in r761569. Thanks!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: