mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
docs version bump
This commit is contained in:
parent
97aa70c0a4
commit
f0ab3f4fff
9 changed files with 60 additions and 19 deletions
|
@ -175,7 +175,7 @@ You can also set overflow to "ignore" which allows text to run on to the next li
|
|||
Soft Wrapping
|
||||
-------------
|
||||
|
||||
Rich will word wrap text you print by inserting line breaks. You can disable this behavior by setting ``soft_wrap=True`` when calling :meth:`~rich.console.Console.print`. With *soft wrapping* enabled text any text that doesn't fit will run on to the following line(s), just like the builtin ``print``.
|
||||
Rich word wraps text you print by inserting line breaks. You can disable this behavior by setting ``soft_wrap=True`` when calling :meth:`~rich.console.Console.print`. With *soft wrapping* enabled text any text that doesn't fit will run on to the following line(s), just like the builtin ``print``.
|
||||
|
||||
|
||||
Cropping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue