Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document hypertext escaping (#11374)
  • Loading branch information
Wuzzy2 committed Jun 22, 2021
1 parent a7143c2 commit b5c09ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/lua_api.txt
Expand Up @@ -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>`
Expand Down

0 comments on commit b5c09ad

Please sign in to comment.