blob: 9773c330149be4beda4f402ba295e9f813a6e7f8 (
plain)
1
2
3
4
|
from rich import print
print("If your terminal supports links, the following text should be clickable:")
print("[link=https://www.willmcgugan.com][i]Visit [red]my[/red][/i] [yellow]Blog[/]")
|