@tintou
Copy link
Contributor

tintou commented Jun 8, 2017

from elementary/appcenter#333
The description of my app has a paragraph block followed by an unordered list, followed by another paragraph. The unordered list somehow gets rendered below the two paragraphs in AppCenter.

My description looks like this:

<description> <p> Agenda is a simple, slick, speedy and no-nonsense task manager. Use it to keep track of the tasks that matter most. </p> <ul> <li>Blazingly fast and light</li> <li>Remembers your list until you clear completed tasks</li> <li>Autocompletion for previously added tasks</li> <li>Quit with the Esc key</li> </ul> <p> I dare you to find an easier, faster, more beautiful task manager for elementary OS. </p> </description>

AppCenter looks like this:

appcenterissue