I am displaying a user's 'About me' information in the tooltip template. The issue I face is that if a user has used any special characters in their profile information, the tooltip template renders this using the HTML entity. For example, if a user uses a " character, this is rendered as "
Is there a way to handle special characters in the tooltip template?
Please switch to the HTML mode when editing the tooltip template and use triple braces {{{ }}} instead of the double {{ }} for the required property. Org Chart does not render the HTML content for security and uses Handlebars for the template rendering. Here is more information about it.