Output dynamically generated HTML in Jelly
October 21, 2014
Tags: ServiceNow Jelly HTML
It can be a pain trying to output some HTML stored within a variable using Jelly. When printing an expression with Jelly, it is automatically escaped.
For example
Will output:
To prevent Jelly from escaping the output, using no_escape as follows:
Will output: