File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
968970By default, the ``[ul] `` tag uses the ``U+2022 `` "Bullet" Unicode glyph as the
969971bullet character. This behavior is similar to web browsers. The bullet character
970972can 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
975977See `Bullet (typography) on Wikipedia <https://en.wikipedia.org/wiki/Bullet_(typography) >`__
976978for a list of common bullet characters that you can paste directly in the ``bullet `` parameter.
You can’t perform that action at this time.
0 commit comments