mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
Document hypertext escaping (#11374)
This commit is contained in:
parent
a7143c2a8c
commit
b5c09ada79
@ -2980,6 +2980,9 @@ Some tags can enclose text, they open with `<tagname>` and close with `</tagname
|
||||
Tags can have attributes, in that case, attributes are in the opening tag in
|
||||
form of a key/value separated with equal signs. Attribute values should not be quoted.
|
||||
|
||||
If you want to insert a literal greater-than sign or a backslash into the text,
|
||||
you must escape it by preceding it with a backslash.
|
||||
|
||||
These are the technically basic tags but see below for usual tags. Base tags are:
|
||||
|
||||
`<style color=... font=... size=...>...</style>`
|
||||
|
Loading…
Reference in New Issue
Block a user