We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1284b commit 21057bbCopy full SHA for 21057bb
blazorbootstrap/Components/Markdown/Markdown.razor.cs
@@ -606,7 +606,7 @@ private List<string> GetLines()
606
// remove first blank line
607
if (string.IsNullOrWhiteSpace(inputs[0]))
608
inputs.RemoveAt(0);
609
-
+
610
// remove last blank line
611
if (inputs.Count > 0 && string.IsNullOrWhiteSpace(inputs[^1]))
612
inputs.RemoveAt(inputs.Count - 1);
0 commit comments