hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different behaviour for email address from MarkdownSharp

matt-richardson opened this issue · comments

We are looking to convert from MarkdownSharp to this one, and as a sanity check, I ran the MarkdownSharp tests against this code base, and the only difference is in the way it encodes email addresses.

Looking at the history, it appears that 479907f changed the behaviour for email addresses.

The old way only handled email addresses wrapped in angle brackets, ie <address@domain.foo> whereas it now allows emails without the angle brackets, ie address@domain.foo.

Would you consider a PR to allow selection of old/new behaviour behind an option?

Fixed by #76

commented

@matt-richardson currently by default emails autolinked only with angle brackets, 4dc3ede
Package updates will be soon.