Can I clear all formatting? #3095
Unanswered
kubinka0505
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm afraid I don't understand your question. Have you read the docs on Console markup? https://rich.readthedocs.io/en/latest/markup.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I reset the text formatting in
rich.rprint
not using defined style?As visible I've not used the style in the text — I am looking for something global.
I've also tried with
rich.markdown
and<b><font color=red>a text</font></b>
, but with no results besides text printed after 2 new lines.Beta Was this translation helpful? Give feedback.
All reactions