AI-Studio/app/MindWork AI Studio/Chat/MathJaxBlock.razor

5 lines
140 B
Plaintext
Raw Normal View History

2026-03-21 19:34:11 +00:00
@namespace AIStudio.Chat
<div class="@this.RootClass" data-chat-math-block="true" style="white-space: pre-wrap;">
@this.MathText
</div>