figure
.figure caption:{String? = null}
ref:{String? = null}
body:{MarkdownContent}
-> NodeContent copied to clipboard
Inserts content in a figure block, with an optional caption.
If either caption or ref is set, the figure will be numbered according to the figures numbering rule.
Return
the new Figure node
Parameters
caption
- Optional
- Likely named
optional caption of the figure
body
- Likely a body argument
content of the figure