#803, use page-level IDs for shortcodes

This commit is contained in:
Alex Shpak
2026-05-16 23:47:34 +02:00
parent 54f9ceeeee
commit fe5f41f15d
7 changed files with 20 additions and 11 deletions
@@ -10,7 +10,10 @@ Enhanced image display with click-to-expand behavior.
## Example
{{< image src="placeholder.svg" alt="Placeholder image" title="Click to expand" loading="lazy" >}}
{{% columns %}}
- {{< image src="placeholder.svg" alt="Placeholder image" title="Click to expand" loading="lazy" >}}
- {{< image src="placeholder.svg" alt="Placeholder image" title="Click to expand" loading="lazy" >}}
{{% /columns %}}
## Parameters