summaryrefslogtreecommitdiffstats
path: root/examples/link.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/link.py')
-rw-r--r--examples/link.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/link.py b/examples/link.py
new file mode 100644
index 0000000..9773c33
--- /dev/null
+++ b/examples/link.py
@@ -0,0 +1,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[/]")