mirror of https://github.com/Textualize/rich.git
added recording
This commit is contained in:
parent
152317bfd6
commit
4d63beeb73
|
@ -131,7 +131,11 @@ Please use this feature wisely.
|
|||
|
||||
## Tables
|
||||
|
||||
Rich can render flexible [tables](https://rich.readthedocs.io/en/latest/tables.html) with unicode box characters. There is a large variety of formatting options for borders, styles, cell alignment etc. Here's a simple example:
|
||||
Rich can render flexible [tables](https://rich.readthedocs.io/en/latest/tables.html) with unicode box characters. There is a large variety of formatting options for borders, styles, cell alignment etc.
|
||||
|
||||
[![asciicast](https://asciinema.org/a/rIihi2rm7KzrR3jdsZwBxUdFB.svg)](https://asciinema.org/a/rIihi2rm7KzrR3jdsZwBxUdFB)
|
||||
|
||||
Here's a simple example:
|
||||
|
||||
```python
|
||||
from rich.console import Console
|
||||
|
|
Loading…
Reference in New Issue