I am using Behavior to set default text in description field using Initializer. My problem is trying to format the text as I can't find any reference. I am going by Confluence wiki markup guide but most of the important stuff like line breaks do not work. What I want to show is:
heading1
blank line
heading 2
1.
blank line
Heading 3
blank line
I can only get blank line by starting it with a - like so
heading1
-
heading2
-
etc
Anyone know of a formatting reference for using behavior on a wiki rendered field?