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
We currently render Markdown URLs as {text} ({URL}) (with coloring). Many terminals now support hyperlinks using OSC-8. It would be nice to detect hyperlink support and use OSC-8 hyperlinks.
We currently render Markdown URLs as
{text} ({URL})(with coloring). Many terminals now support hyperlinks using OSC-8. It would be nice to detect hyperlink support and use OSC-8 hyperlinks.Follow-up to #211.