Add optional align parameter to accordion items shoortcode. Updated docs.

This commit is contained in:
felix
2026-02-25 20:36:19 +03:00
parent d0a1a5b249
commit 641c16a150
2 changed files with 3 additions and 1 deletions
@@ -116,6 +116,7 @@ The alert sign (`+` or `-`) is optional to control whether the admonition is fol
| `open` | **Optional.** Set to `true` to have the item open by default. |
| `header` | **Optional.** Alias for `title`, kept for compatibility with other shortcodes. |
| `icon` | **Optional.** Icon name to display before the title. |
| `align` | **Optional.** Align text within the item: `left`, `center`, `right` |
<!-- prettier-ignore-end -->
**Example 1: `mode="open"` (multiple items can be open) + `separated=true`**