-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
MD links should automatically add scheme #57
Comments
I think I see what you mean. I'll detail some reproduction scenarios... In Gmail, without using Markdown Here,
In Gmail-with-MDH:
Recipient client behaviour for schema-less link:
I'm going to change the title of this bug. |
Fixed in rev a6ce210 |
For future reference (I'm pretending I'll see this again): This feature/fix makes a lot of sense for in an email environment, where relative links make no sense, and where the writer doesn't control the scheme at the time the reader views the rendered result. However, it does not make sense for more web-page-like uses (like blog posts), where the writer might want/expect relative links or to leave the scheme blank so that it matches the scheme that the reader is using to view the site. |
adam-p#57 (comment) This feature/fix makes a lot of sense for in an email environment, where relative links make no sense, and where the writer doesn't control the scheme at the time the reader views the rendered result. However, it does not make sense for more web-page-like uses (like blog posts), where the writer might want/expect relative links or to leave the scheme blank so that it matches the scheme that the reader is using to view the site.
Links without an
http://
prefix aren't read correctly in Apple Mail. It tries to use the x-msg protocol to open them instead of a web browser, which doesn't work.I believe GMail normally corrects for this by prepending links with
http://
but markdown-here avoids that fix.See also:
http://stackoverflow.com/questions/11033342/php-mail-function-prepends-x-msg-to-all-links
The text was updated successfully, but these errors were encountered: