Skip to content

Commit 72095a3

Browse files
committed
Fix incorrect [ul bullet=...] description in BBCode in RichTextLabel
- Mention `[br]` behavior when used in a list item.
1 parent bae4de3 commit 72095a3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tutorials/ui/bbcode_in_richtextlabel.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,9 @@ Reference
278278
| ``[p {options}]{text}[/p]``
279279
280280
* - | **br**
281-
| Adds line break in a text.
281+
| Adds line break in a text, without adding a new paragraph.
282+
If used within a list, this won't create a new list item,
283+
but will add a line break within the current item instead.
282284
283285
- ``[br]``
284286

@@ -968,9 +970,9 @@ Unordered list bullet
968970
By default, the ``[ul]`` tag uses the ``U+2022`` "Bullet" Unicode glyph as the
969971
bullet character. This behavior is similar to web browsers. The bullet character
970972
can be customized using ``[ul bullet={bullet}]``. If provided, this ``{bullet}``
971-
parameter must be a *single* character with no enclosing quotes (for example,
972-
``[bullet=*]``). Additional characters are ignored. The bullet character's
973-
width does not affect the list's formatting.
973+
parameter must be a string with no enclosing quotes (for example,
974+
``[bullet=*]``). You can add trailing spaces after the bullet character
975+
to increase the spacing between the bullet and the list item text.
974976

975977
See `Bullet (typography) on Wikipedia <https://en.wikipedia.org/wiki/Bullet_(typography)>`__
976978
for a list of common bullet characters that you can paste directly in the ``bullet`` parameter.

0 commit comments

Comments
 (0)