Prechádzať zdrojové kódy

Document new bbcode [br] in RichTextLabel

MJacred 3 mesiacov pred
rodič
commit
f0258bd879
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  1. 5 0
      tutorials/ui/bbcode_in_richtextlabel.rst

+ 5 - 0
tutorials/ui/bbcode_in_richtextlabel.rst

@@ -277,6 +277,11 @@ Reference
     - | ``[p]{text}[/p]``
       | ``[p {options}]{text}[/p]``
 
+  * - | **br**
+      | Adds line break in a text.
+
+    - ``[br]``
+
   * - | **center**
       | Makes ``{text}`` horizontally centered.
       | Same as ``[p align=center]``.