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

Link parse issue #432

Closed
jinliming2 opened this issue Oct 1, 2016 · 2 comments
Closed

Link parse issue #432

jinliming2 opened this issue Oct 1, 2016 · 2 comments

Comments

@jinliming2
Copy link

jinliming2 commented Oct 1, 2016

I wrote this in my markdown file:

[https://www.example.com](https://www.example.com/?page=5&load=4)

And then, I got this by parsedown:

<p><a href="https://www.example.com/?page=5&amp;load=4"><a href="https://www.example.com">https://www.example.com</a></a></p>

But what I wanted is:

<p><a href="https://www.example.com/?page=5&load=4">https://www.example.com</a></p>
@kminchev
Copy link

kminchev commented Oct 1, 2016

Parses fine in http://parsedown.org/demo

@PhrozenByte
Copy link
Contributor

PhrozenByte commented Oct 1, 2016

@kminchev: It does not.

@772807886: You can disable auto-linking by setting $Parsedown->setUrlsLinked(false).

dup of #358

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

4 participants