From 99dbcd938300b8b4851460b07a0533fe65bc0a46 Mon Sep 17 00:00:00 2001 From: Johan Fagerberg Date: Thu, 19 Feb 2026 12:06:24 +0100 Subject: [PATCH] chore: clean up README changes a little bit --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d27c009..ba6d2ba 100644 --- a/README.md +++ b/README.md @@ -78,14 +78,9 @@ You can set a page emoji icon by specifying the icon in the headers. ``` -You can set the alignment for all images in the page. Common values are `left`, `center`, and `right`. This adds the `ac:align` attribute to image tags and also sets the corresponding `ac:layout` attribute: -- `left` → `ac:align="left" ac:layout="align-start"` -- `center` → `ac:align="center" ac:layout="center"` -- `right` → `ac:align="right" ac:layout="align-end"` +You can set the alignment for all images in the page. Common values are `left`, `center`, and `right`. Can also be set globally via the `--image-align` CLI option (per-page header takes precedence). -**Note**: Images with width >= 760px automatically use `ac:align="wide"` with `ac:layout="center"` instead of the configured alignment, as Confluence requires this for wide images. - -Can also be set globally via the `--image-align` CLI option (per-page header takes precedence). +**Note**: Images with width >= 760px automatically use `center` instead of the configured alignment, as Confluence requires this for wide images. Mark supports Go templates, which can be included into article by using path to the template relative to current working dir, e.g.: