Merge pull request #10892 from MJacred/patch-2

Document new bbcode [br] in RichTextLabel
This commit is contained in:
Max Hilbrunner
2025-04-25 23:17:15 +02:00
committed by GitHub

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