diff --git a/tutorials/ui/bbcode_in_richtextlabel.rst b/tutorials/ui/bbcode_in_richtextlabel.rst index e8c569d88..00172d15f 100644 --- a/tutorials/ui/bbcode_in_richtextlabel.rst +++ b/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]``,