File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,9 @@ Parameter Description
395
395
396
396
**type **: ``string `` **default **: ``------------------- ``
397
397
398
- This option allows you to customize separator after preferred choices.
398
+ This option allows you to customize the visual separator shown after the preferred
399
+ choices. You can use HTML elements like ``<hr> `` to display a more modern separator,
400
+ but you'll also need to set the `separator_html `_ option to ``true ``.
399
401
400
402
.. versionadded :: 7.1
401
403
@@ -406,7 +408,9 @@ This option allows you to customize separator after preferred choices.
406
408
407
409
**type **: ``boolean `` **default **: ``false ``
408
410
409
- If this option is true, `separator `_ option will be display as HTML instead of text
411
+ If this option is true, the `separator `_ option will be displayed as HTML instead
412
+ of text. This is useful when using HTML elements (e.g. ``<hr> ``) as a more modern
413
+ visual separator.
410
414
411
415
.. versionadded :: 7.1
412
416
You can’t perform that action at this time.
0 commit comments