@kui-shell/plugin-client-common
Version:
Kui plugin that offers stylesheets
101 lines (88 loc) • 1.51 kB
Markdown
title: Markdown Playground
layout:
1:
position: default
maximized: true
2: default
=== "Overview"
```bash
---
execute: now
maximize: true
outputOnly: true
---
commentary --send playground -f /kui/markdown-overview.md
```
=== "Code Blocks"
```bash
---
execute: now
maximize: true
outputOnly: true
---
commentary --send playground -f /kui/code-blocks.md
```
=== "Hints"
```bash
---
execute: now
maximize: true
outputOnly: true
---
commentary --send playground -f /kui/hints.md
```
=== "Expandable Sections"
```bash
---
execute: now
maximize: true
outputOnly: true
---
commentary --send playground -f /kui/expandable-section.md
```
=== "Icons"
```bash
---
execute: now
maximize: true
outputOnly: true
---
commentary --send playground -f /kui/icons.md
```
=== "Tabs"
```bash
---
execute: now
maximize: true
outputOnly: true
---
commentary --send playground -f /kui/tabs.md
```
=== "Wizards"
```bash
---
execute: now
maximize: true
outputOnly: true
---
commentary --send playground -f /kui/wizard.md
```
=== "Advanced"
```bash
---
execute: now
maximize: true
outputOnly: true
---
commentary --send playground -f /kui/advanced.md
```
```bash
execute: now
outputOnly: true
commentary --receive playground
```