linux-store-frontend
linux-store-frontend copied to clipboard
Supporting the <em> tag
First I would like to thank you for approving Open Surge on Flathub :)
Parts of the project description are being displayed as (null). In the appdata XML, I'm using the <em>
tag for emphasis, as described in https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description . It turns out that whatever appears inside <em>...</em>
is being rendered as (null).
<p>
<em>How do I play?</em>
</p>
<p>
You can play using a keyboard or a joystick.
</p>
Can it be fixed? Is the <em>
tag supported? The appdata is being validated correctly.
Thank you!
Lists don't work as well, at least not the unordered ones.
In contrast to the tag they don't show up at all.
I tracked it down to appstream-glib issue and reported it at https://github.com/hughsie/appstream-glib/issues/350.