@kui-shell/plugin-client-common
Version:
Kui plugin that offers stylesheets
41 lines (23 loc) • 719 B
Markdown
# Tabs
Sections starting with a `=== "Tab name"` will be rendered as tabs,
with the tab content indented by at least 4 spaces.
???+ tip "Tab Example"
> Note how we are using tabs and hints nested inside of an expandable section!
=== "Output"
=== "Tab 1"
Markdown **content**.
Multiple paragraphs.
=== "Tab 2"
More Markdown **content**.
- list item a
- list item b
=== "Markdown"
```
=== "Tab 1"
Markdown **content**.
Multiple paragraphs.
=== "Tab 2"
More Markdown **content**.
- list item a
- list item b
```