Files
homebox/frontend
Michael Manganiello 62f6121260 feat: Add plugin to set image sizes in Markdown (#901)
* 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
![logo](https://raw.githubusercontent.com/sysadminsmedia/homebox/refs/tags/v0.20.2/docs/public/lilbox.svg)
```

After (size specified):

```markdown
![logo =100x](https://raw.githubusercontent.com/sysadminsmedia/homebox/refs/tags/v0.20.2/docs/public/lilbox.svg)
```

[1] https://mdit-plugins.github.io/img-size.html

* Update @types/markdown-it to match markdown-it version
2025-07-16 05:58:24 +00:00
..
2025-06-13 09:29:33 +01:00
2025-06-13 09:29:33 +01:00
2024-03-01 09:08:14 -09:00
2025-05-08 12:48:31 +00:00
2025-04-20 08:58:03 +01:00
2025-04-11 11:02:49 +01:00
2025-05-29 12:56:30 +00:00
2025-05-25 15:41:59 +01:00
2022-09-01 14:32:03 -08:00