Add @figure extension to odoc-jons-plugins
Block-tag extension for native figures with captions:
@figure src=foo.png alt="Alt text" link=https://…
Caption paragraph (with inline formatting preserved).
Produces <figure class="figure"><a><img></a><figcaption>…</figcaption></figure>.
Bare first token is treated as src for terse usage: @figure foo.png.
Replaces the raw-HTML <figure> blocks currently used in blog posts.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>