showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.19k stars 1.56k forks source link

simplifiedAutoLink does not find mailto: links in a comma separated list #956

Open gorgatron1 opened 1 year ago

gorgatron1 commented 1 year ago

GitHub markdown lets you write:

foo@example.com, bar@example.com

but showdown only picks up the second link. I think the , needs to be allowed in the follow set when it detects email addresses.