Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-linkify Markdown, too #336

Closed
rugk opened this issue Jul 1, 2018 · 5 comments
Closed

Auto-linkify Markdown, too #336

rugk opened this issue Jul 1, 2018 · 5 comments

Comments

@rugk
Copy link
Member

rugk commented Jul 1, 2018

In #335 I noticed that actually Markdown does not auto-link links as plain text does. Does not showdown do so?

Maybe we just need to enable it there – or apply our own "linkifier".

I know it's not the "original" Markdown and just the one you are used to from GitHub etc., but I guess it is a bit counterproductive that plain text has this feature while markdown mode has not, i.e. regarding this feature plain-text has more features than Markdown… 🤔

@otaku
Copy link
Contributor

otaku commented Jul 1, 2018

Are you referring to simplifiedAutoLink ? There should be support for markdown links without this enabled. If it's markdown anyway, should the format method not have preference instead of auto converting everything to a link

@rugk
Copy link
Member Author

rugk commented Jul 1, 2018

It's just about converting "https://example.com" automatically to a link, when this is mentioned in a Markdown file.

@rugk
Copy link
Member Author

rugk commented Jul 1, 2018

So yes it is about simplifiedAutoLink. And I would enable excludeTrailingPunctuationFromURLs.

@elrido
Copy link
Contributor

elrido commented Jul 1, 2018

Go for it or mark it with 1.4 milestone, if you don't have time right now.

@rugk rugk closed this as completed in c1ab1dd Jul 1, 2018
@elrido
Copy link
Contributor

elrido commented Jul 2, 2018

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants