Browse Source

Add info about [lb] and [rb] BBCodes

Danil Alexeev 3 years ago
parent
commit
d7a41d57f6
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tutorials/ui/bbcode_in_richtextlabel.rst

+ 5 - 0
tutorials/ui/bbcode_in_richtextlabel.rst

@@ -223,6 +223,11 @@ Reference
 
     - ``[ol type={type}]{items}[/ol]``
 
+  * - | **lb**, **rb**
+      | Adds ``[`` and ``]`` respectively. Allows escaping BBCode markup.
+
+    - | ``[lb]b[rb]text[lb]/b[rb]`` will display as ``[b]text[/b]``.
+
   * - | Several Unicode control character can be added using their own tags.
 
     - | ``[lrm]``, ``[rlm]``, ``[lre]``, ``[rle]``, ``[lro]``, ``[rlo]``,