This commit is contained in:
Will McGugan 2020-09-12 14:57:34 +01:00
parent 426e2098ca
commit 857d8e0b6c

View file

@ -38,7 +38,7 @@ If your terminal software supports hyperlinks, you will be able to click the wor
Escaping
~~~~~~~~
Occasionally you may want to print something that Rich would interpret as markup. You can *escape* a tab by preceding it with backslash. Here's an example::
Occasionally you may want to print something that Rich would interpret as markup. You can *escape* a tag by preceding it with backslash. Here's an example::
>>> from rich import print
>>> print("foo\[bar]")