-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing support for <em> tags in release notes #131
Comments
This is currently a Bug in Flathub Builder. The <em> tag gets removed from AppStream, so tehres nothing that Flathub can show. Should be fixed with flatpak/flatpak-builder#418. |
Hrm, but https://beta.flathub.org/apps/details/codes.merritt.Nyrna has an em tag somehow. |
Currently, the |
Seems to work now, but needs the app to be rebuild |
All apps listed here seem to be fixed as far as I can tell. |
@razzeee The changelog on mine still shows the tags, will rebuilding it fix it now? |
I would think so, but I think technically it's not exactly supported in releases. So it's probably fine on the website, but broken in gnome software. |
I previously missed that [`<em>` is not yet supported by Flathub](flathub-infra/website#131) even though it's in [the AppStream spec](https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description). For now, we shouldn't use it because it looks ugly on Flathub.
This should start working after rebuilding |
* Metainfo: Better align to other store listings This PR accomplishes a few things: - Adapts the name and description to better match that used on [Itch](https://godotengine.itch.io/godot), [Steam](https://store.steampowered.com/app/404790/Godot_Engine/), and [Epic Games Store](https://store.epicgames.com/en-US/p/godot-engine) for consistency - Better follow the [Flathub quality guidelines](https://docs.flathub.org/docs/for-app-authors/appdata-guidelines/quality-guidelines) with the summary * Metainfo: Remove unsupported `<em>` tag I previously missed that [`<em>` is not yet supported by Flathub](flathub-infra/website#131) even though it's in [the AppStream spec](https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description). For now, we shouldn't use it because it looks ugly on Flathub. * Metainfo: Correct SFC → Godot Foundation
According to the official Freedesktop documentation metainfo files can contain
<description>
tags with emphasis (<em>
) tags inside them. However, this does not seem to be supported by the beta Flathub website. For example, the following XML code:... is rendered as follows:
The text was updated successfully, but these errors were encountered: