@kui-shell/plugin-client-common
Version:
Kui plugin that offers stylesheets
37 lines (25 loc) • 785 B
Markdown
# Expandable Sections
Sections starting with a `??? tip "Section name"` will be rendered
as an expandable section, with the tab content indented by at least
4 spaces.
??? tip "Example Expandable Section"
**Warning**: due to the vagaries of the Markdown syntax, make
sure to have a newline separating the section start and section
content.
???+ question "Example Question (default expanded)"
With the added `+` (as in `???+`), the expandable section will
be initially expanded.
???+ bug "Example Bug (default expanded)"
You can choose from
- tip
- todo
- bug
- info
- note
- warning
- success
- question
??? info "Example Info"
Informative content!
??? warning "Example Warning"
## :fontawesome-solid-sad-cry: