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
Hyperlinks containing an @ symbol are not properly highlighted.
It is a valid character used by multiple large websites (youtube and twitter should be enough of an example)
Screenshot with minimal code:
Expected: The whole link to be highlighted instead of just before the @
Platform
Click to expand
Windows 10, Windows Terminal v1.19, Python 3.8.6
python -m rich.diagnose
pip freeze | grep rich
rich==13.7.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Hyperlinks containing an
@
symbol are not properly highlighted.It is a valid character used by multiple large websites (youtube and twitter should be enough of an example)
Screenshot with minimal code:
Expected: The whole link to be highlighted instead of just before the
@
Platform
Click to expand
Windows 10, Windows Terminal v1.19, Python 3.8.6
python -m rich.diagnose
pip freeze | grep rich
rich==13.7.1
The text was updated successfully, but these errors were encountered: