Does the behavior of urls from Rich markdown vary across terminals .? #3707
-
Hello Team, I wanted to discuss the feasibility of this particular use-case Rendering url links inside a table using
Linux ( Doesn't work )
Mac OSX
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
These type of links created with Rich link markup aren't supported everywhere, as discussed recently #3685 (comment) However you can achieve this using Textual's action Links. This is what is used internally by Textual's [EDIT: Sorry ignore my previous post, I clearly didn't read your code example very closely!] |
Beta Was this translation helpful? Give feedback.
-
Thanks @TomJGooding for pointing it out, was able to achieve the use case with
Use-case
|
Beta Was this translation helpful? Give feedback.
These type of links created with Rich link markup aren't supported everywhere, as discussed recently #3685 (comment)
However you can achieve this using Textual's action Links.
This is what is used internally by Textual's
Markdown
widget. Is there a reason you're using Rich markdown instead?[EDIT: Sorry ignore my previous post, I clearly didn't read your code example very closely!]