-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Support gifv #458
Comments
Hi @daenney, thanks for the request. We don't currently support video embeds in markdown, and we're not currently adding any more extensions to our Markdown support. Someday we may adopt CommonMark, so you might be interested in this conversation Either way, there's not a change we could make to this project to implement support for it, so I'm going to close this issue. Thanks again for the request. |
If anyone's interested - wrote this to use with my team, but recognize that it might be helpful to others as well https://github.com/rikonor/github-gifv-support |
I wrote and maintain an extension that renders .gifv from several sources (imgur, gfycat, instagram) in GitHub issues. It will also work with comment previews and XHR-rendered comments because it uses MutationObservers to scan for dom changes and process new gifs. |
Imgur's .gifv isn't supported when used in a
![alt text](link)
markup . I know it's not exactly an image, but then neither is an animated GIF.The text was updated successfully, but these errors were encountered: