I'm looking to convert an NSAttributedString into HTML, but only preserve bold and italic attributes. I don't care about font family, font size, or anything like that.
I'm basically looking to convert: Go Falcons
to
<b>Go</b> <em>Falcons</em>
Is there a way to do this?