Console protocol and highlighting #834
|
Hi Will, I'm working on a symbolic maths CLI application (mathcli) and I'm using unicodeit + rich to make things look good. To make things like symbols or variables pop up I'm using a Now to the source of my confusion:
I get it that |
Replies: 3 comments
|
Hi Federico, That sounds like a bug. I would have expected it to be treated in the same way. Leave it with me. In the meantime you could yield |
|
Give 9.5.0 (just released) a try. It should treat strings from |
|
works perfectly, thanks! |



Give 9.5.0 (just released) a try. It should treat strings from
__rich__or__rich_console__in the same way.