2 references to ToHtml
Aspire.Dashboard (2)
Components\Interactions\InteractionsProvider.cs (1)
319return InteractionMarkdownHelper.ToHtml(item.Message);
Utils\InteractionMarkdownHelper.cs (1)
15return (MarkupString)ToHtml(markdown);