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

5 lines
140 B
Plaintext
Raw Normal View History

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