From a97089491a12735ddf6ec4562c4c97b925e17d28 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:07:42 +0000 Subject: [PATCH] remove old comment --- Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs b/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs index f571ce2..48c732e 100644 --- a/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs +++ b/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs @@ -11,8 +11,7 @@ using System.Windows.Media; namespace Bloxstrap.UI.Elements.Controls { /// - /// TextBlock with markdown support.
- /// Only supports text and urls. + /// TextBlock with markdown support. ///
[ContentProperty("MarkdownText")] [Localizability(LocalizationCategory.Text)]