From 9953145a4efe5d2487ec8f5edc76cf8e418b7b41 Mon Sep 17 00:00:00 2001 From: v-rob Date: Sat, 28 Mar 2020 13:54:19 -0700 Subject: [PATCH] Formspec: Mark `hypertext` and markup language as unstable --- doc/lua_api.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index c94af6125..86e8d6575 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2255,9 +2255,10 @@ Elements ### `hypertext[,;,;;]` * Displays a static formatted text with hyperlinks. +* **Note**: This element is currently unstable and subject to change. * `x`, `y`, `w` and `h` work as per field * `name` is the name of the field as returned in fields to `on_receive_fields` in case of action in text. -* `text` is the formatted text using `markup language` described below. +* `text` is the formatted text using `Markup Language` described below. ### `vertlabel[,;