mirror of
https://github.com/Textualize/rich.git
synced 2025-08-19 01:40:37 +00:00
Merge branch 'master' of github.com:willmcgugan/rich
This commit is contained in:
commit
7867404b8d
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ class Console:
|
||||||
clear (bool, optional): Set to ``True`` to clear the record buffer after generating the HTML.
|
clear (bool, optional): Set to ``True`` to clear the record buffer after generating the HTML.
|
||||||
code_format (str, optional): Format string to render HTML, should contain {foreground}
|
code_format (str, optional): Format string to render HTML, should contain {foreground}
|
||||||
{background} and {code}.
|
{background} and {code}.
|
||||||
inline_styes (bool, optional): If ``True`` styles will be inlined in to spans, which makes files
|
inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files
|
||||||
larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag.
|
larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag.
|
||||||
Defaults to False.
|
Defaults to False.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue