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