-
-
Notifications
You must be signed in to change notification settings - Fork 46
Relative links to "media" turn into html link #281
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
Labels
bug
Something isn't working
Comments
Ok I just figured out that if I add a |
Hi @cablespaghetti thanks for reporting, The problem is on Lines 131 to 187 in f312fb9
we have to update this function Regex to consider image paths, I think when you added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, thanks so much for building this. I've been putting off resurrecting my blog because of many headaches related to upgrading Jekyll. This is exactly what I need in my life!
There are a number of images which link to high resolution versions of those images in my old posts that I'm migrating e.g.
Unfortunately unless I make this an absolute link with the domain name etc I get this kind of link as a result with a non-existent HTML file.
For now I'm going to make everything absolute links but maybe this is a bug that can be rectified?
The text was updated successfully, but these errors were encountered: