Replaced MudMarkdown with MudJustifiedMarkdown

This commit is contained in:
Thorsten Sommer 2026-08-12 14:59:00 +02:00
parent c29c82346d
commit 2229bcff1c
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -28,7 +28,7 @@
<MudText Typo="Typo.h6"> <MudText Typo="Typo.h6">
@T("Description") @T("Description")
</MudText> </MudText>
<MudMarkdown Value="@this.currentConfidence.Description" MarkdownPipeline="Markdown.SAFE_MARKDOWN_PIPELINE"/> <MudJustifiedMarkdown Value="@this.currentConfidence.Description" />
@if (this.currentConfidence.Sources.Count > 0) @if (this.currentConfidence.Sources.Count > 0)
{ {