How to Add Line Break in a Text of richTextDisplayField ?

How to Add Line Break in a Text of richTextDisplayField ?

 

Code:

a!richTextItem(

 Text: {

     "This is Sun," & "<br/>" & "moon" 

    }

)

Expected Output:

This is Sun,

moon

 

Please help with your solution.

<br/> is the one I found in community, but it is not working.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data