Hi All,I have a sightly expression like ${"Welcome! to " @ context='html'} India -
context is 'html'and it is rendering as Welcome! to India - without data-id attribute in
span tagexpected output Welcome! to IndiaBut when I change the context to
unsafe , same sightly is rendering as expected ${"Welcome! to " @ context='unsafe'} India -
context is 'unsafe'rendered as Welcome! to India I do not want to use context as
unsafe, how to resolve this? Thanks,Radhakrishna N