-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Auto parse image links #293
Comments
what is an "image link"? |
@majimboo https://github.com/erusev/parsedown/wiki/Writing-Extensions all you need to do is to rewrite original function which parses inline links, call parent function of same name, catch the result, and if its an array, change the resulting element key from a to img and parameter href to src. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a builtin function to auto parse image links and turn them into image markup?
The text was updated successfully, but these errors were encountered: