From 3006b2788a5e494eb00babb948fbd365f340a150 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 4 Oct 2022 10:54:55 +0100 Subject: [PATCH] italics --- docs/source/console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/console.rst b/docs/source/console.rst index 28b47ad1..5a3a3159 100644 --- a/docs/source/console.rst +++ b/docs/source/console.rst @@ -425,6 +425,6 @@ If the environment variable ``FORCE_COLOR`` is set, then color/styles will be en If the environment variable ``NO_COLOR`` is set, Rich will disable all color in the output. This takes precedence over ``FORCE_COLOR``. See `no_color `_ for details. .. note:: - The ``NO_COLOR`` environment variable removes _color_ only. Styles such as bold / italic etc. are preserved. + The ``NO_COLOR`` environment variable removes *color* only. Styles such as bold / italic etc. are preserved. If ``width`` / ``height`` arguments are not explicitly provided as arguments to ``Console`` then the environment variables ``COLUMNS``/``LINES`` can be used to set the console width/height. ``JUPYTER_COLUMNS``/``JUPYTER_LINES`` behave similarly and are used in Jupyter.