2 references to IsEmphasisStart
Aspire.Dashboard (2)
Model\Markdown\MarkdownHelpers.cs (2)
195if (previousSibling is null && IsEmphasisStart(literal.Content.AsSpan())) 213if (IsEmphasisStart(content))