Fix parameter heading level

The "Parameters" sections belong to "Icon Shape" and "Image Shape" respectively and should therefore have one more level than them.
This commit is contained in:
IceFreez3r
2025-03-03 11:16:33 +01:00
committed by GitHub
parent bc2bd3d769
commit b7940b64cd

View File

@@ -555,7 +555,7 @@ flowchart TD
A@{ icon: "fa:user", form: "square", label: "User Icon", pos: "t", h: 60 }
```
### Parameters
#### Parameters
- **icon**: The name of the icon from the registered icon pack.
- **form**: Specifies the background shape of the icon. If not defined there will be no background to icon. Options include:
@@ -577,7 +577,7 @@ flowchart TD
A@{ img: "https://example.com/image.png", label: "Image Label", pos: "t", w: 60, h: 60, constraint: "off" }
```
### Parameters
#### Parameters
- **img**: The URL of the image to be displayed.
- **label**: The text label associated with the image. This can be any string. If not defined, no label will be displayed.