New in 1.38.0

useResolvedHtmlValue(text)

Returns a resolved string value for insertion into HTML markup.

Params

  • text (String) – HTML value to be resolved.

Returns

String – a resolved HTML value for displaying. This means:

  • All internal links are replaced
  • All placeholders are replaced

In addition, the output is HTML escaped, meaning that characters like &, <, and > are replaced with their corresponding HTML entities. Please use useResolvedStringValue if the value should not be HTML escaped.