collapse
fun collapse(title: InlineMarkdownContent, open: Boolean = false, body: MarkdownContent): <Error class: unknown class>
Inserts content in a collapsible block, whose content can be hidden or shown by interacting with it.
Return
the new Collapse node
Parameters
title
title of the block
open
- Optional
- Likely named
whether the block is open at the beginning
body
- Likely a body argument
content of the block when expanded