textcollapse
fun textcollapse(full: InlineMarkdownContent, short: InlineMarkdownContent, open: Boolean = false): <Error class: unknown class>
Inserts content in a collapsible text span, whose content can be expanded or collapsed by interacting with it.
Return
the new InlineCollapse node
Parameters
full
- Likely named
content to show when the node is expanded
short
- Likely named
content to show when the node is collapsed
open
- Optional
- Likely named
whether the block is open at the beginning