We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
Maybe #25 ?
Sorry, something went wrong.
No branches or pull requests
Also, the URLs for the image source and the link are the wrong way round.
Produces:
Should be:
The text was updated successfully, but these errors were encountered: