diff --git a/src/Grok/Grok.csproj b/src/Grok/Grok.csproj index 4535293..357d2b1 100644 --- a/src/Grok/Grok.csproj +++ b/src/Grok/Grok.csproj @@ -26,10 +26,10 @@ - + - + diff --git a/src/Grok/Interactive.cs b/src/Grok/Interactive.cs index 28c756f..d7265e0 100644 --- a/src/Grok/Interactive.cs +++ b/src/Grok/Interactive.cs @@ -161,7 +161,7 @@ async Task InputListener() { var link = url.GetString() ?? ""; grid.AddRow(new Markup(":globe_with_meridians:"), new Text(tool.Function.Name), - new Text(link, new Style(Color.Blue, link: link))); + new Spectre.Console.Markup($"[blue][link={link}]{Spectre.Console.Markup.Escape(link)}[/][/]")); } } else