We updated from version 10 to version 12 and we have a field that gets populated via an Apex class with some html.
We display the field contents in a template field with the following code:
{{#urlDecode}}{{{Tracking_Info__c}}}{{/urlDecode}}
In Version 10 the
are honored and the "
" text is not displayed.
In version 12 the
are not honored and the "
" are displayed.
Should I be using something other than {{#urlDecode}}{{/urlDecode}} to honor the html?