linux-store-frontend icon indicating copy to clipboard operation
linux-store-frontend copied to clipboard

Supporting the <em> tag

Open alemart opened this issue 5 years ago • 2 comments

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!

flathub

alemart avatar Feb 04 '20 16:02 alemart

Lists don't work as well, at least not the unordered ones.

In contrast to the tag they don't show up at all.

yvie-k avatar May 02 '20 20:05 yvie-k

I tracked it down to appstream-glib issue and reported it at https://github.com/hughsie/appstream-glib/issues/350.

barthalion avatar May 03 '20 10:05 barthalion