From dd70d729f10dd1527c6e28b9d747c740c0ca6a3e Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:13:42 +0000 Subject: [PATCH] oops --- Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs b/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs index bd97b8f..c99b236 100644 --- a/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs +++ b/Bloxstrap/UI/Elements/Controls/MarkdownTextBlock.cs @@ -32,7 +32,7 @@ namespace Bloxstrap.UI.Elements.Controls /// Span, skip private static (Span, int) GetInlineUntilEndTagDetected(Markdig.Syntax.Inlines.Inline? inline, string tagName) { - string endTag = $"<{tagName}/>"; // TODO: better way of doing this + string endTag = $""; // TODO: better way of doing this var span = new Span();