Skip to content
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

Image links that don't end with an extension don't get recognized #198

Closed
jonaswouters opened this issue Apr 13, 2016 · 1 comment
Closed

Comments

@jonaswouters
Copy link

Image links that don't end with an image extension don't get recognized.

Example

[![ReportCard][ReportCard-Image]][ReportCard-URL] 
[![Build][Build-Status-Image]][Build-Status-URL] 

[ReportCard-URL]: https://goreportcard.com/report/jonaswouters/goclerk
[ReportCard-Image]: https://goreportcard.com/badge/jonaswouters/goclerk
[Build-Status-URL]: https://travis-ci.org/jonaswouters/goclerk
[Build-Status-Image]: https://travis-ci.org/jonaswouters/goclerk.svg?branch=master

The build image from travis to specify a branch https://travis-ci.org/jonaswouters/goclerk.svg?branch=master
An image link that redirects to the actual image: https://goreportcard.com/badge/jonaswouters/goclerk

Thanks

vsch added a commit that referenced this issue Apr 13, 2016
@vsch
Copy link
Owner

vsch commented Apr 13, 2016

@jonaswouters, issue fixed.

  1. Now image links without extension are assumed to be correct. No error or warning is generated for these links.
  2. Query strings are now stripped from the link address before looking for an extension.

Download and install plugin from disk: https://github.com/vsch/idea-multimarkdown/raw/master/dist/idea-multimarkdown.1.4.10.6.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants