Sfoglia il codice sorgente

Merge pull request #5508 from dalexeev/lb-rb-bbcodes

Rémi Verschelde 3 anni fa
parent
commit
41949370a6
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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]``
     - ``[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.
   * - | Several Unicode control character can be added using their own tags.
 
 
     - | ``[lrm]``, ``[rlm]``, ``[lre]``, ``[rle]``, ``[lro]``, ``[rlo]``,
     - | ``[lrm]``, ``[rlm]``, ``[lre]``, ``[rle]``, ``[lro]``, ``[rlo]``,