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
395395
396396**type **: ``string `` **default **: ``------------------- ``
397397
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 ``.
399401
400402.. versionadded :: 7.1
401403
@@ -406,7 +408,9 @@ This option allows you to customize separator after preferred choices.
406408
407409**type **: ``boolean `` **default **: ``false ``
408410
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.
410414
411415.. versionadded :: 7.1
412416
You can’t perform that action at this time.
0 commit comments