Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1.1
-
Component/s: Module - Confluence
-
Labels:None
-
Number of attachments :
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.
This path solves this issue.