Skip to content

Custom figure

Giorgio Garofalo edited this page May 18, 2025 · 1 revision

The .figure {caption?} {body} adds generalization to the image figures syntax extension, as it allows for any content to be handled as a figure block, which:

  • May feature a caption;
  • Can be numbered (see Numbering).
# Custom figures

.figure {My caption.}
    .container padding:{1cm} background:{yellow}
        Hello, world!
Custom figure
Clone this wiki locally