From: v-rob Date: Sat, 28 Mar 2020 20:54:19 +0000 (-0700) Subject: Formspec: Mark `hypertext` and markup language as unstable X-Git-Tag: 5.2.0~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9953145a4efe5d2487ec8f5edc76cf8e418b7b41;p=oweals%2Fminetest.git Formspec: Mark `hypertext` and markup language as unstable --- 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[,;