You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial/commands/help.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ Then you can use more formatting in the docstrings and the `help` parameter for
208
208
209
209
/// info
210
210
211
-
By default, `rich_markup_mode` is `None`, which disables any rich text formatting.
211
+
By default, `rich_markup_mode` is `None` if Rich is not installed, and `"rich"` if it is installed. In the latter case, you can set `rich_markup_mode` to `None` to disable rich text formatting.
0 commit comments