-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
img tag is converted to invalid xml #69
Comments
I just tried, and it still keeps converting to an unclosed tag without spaceship, could you have a try in your side? Thanks and Regards |
There are multiple thumbnail gems, maybe that is why it looks different for you. |
Thanks for your information, is it that I need to install this gem to reproduce the issue? Thanks and Regards |
Kramdown itself inserts an end slashes for images (and other elements): However, only when I use the jekyll-thumbnail gem, without the spaceship gem, I get the desired closed img tags: I tried to add So, yes, the thumbnail gem is needed to reproduce this. |
@KjellMorgenstern I know what you mean, let me have a check and find a solution. Thank you! : ) |
In my document I have image tags like
<img src="someimage.png"/>
As soon as I include the spaceship gem, the tags are converted to
<img src="someimage.png">
The "/" at the end is removed.
This is not valid xhtml anymore and breaks some parsers.
The text was updated successfully, but these errors were encountered: