mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-15 17:42:10 +00:00
Replaced MudMarkdown with MudJustifiedMarkdown
This commit is contained in:
parent
c29c82346d
commit
2229bcff1c
@ -28,7 +28,7 @@
|
||||
<MudText Typo="Typo.h6">
|
||||
@T("Description")
|
||||
</MudText>
|
||||
<MudMarkdown Value="@this.currentConfidence.Description" MarkdownPipeline="Markdown.SAFE_MARKDOWN_PIPELINE"/>
|
||||
<MudJustifiedMarkdown Value="@this.currentConfidence.Description" />
|
||||
|
||||
@if (this.currentConfidence.Sources.Count > 0)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user