Document new bbcode [br] in RichTextLabel

This commit is contained in:
MJacred
2025-04-25 15:53:23 +02:00
committed by GitHub
parent 10016f5e32
commit f0258bd879

View File

@@ -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]``.