# Figure with one image, caption and label ``` % pandoc -t context -f html
The Mandrill, a photo used in image processing tests.
^D \startplacefigure[title={\quotation{The Mandrill}, a photo used in image processing tests.}] {\externalfigure[mandrill.jpg]} \stopplacefigure ``` # Nested figures ``` % pandoc -t context -f html
The Mandrill is a commonly used test image.
Another test image. This one is called peppers.
Signal processing test images.
^D \startplacefigure[reference=test-images,title={Signal processing test images.}] \startfloatcombination \startplacefigure[reference=mandrill,title={\quotation{The Mandrill} is a commonly used test image.}] {\externalfigure[../testing/mandrill.jpg]} \stopplacefigure \startplacefigure[reference=peppers,title={Another test image. This one is called \quotation{peppers}.}] {\externalfigure[../testing/peppers.webp]} \stopplacefigure \stopfloatcombination \stopplacefigure ```