If I have a string that's already formatted, can I print it with rich? #3253
-
Beta Was this translation helpful? Give feedback.
Answered by
TomJGooding
Jan 8, 2024
Replies: 1 comment 1 reply
-
You could use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dbieber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use
Text.from_ansi
to convert the strings into something that Rich can print.