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
Hello, In parsedown how to alter the image sizes when use reference links for image
![enter image description here][1] [1]: https://www.allaboutbirds.org/guide/bbimages/aab/images/blue-winged-warbler.jpg 100%x300
Then the out put would be
<img src="https://www.allaboutbirds.org/guide/bbimages/aab/images/blue-winged-warbler.jpg" width="100%" height="300">
Not sure what I need for php side of things to enable it?
The text was updated successfully, but these errors were encountered:
This may help any one who interested http://stackoverflow.com/questions/41561684/parsedown-set-image-width-and-height/41609464#41609464
Sorry, something went wrong.
This is probably best achieved by an extension (as mentioned in the link) :)
No branches or pull requests
Hello, In parsedown how to alter the image sizes when use reference links for image
Then the out put would be
Not sure what I need for php side of things to enable it?
The text was updated successfully, but these errors were encountered: