mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 22: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)
|
||||
{
|
||||
<MudPaper Class="code-block no-elevation" Style="@this.BlockPadding()">
|
||||
<pre><code>@this.ChildContent</code></pre>
|
||||
<MudPaper Class="code-block no-elevation" Style="@this.BlockPadding">
|
||||
<pre>
|
||||
<code>
|
||||
@this.ChildContent
|
||||
</code>
|
||||
</pre>
|
||||
</MudPaper>
|
||||
}
|
||||
}
|
||||
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