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