Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 14d9f46

Browse files
feat: activate markdown
1 parent e5442e0 commit 14d9f46

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

studio/src/app/components/editor/app-slot-type/app-slot-type.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ export class AppSlotType {
178178
</Fragment>
179179
)}
180180

181-
{/*{this.renderSlot(*/}
182-
{/* SlotType.MARKDOWN,*/}
183-
{/* <Fragment>*/}
184-
{/* <ion-icon src="/assets/icons/markdown.svg" slot="start"></ion-icon>*/}
185-
{/* <ion-label>Markdown</ion-label>*/}
186-
{/* </Fragment>*/}
187-
{/*)}*/}
181+
{this.renderSlot(
182+
SlotType.MARKDOWN,
183+
<Fragment>
184+
<ion-icon src="/assets/icons/markdown.svg" slot="start"></ion-icon>
185+
<ion-label>Markdown</ion-label>
186+
</Fragment>
187+
)}
188188

189189
{this.renderSlot(
190190
SlotType.MATH,

0 commit comments

Comments
 (0)