mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 01:58:24 +00:00
spinner column
This commit is contained in:
parent
279b62b932
commit
f018047c25
8 changed files with 111 additions and 53 deletions
|
@ -81,7 +81,7 @@ The :meth:`~rich.console.Console.rule` method will draw a horizontal line with a
|
|||
|
||||
<pre style="font-family:Menlo,\'DejaVu Sans Mono\',consolas,\'Courier New\',monospace"><span style="color: #00ff00">─────────────────────────────── </span><span style="color: #800000; font-weight: bold">Chapter 2</span><span style="color: #00ff00"> ───────────────────────────────</span></pre>
|
||||
|
||||
The rule method also accepts a `style` parameter to set the style of the line, and an `align` parameter to align the title ("left", "center", or "right").
|
||||
The rule method also accepts a ``style`` parameter to set the style of the line, and an ``align`` parameter to align the title ("left", "center", or "right").
|
||||
|
||||
Low level output
|
||||
----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue