mirror of https://github.com/Textualize/rich.git
docstring
This commit is contained in:
parent
6fc2bbe9ca
commit
81fe3a3d51
|
@ -223,6 +223,7 @@ class MarkdownContext:
|
|||
|
||||
@property
|
||||
def width(self) -> int:
|
||||
"""The width of the console."""
|
||||
return self.options.max_width
|
||||
|
||||
def on_text(self, text: str) -> None:
|
||||
|
|
Loading…
Reference in New Issue