-
Notifications
You must be signed in to change notification settings - Fork 7
Collapsible
Giorgio Garofalo edited this page Oct 17, 2024
·
3 revisions
The .collapse
function creates an interactive collapsible block, whose status can be toggled by clicking.
It requires an inline title (always displayed) and block content (displayed when expanded).
.collapse {A _collapsible_ block. **Click me!**}
Hidden content...
**Surprise!**
.loremipsum
Collapsed:
Expanded:
The initial status of a block can be changed via the optional open
Boolean
argument, which defaults to false
(collapsed).
.collapse {A _collapsible_ block. **Click me!**} open:{yes}
...
- Syntax of a function call
- Declaring functions
- Dynamic typing
- Localization
- Including other Quarkdown files
- Importing external libraries
- Document metadata
- Theme
- Page format
- Page margin content
- Page counter
- Automatic page break
- Numbering
- Table of contents
- Stacks (row, column, grid)
- Align
- Container
- Box
- Collapsible
- Whitespace
- String
- Number
- Markdown content
- Boolean
- Enumeration entry
- Iterable
- Dictionary
- Range
- Lambda
- Size(s)
- Color
- Dynamic