<figure>
<img src="">
<figcaption>Isabel loves the fluffy felines</figcaption>
</figure>
See: https://github.com/seokirill/posthtml-webp
Before:
<img src="image.jpg">
After:
<picture>
<source type="image/webp" srcset="image.jpg.webp">
<img src="image.jpg">
</picture>