Skip to content

Commit 2104888

Browse files
ArgoZhangj4587698
andauthored
feat(cherry-markdown): add IsSupportMath parameter (#6237)
* doc: 增加 IsSupportMath 参数 * chore: bump version 9.0.1 Co-Authored-By: j4587698 <[email protected]> --------- Co-authored-by: j4587698 <[email protected]>
1 parent 9b51e50 commit 2104888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageReference Include="BootstrapBlazor.BootstrapIcon" Version="9.0.2" />
3232
<PackageReference Include="BootstrapBlazor.Chart" Version="9.0.0" />
3333
<PackageReference Include="BootstrapBlazor.ChatBot" Version="9.0.0" />
34-
<PackageReference Include="BootstrapBlazor.CherryMarkdown" Version="9.0.0" />
34+
<PackageReference Include="BootstrapBlazor.CherryMarkdown" Version="9.0.1" />
3535
<PackageReference Include="BootstrapBlazor.Dock" Version="9.0.0" />
3636
<PackageReference Include="BootstrapBlazor.DockView" Version="9.1.13" />
3737
<PackageReference Include="BootstrapBlazor.DriverJs" Version="9.0.3" />

src/BootstrapBlazor.Server/Components/Samples/CherryMarkdowns.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Pre class="no-highlight">builder.Services.Configure&lt;HubOptions&gt;(option => option.MaximumReceiveMessageSize = null);</Pre>
1212

1313
<DemoBlock Title="@Localizer["NormalTitle"]" Introduction="@Localizer["NormalIntro"]" Name="Normal">
14-
<CherryMarkdown @bind-Value="MarkdownString" @bind-Html="HtmlString" style="height: 400px" />
14+
<CherryMarkdown @bind-Value="MarkdownString" @bind-Html="HtmlString" IsSupportMath="true" style="height: 400px" />
1515
<div class="mt-3">
1616
<textarea class="form-control" rows="6" disabled="disabled">@MarkdownString</textarea>
1717
</div>

0 commit comments

Comments
 (0)