mikaelbr / marked-terminal

A Renderer for the marked project. Allowing you to render Markdown to print to your Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Links with the caption being the link itself

finnp opened this issue Β· comments

Hey πŸ’ƒ

Another something I need to get off my mind. When you have a normal link in Markdown like http://www.google.com, now it would look like this

[http://www.google.com](http://www.google.com)

I think that is now pretty and could be prevented by just checking text === href and if this is the case simply print a colored

http://www.google.com

What do you think?

Nice πŸ‘