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
Hi, I'd like to add some atributes to images but it doesn't work. Not sure whether is a markdown-it-attrs issue or I'm doing something wrong. Thanks!
markdown-it-attrs
Example input:
![Alt text](image.jpg){.image}
Current output:
<p class="image"><img src="image.jpg" alt="Alt text"></p>
Expected output:
<p><img src="image.jpg" alt="Alt text" class="image"></p>
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Seems to be a bug. I'll look into it.
Sorry, something went wrong.
fix inline images, fixes #46
4c9a84c
84d3f92
Fixed in v1.1.0.
v1.1.0
Thank you so much!
No branches or pull requests
Hi, I'd like to add some atributes to images but it doesn't work. Not sure whether is a
markdown-it-attrs
issue or I'm doing something wrong.Thanks!
Example input:
Current output:
Expected output:
The text was updated successfully, but these errors were encountered: