Is there anyway to format the text in the <description> tag? I would like to at least be able to force breaks in lines. It seems like putting in a <br> doesn't work.
You can do it with javascript (i.e. on client side): replace the original content with new content (adding that <br> there, or using a new <div>, ...) using funcion "replace" and innerHTML propertie.