AutoEmail #141

Open
opened 2026-01-29 14:28:33 +00:00 by claunia · 3 comments
Owner

Originally created by @JCKodel on GitHub (Sep 22, 2017).

If www.x.y is recognized as a link to the Auto-Link extension, why e-mail addresses are not?
Tried to implement myself, but I couldn't =\

www.google.com and someone@somewhere.com

should be

(http://www.google.com) and (mailto:someone@somewhere.com)
Originally created by @JCKodel on GitHub (Sep 22, 2017). If www.x.y is recognized as a link to the Auto-Link extension, why e-mail addresses are not? Tried to implement myself, but I couldn't =\ ``` www.google.com and someone@somewhere.com ``` should be ``` (http://www.google.com) and (mailto:someone@somewhere.com) ```
claunia added the enhancementPR Welcome! labels 2026-01-29 14:28:33 +00:00
Author
Owner

@xoofx commented on GitHub (Sep 22, 2017):

its just that... it was not implemented 😉 Currently no spare time for this, but PR welcome

@xoofx commented on GitHub (Sep 22, 2017): its just that... it was not implemented 😉 Currently no spare time for this, but PR welcome
Author
Owner

@TerribleDev commented on GitHub (Feb 4, 2019):

@xoofx @JCKodel I know this is old, but I can take this on.

@xoofx should this be part of the link inline plugin, or should this be a new plugin?

@TerribleDev commented on GitHub (Feb 4, 2019): @xoofx @JCKodel I know this is old, but I can take this on. @xoofx should this be part of the link inline plugin, or should this be a new plugin?
Author
Owner

@MihaZupan commented on GitHub (Feb 4, 2019):

@TerribleDev I'd say it fits in AutoLinkParser
Or just under the AutoLinks extensions as a separate parser

@MihaZupan commented on GitHub (Feb 4, 2019): @TerribleDev I'd say it fits in `AutoLinkParser` Or just under the AutoLinks extensions as a separate parser
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#141