Expandable
Add an expandable block to a page to keep your pages shorter, hide longer content, or create FAQs
Expandable blocks are helpful in condensing what could otherwise be a lengthy paragraph. They are also great in step-by-step guides and FAQs.
Example
Representation in Markdown
# Expandable blocks
<details>
<summary>Expandable block</summary>
</details>
Limitations
There are some limitations on which blocks you can create inside of an expandable block. You can check the full list by starting a new line in an expandable block and pressing /
to bring up the insert palette.
Last updated
Was this helpful?