diff --git a/docs/hermes/elements/columns.md b/docs/hermes/elements/columns.md index 6b326f4..1dd5746 100644 --- a/docs/hermes/elements/columns.md +++ b/docs/hermes/elements/columns.md @@ -56,6 +56,11 @@ The following will show 3 columns, with widths of 40%, 20%, and 40% respectively ``` +## Restrictions + +- The `` element must contain only `` elements. +- The `` elements. + ## Related Elements - [``](../elements/column) diff --git a/docs/hermes/elements/img.md b/docs/hermes/elements/img.md index c68e5ec..52ea65c 100644 --- a/docs/hermes/elements/img.md +++ b/docs/hermes/elements/img.md @@ -11,7 +11,7 @@ The `` element is used to display an image. ## Attributes `src` -> The source of the image, in resource location format. Example: `minecraft:textures/items/diamond_sword.png`. +> The source of the image, in resource location format. Example: `minecraft:textures/item/diamond_sword.png`. `width` > The width of the image. Defaults to 0. @@ -36,7 +36,7 @@ The `` element is used to display an image. The following example will display a diamond sword. ```html - + ``` ## Version History