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

URL in [...](link) gets Double Linked #417

Closed
donatj opened this issue Aug 15, 2016 · 2 comments
Closed

URL in [...](link) gets Double Linked #417

donatj opened this issue Aug 15, 2016 · 2 comments

Comments

@donatj
Copy link
Contributor

donatj commented Aug 15, 2016

If you have a URL in your content to be linked, it comes out double linked.

For example

[https://example.com](http://local.example.com)

outputs wrapped in two <a> tags:

<p><a href="http://local.example.com"><a href="https://example.com">https://example.com</a></a> </p>

Whereas in other parsers including Github's (ex: https://example.com ) it comes out:

<p><a href="http://local.example.com">https://example.com</a> </p>
@PhrozenByte
Copy link
Contributor

dup of #358

@aidantwoods
Copy link
Collaborator

Fixed in #433

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants