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
Describe the bug
justify doesn't work for console.log calls while it does work correctly for console.print calls.
The docs state that console.log should support justify, so I considered this as a bug. Please label it as a feature request if you think otherwise.
To Reproduce
console.log("This should be centered", justify="center")
Platform
OS: macOS Big Sur
Python 3.7.7
Rich 9.2.0
The text was updated successfully, but these errors were encountered:
Describe the bug
justify doesn't work for
console.log
calls while it does work correctly forconsole.print
calls.The docs state that
console.log
should supportjustify
, so I considered this as a bug. Please label it as a feature request if you think otherwise.To Reproduce
Platform
OS: macOS Big Sur
Python 3.7.7
Rich 9.2.0
The text was updated successfully, but these errors were encountered: