AI-Studio/app/MindWork AI Studio/Chat/MathJaxBlock.razor
2026-03-21 20:24:39 +01:00

5 lines
140 B
Plaintext

@namespace AIStudio.Chat
<div class="@this.RootClass" data-chat-math-block="true" style="white-space: pre-wrap;">
@this.MathText
</div>