From d7a41d57f66b575b64b97b0bf11bbc3cbc51ab57 Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Wed, 12 Jan 2022 18:41:30 +0300 Subject: [PATCH] Add info about [lb] and [rb] BBCodes --- tutorials/ui/bbcode_in_richtextlabel.rst | 5 +++++ 1 file changed, 5 insertions(+) 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]``,