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

links don't render properly #76

Closed
crdx opened this issue Jun 20, 2013 · 3 comments
Closed

links don't render properly #76

crdx opened this issue Jun 20, 2013 · 3 comments

Comments

@crdx
Copy link

crdx commented Jun 20, 2013

Using Chrome (beta channel), in Gmail, links don't render properly. (I know I'm using the beta channel, but I thought it might be worth reporting anyway.)

Update: okay, so it only seems to happen if the URL is already being treated as a URL by Gmail i.e., it's displayed in blue. However, I'm almost certain it hasn't always behaved like this, and if it has, it's probably something MDH should be able to handle.

Text so it can be tested:

[test](https://github.com/adam-p/markdown-here/issues/76)

Plain text:

image

Rendered:

image

The HTML (using devtools) appears to be:

<a href="[https://github.com/adam-p/markdown-here/issues/76](https://github.com/adam-p/markdown-here/issues/76">test</a>)
@adam-p
Copy link
Owner

adam-p commented Jun 20, 2013

Thanks for the report. This is issue #69 and will be fixed in the next release.

The problem is exactly as you describe: Pre-rendered HTML links in the MD link cause the problem, and it was introduced in the latest release.

@adam-p adam-p closed this as completed Jun 20, 2013
@crdx
Copy link
Author

crdx commented Jun 20, 2013

I see! Sorry for the duplicate. I had a look over past issues and didn't spot anything.

@adam-p
Copy link
Owner

adam-p commented Jun 20, 2013

No need to apologize. It's great when people create issues, and it's even better when I've already fixed them. Now, I just need to get the next release ready...

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

2 participants