You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It unclear to me at this time whether there is any hierarchy controlling whether it is possible to override the systemwide setting of 'highlight' variable in the Console() function or not.
10.8.0
Added
Added Panel.subtitle
Added Panel.subtitle_align
Added rich.json.JSON
Added rich.print_json and Console.print_json
Fixed
Fixed a bug where calling rich.reconfigure within a pytest_configure hook would lead to a crash
Fixed highlight not being passed through options Textualize/rich#1404
Describe the bug
The
highlight
keyword does not affect padded text, either to turn highlighting off or to turn it on.To Reproduce
Expected output: numbers are not highlighted.
Actual output: numbers are highlighted.
Expected output: numbers are highlighted.
Actual output: numbers are not highlighted.
Platform
macOS 11.5.1
iTerm2 3.4.8
rich==10.7.0
The text was updated successfully, but these errors were encountered: