figure tagUpdated: July 28th, 2020
Created: 28/07/20Using the HTML5 figure tag I have added a css rule to the skin to remove the margin and more:
figure, figure img, figcaption {margin:0; padding:0}
figcaption{margin-top:-.45em; margin-bottom:1em;background-color:#f6ffee; padding:0.6em 1em; text-align:center; border-bottom:solid 1px green}