Use tag in Label

After formatting within the Source property I can make things look as expected:

image
image

Once the tag/custom property updates however it reverts:

image
image

Make sure under PROPS on the markdown control escapeHtml is FALSE.
Then in your binding for source do

concat('<html><p>STRING_START:</br>',{this.props.CUSTOM},'</p></html>')

1 Like