We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I searched for a long time on how you should set the background color inside a string.
Setting the whole background using --style, e.g. --style="on yellow" is clearly documented.
--style
--style="on yellow"
But it took me experimentation to figure out that you can use the syntax [on yellow] inside strings. For example:
[on yellow]
I think this should be documented better.
Thanks for a great tool!
The text was updated successfully, but these errors were encountered:
Console markup is described in the Rich documentation:
https://rich.readthedocs.io/en/stable/markup.html
Sorry, something went wrong.
No branches or pull requests
I searched for a long time on how you should set the background color inside a string.
Setting the whole background using
--style
, e.g.--style="on yellow"
is clearly documented.But it took me experimentation to figure out that you can use the syntax
[on yellow]
inside strings. For example:I think this should be documented better.
Thanks for a great tool!
The text was updated successfully, but these errors were encountered: