2 references to NormalizeMarkdownSegment
aspire (2)
Documentation\Docs\DocsIndexService.cs (2)
968
builder.Append(
NormalizeMarkdownSegment
(content[position..match.Index]));
973
builder.Append(
NormalizeMarkdownSegment
(content[position..]));