This is the string that appears.
"We’ve got some crazy news for you guys, something that’s
got a positive as well as negative outlook for us Delhiites."
I want that the special characters get displayed instead of these codes. This is how I am displaying the description. It is a complete string.
<span>{this.props.feedData.description}</span>
Any ideas on how to do this? (I am using ReactJS)