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

Image inside a link produces invalid HTML in preview #22

Open
jjok opened this issue Aug 22, 2013 · 1 comment
Open

Image inside a link produces invalid HTML in preview #22

jjok opened this issue Aug 22, 2013 · 1 comment

Comments

@jjok
Copy link

jjok commented Aug 22, 2013

Also, the URLs for the image source and the link are the wrong way round.

[![alt text](http://example.com/image.png)](http://example.com)

Produces:

<p><a href="http://example.com/image.png"><img src="http://example.com" alt="alt text</a>" /></p>

Should be:

    <p><a href="http://example.com"><img src="http://example.com/image.png" alt="alt text" /></a></p>
@jjok
Copy link
Author

jjok commented Oct 4, 2013

Maybe #25 ?

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

1 participant