mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
* feat: Add plugin to set image sizes in Markdown Install the `@mdit/plugin-img-size` plugin [1] to allow setting image sizes in Markdown content. This improves the image rendering capabilities for Markdown blocks. Before (no resizing possible): ```markdown  ``` After (size specified): ```markdown  ``` [1] https://mdit-plugins.github.io/img-size.html * Update @types/markdown-it to match markdown-it version