Rendering links
glow-renderer markdown files look awesome! Sometimes, when a markdown document contains a lot of links though, the output can look quite cluttered. Did you ever think about an option to not render links, just the [link description] part, in i.e. bold?
I wonder if it needs to be a global option, or if a slightly modified style would already suffice here. Just to understand you completely: it sounds like you would only enable it occasionally though, when viewing messy documents?
there are also escape sequences for links for certain terminals. would be cool to detect and linkify.
I wonder if it needs to be a global option, or if a slightly modified style would already suffice here. Just to understand you completely: it sounds like you would only enable it occasionally though, when viewing messy documents?
Depends! Maybe it will look so nice, that I'll just leave link rendering (in whatever form) enabled at all times. I personally don't need to see the links all the time.
You could tweak this behavior in your own style. Check out the documentation and style definitions at https://github.com/charmbracelet/glamour/tree/master/styles
That very close to what I'm looking for! Thanks, will have a look at it
Hi there, did you end up making your own style to add this feature?
I have a similar problem, if the link is very big, it will get split between lines and break, at least in my terminal (Kitty).
Here's such a case:

As you can see the squiggly line is only under the first part of the broken link.
Could this be solved with a custom theme, or would it just decrease the odds of something like this happening because usually the text is smaller than the hyperlinks?