From 257fa8ae0dd2ead935c0a58e3d75c0f1e66dede5 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 24 Mar 2024 21:58:49 +0100 Subject: [PATCH] Markdown - Tweak inline code and HR styles --- src/Artemis.UI/Styles/Markdown.axaml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/Artemis.UI/Styles/Markdown.axaml b/src/Artemis.UI/Styles/Markdown.axaml index 6f03f8291..c56fb22af 100644 --- a/src/Artemis.UI/Styles/Markdown.axaml +++ b/src/Artemis.UI/Styles/Markdown.axaml @@ -1,7 +1,13 @@ + xmlns:ctxt="clr-namespace:ColorTextBlock.Avalonia;assembly=ColorTextBlock.Avalonia" + xmlns:controls="clr-namespace:Markdown.Avalonia.Controls;assembly=Markdown.Avalonia"> + + + Markdown.Xaml support ```inline code ``` and block code. + + @@ -60,4 +66,21 @@ + + + + \ No newline at end of file