Hi All,
I have this text : See More <a href = "#">Click</a><img src = "#"/>
now I wanna create some thing which can convert this text to this :
See More <a href = "#">Click</a><img src = "#"/>
changes < and > in href link to < and > but there is no changing for img tag
Thank you