diff --git a/src/modules/welcomeq/release_notes.qml b/src/modules/welcomeq/release_notes.qml
index 6da5bc7c9..29ba7c032 100644
--- a/src/modules/welcomeq/release_notes.qml
+++ b/src/modules/welcomeq/release_notes.qml
@@ -1,6 +1,6 @@
/* === This file is part of Calamares - This an example QML file, showing options in RichText with Flickable content. QML with RichText can use HTML tags, Flickable content is useful for touchscreens. This is bold text This is italic text This is underlined text%1
-
This is strikethrough
Code example:
- ls -l /home
Lists:
-The vertical scrollbar is adjustable, current width set to 10.
").arg(Branding.string(Branding.VersionedName)) +> blockquote + +~~This is strikethrough~~ + +Code example: +``` +ls -l /home +``` + +**Lists:** + * Intel CPU systems + * AMD CPU systems + +The vertical scrollbar is adjustable, current width set to 10.").arg(Branding.string(Branding.VersionedName)) } } @@ -87,5 +91,4 @@ Rectangle { fillMode: Image.PreserveAspectFit } } - }