Issue 7: Add html to description?
Status:  New
Owner: ----
Reported by JesseAtE...@gmail.com, Jul 30, 2013
What steps will reproduce the problem?
1. I'd like to add an image to my description.
2. My description like looks like this: item["description"] = "<img src='" + img + "'> " + ' '.join(article.text.split("\n")[1:])


What is the expected output? What do you see instead?
I expect:
<description><img src='http://foo.com/nxwquMosquito.png> Safety tips to..

I get: 
<description>&lt;img src='http://foo.com/nxwquMosquito.png'&gt; Safety tips to..


Linux, Python 2.7