RSS - line breaks or tags

Dear Zotero enthusiasts,
I am creating an RSS feed of publications and successfully imported it into Zotero.

However, I would like to include some comments (which are mostly tags) and the abstract in the <description> field. So it would be great, if I could print my comment followed by a line break followed by the abstract. I tried using RSS with the CDATA and the br tag, but it's not working:
<description><![CDATA[Interesting comment.<br>Boring abstract.]]></description>

I also tried to create an Atom feed with
<summary type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
Interesting comment.<br>Boring abstract.
</div>
</summary>
,
but again it does not work. Am I missing anything obvious? I tested the Atom feed and the RSS feed with the Thunderbird feed reader and it recognized the line break.

As an alternative: Would it be possible to print my comments to a separate field that would show up in the feed reader? That field should also be there when the publication is imported into Zotero (tag field?). How could that be done?
Have a nice day,
Felix
Sign In or Register to comment.