HTML data
-
Hello,
In an HTML report, I want to display data that contains HTML code, but the HTML is shown in the report. I need it to be interpreted.
Example:
data = '<b>Hello</b><br/>New User'
Report code:
{{data}}
What I get:
<b>Hello</b><br/>New UserWhat I need:
Hello
New UserThanks!
-
-
Thank you.