diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj
index 4580798b2..d75d15a21 100644
--- a/Flow.Launcher/Flow.Launcher.csproj
+++ b/Flow.Launcher/Flow.Launcher.csproj
@@ -91,6 +91,10 @@
+
+
+
+
diff --git a/Flow.Launcher/ReleaseNotesWindow.xaml b/Flow.Launcher/ReleaseNotesWindow.xaml
index b274981a3..2cd47c619 100644
--- a/Flow.Launcher/ReleaseNotesWindow.xaml
+++ b/Flow.Launcher/ReleaseNotesWindow.xaml
@@ -163,7 +163,8 @@
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
ClickAction="SafetyDisplayWithRelativePath"
- Loaded="MarkdownViewer_Loaded" />
+ Loaded="MarkdownViewer_Loaded"
+ Plugins="{StaticResource MdXamlPlugins}" />
@@ -5761,6 +5765,12 @@
+
+
+
+
+
+