New feature: don't automatically escape HTML entities by setting autoescape: false
in a configuration object that can now be passed as the 2nd parameter to templater
.
templater("template string", { autoescape: false })
Thanks @Bekreth!
New feature: don't automatically escape HTML entities by setting autoescape: false
in a configuration object that can now be passed as the 2nd parameter to templater
.
templater("template string", { autoescape: false })
Thanks @Bekreth!