Hello Team,
We are using InsertHTML method to output Text with HTML formatting tags.
e.g. Test Input
output of the above string is as expected i.e Test Input
If same string containes any < or > special characters, then the InsertHTML fails.
e.g. Test > Input
output of above string is Test, while Input does not render on the output document.
Please advice.
Best Regards,