Documentation
Details
Details blocks let you hide supporting information until a reader chooses to reveal it.
Basic details #
Use :::details to create a details block.
Details
Additional information goes here.
Custom titles #
You can provide a custom title with :::details[Title].
How does this work?
The content is hidden until the reader opens the block.
Content #
Details blocks can contain normal Markdown.
More information
You can use bold text, links, lists, and inline code inside a details block.
- First item
- Second item
