mirror of
https://github.com/Textualize/rich.git
synced 2025-07-08 21:25:01 +00:00
4 lines
192 B
Python
4 lines
192 B
Python
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[/]")
|