My team already has things developed in our website and we cannot easily change some of our fields from strings to XhtmlString objects. Our authors want a way to italicize some text in these string fields, and without adding custom frontend code to check for substrings (that the authors enter in the input fields) like, "some text <em>the italicized text</em> some other text" and formatting it that way, is there an easer way to achieve allowing our authors to have the ability to format code within string fields?
My team already has things developed in our website and we cannot easily change some of our fields from strings to XhtmlString objects. Our authors want a way to italicize some text in these string fields, and without adding custom frontend code to check for substrings (that the authors enter in the input fields) like, "some text <em>the italicized text</em> some other text" and formatting it that way, is there an easer way to achieve allowing our authors to have the ability to format code within string fields?