From b2b9ddfddc4f8410d73c660484a6649938eee0e4 Mon Sep 17 00:00:00 2001 From: BerendVandenbussche <43599439+BerendVandenbussche@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:38:13 +0200 Subject: [PATCH] fix: correct upscale height size parameter syntax in examples ,^240 in section 4.2 examples is inconsistent with the table definition which specifies ^,h as the valid form. Change to ^,240. --- source/image/3.0/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/image/3.0/index.md b/source/image/3.0/index.md index 3e37c7a2d..94a1832b9 100644 --- a/source/image/3.0/index.md +++ b/source/image/3.0/index.md @@ -284,8 +284,8 @@ Examples:
- 3 size=,^240
-.../full/,^240/0/default.jpg
3 size=^,240
+.../full/^,240/0/default.jpg