-
Notifications
You must be signed in to change notification settings - Fork 302
{:class="center"}
on images is no longer rendering
#354
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
Comments
I am not sure! We need to investigate though.! |
I did some digging. apparently it's a feature of which the old blog was using: blog.rust-lang.org/Gemfile.lock Line 74 in 14389a8
This appears to be non-standard https://stackoverflow.com/questions/1058933/can-i-define-a-class-name-on-paragraph-using-markdown I think in this specific case, we can remove it, as the class isn't really doing anything, but we should also audit posts to check for any other usages of this. |
I've |
Thanks so much! Yeah, if we can actually center them, that'd be great too. |
I happened to land on this post that I happened to have written, unfortunately I don't happen to remember why I added
{:class="center"}
on the image in the markdown that isn't being interpreted and currently looks like this:I don't remember if that's a markdown feature, a jekyll feature, or a hack.
Is this obsolete and something that should just be removed? Or should the rendering be fixed? Is this feature used anywhere else on the blog? More that I don't know :P
The text was updated successfully, but these errors were encountered: