Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1
-
None
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.