mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Formatting
This commit is contained in:
parent
b963ecc18b
commit
c6af287c89
@ -1,15 +1,22 @@
|
|||||||
|
@if (!this.IsInline)
|
||||||
@if (!this.IsInline)
|
|
||||||
{
|
{
|
||||||
@if (this.ParentTabs is null)
|
@if (this.ParentTabs is null)
|
||||||
{
|
{
|
||||||
<MudPaper Class="code-block no-elevation" Style="@this.BlockPadding()">
|
<MudPaper Class="code-block no-elevation" Style="@this.BlockPadding">
|
||||||
<pre><code>@this.ChildContent</code></pre>
|
<pre>
|
||||||
|
<code>
|
||||||
|
@this.ChildContent
|
||||||
|
</code>
|
||||||
|
</pre>
|
||||||
</MudPaper>
|
</MudPaper>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<span class="inline-code-block"><kbd>@this.ChildContent</kbd></span>
|
<span class="inline-code-block">
|
||||||
|
<kbd>
|
||||||
|
@this.ChildContent
|
||||||
|
</kbd>
|
||||||
|
</span>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user