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

Parsing URL inside <a> tag #456

Closed
adam-boduch opened this issue Dec 30, 2016 · 1 comment
Closed

Parsing URL inside <a> tag #456

adam-boduch opened this issue Dec 30, 2016 · 1 comment

Comments

@adam-boduch
Copy link

Parsedown MUST NOT parse URL inside <a> tag.
Input text:

<a href="http://www.google.com">http://www.google.com</a>

Correct output (original Markdown PHP 1.3):

<p><a href="http://www.google.com">http://www.google.com</a></p>

Incorrect output (Parsedown):

<p><a href="http://www.google.com"><a href="http://www.google.com">http://www.google.com</a></a></p>

@cebe
Copy link
Contributor

cebe commented Dec 31, 2016

duplicate of #432

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

2 participants