Is there a way to display "Test" value as bold just like the implementation of newline?
<testElement>Test 
 Test</testElement>
The output of the above line when you display it is:
TEST
TEST
I want to know what/how to make the second line as bold just line by using expressions.
Thank you