File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- @page " /cherry-markdown"
1+ @page " /cherry-markdown"
22@inject IOptions <WebsiteOptions > WebsiteOption
33
44<h3 >@Localizer ["Header"]</h3 >
3434
3535<DemoBlock Title =" @Localizer[" ApiTitle " ]" Introduction =" @Localizer[" ApiIntro " ]" Name =" Api" >
3636 <CherryMarkdown @ref =" @MarkdownElement" />
37- <Button OnClick =" @InsertCheckList" >@Localizer ["InsertCheckListButtonText"]</Button >
38- <Button OnClick =" @InsertPicture" >@Localizer ["InsertPictureButtonText"]</Button >
37+ <section ignore class =" mt-3" >
38+ <Button OnClick =" @InsertCheckList" >@Localizer ["InsertCheckListButtonText"]</Button >
39+ <Button OnClick =" @InsertPicture" >@Localizer ["InsertPictureButtonText"]</Button >
40+ </section >
3941</DemoBlock >
4042
4143<AttributeTable Items =" GetAttributes()" />
You can’t perform that action at this time.
0 commit comments