flammy / imagebox

This dokuwiki plugin displays captions in a box drawn around an image.
https://www.dokuwiki.org/plugin:imagebox
GNU General Public License v2.0
5 stars 7 forks source link

feat: rewrite as native figure and caption #125

Open flammy opened 1 year ago

flammy commented 1 year ago

Rewrite using:

<figure>
  <img src="image.jpg">
  <figcaption>text</figcaption>
</figure>

and display: flex