Formatting issues with news post

There is a formatting bug. Should be <major>.<minor>.<patch>

3 Likes

This should read:

Default Fedora template upgraded to Fedora 42 (Fedora TemplateVMs and StandaloneVMs with version lower than 41 are not supported).
Default Debian template upgraded to Debian 13 (Debian TemplateVMs and StandaloneVMs with version lower than 12 are not supported).
4 Likes

Thank you! :heart:

Allowing the GUI Daemon background color to be configurable, mostly useful for people with dark themes (#9304).

2 Likes

Just to clarify, it is not for systray widgets. This is for ordinary windows :man_facepalming:

3 Likes

:grin: :grin:

1 Like

Discourse (plugin) bug. Can’t even be fixed with a manual edit. Guess the only workaround is to change the syntax.

Fixed.

3 Likes

@adw It wants to parse them as HTML tags. You can put a \ before each <.

1 Like

Already tried that. Didn’t work:

Also tried changing the <code></code> tags. The plugin is just really, really bad. We also recently had a problem with it complete breaking links that contain any character with a diacritic.

1 Like

Maybe using HTML character entities would have worked?

<major>.<minor>.<patch>&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;

1 Like

It’s okay, I’ve already changed from < > to [ ].

2 Likes