figure
.figure caption:{String? = null} body:{MarkdownContent} -> Node
Content copied to clipboard
Inserts content in a figure block, which features an optional caption and can be numbered according to the figures
numbering rules.
Return
the new Figure node
Parameters
caption
- Optional
- Likely named
optional caption of the figure
body
- Likely a body argument
content of the figure