@@ -2255,9 +2255,10 @@ Elements
2255
2255
2256
2256
### `hypertext[<X>,<Y>;<W>,<H>;<name>;<text>]`
2257
2257
* Displays a static formatted text with hyperlinks.
2258
+ * **Note**: This element is currently unstable and subject to change.
2258
2259
* `x`, `y`, `w` and `h` work as per field
2259
2260
* `name` is the name of the field as returned in fields to `on_receive_fields` in case of action in text.
2260
- * `text` is the formatted text using `markup language ` described below.
2261
+ * `text` is the formatted text using `Markup Language ` described below.
2261
2262
2262
2263
### `vertlabel[<X>,<Y>;<label>]`
2263
2264
* Textual label drawn vertically
@@ -2643,11 +2644,12 @@ Some types may inherit styles from parent types.
2643
2644
* noclip - boolean, set to true to allow the element to exceed formspec bounds.
2644
2645
* textcolor - color. Default white.
2645
2646
2646
- Markup language
2647
+ Markup Language
2647
2648
---------------
2648
2649
2649
- Markup language used in `hypertext[]` elements uses tag that look like HTML tags. Some
2650
- tags can enclose text, they open with `<tagname>` and close with `</tagname>`.
2650
+ Markup language used in `hypertext[]` elements uses tags that look like HTML tags.
2651
+ The markup language is currently unstable and subject to change. Use with caution.
2652
+ Some tags can enclose text, they open with `<tagname>` and close with `</tagname>`.
2651
2653
Tags can have attributes, in that case, attributes are in the opening tag in
2652
2654
form of a key/value separated with equal signs. Attribute values should not be quoted.
2653
2655
0 commit comments