mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
doc
This commit is contained in:
parent
426e2098ca
commit
857d8e0b6c
1 changed files with 1 additions and 1 deletions
|
@ -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]")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue