> > However, I am unsure as to whether a Insert component > will actually render html tags.
Use raw=true attribute.
<parameter name="raw">
<description>
If false (the default), then HTML characters in the value are
escaped. If
true, then value is emitted exactly as is.
</description>
</parameter>
