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
@bluemodus-acoats Thanks for the suggestion, but this is already supported. See dotnet example links for an example.
if(AnsiConsole.Capabilities.SupportLinks){AnsiConsole.MarkupLine("[link=https://patriksvensson.se]Click to visit my blog[/]!");}else{AnsiConsole.MarkupLine("[red]It looks like your terminal doesn't support links[/]");AnsiConsole.MarkupLine("[yellow](╯°□°)╯[/]︵ [blue]┻━┻[/]");}
I would be great to be able to use the Markdown like syntax to create clickable WIndows Hyperlinks.
https://devblogs.microsoft.com/commandline/windows-terminal-preview-1-4-release/#hyperlink-support
The text was updated successfully, but these errors were encountered: