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

Should load images with relative paths from the markdown file's location #2

Open
edbrannin opened this issue Nov 11, 2013 · 0 comments
Labels

Comments

@edbrannin
Copy link

Images in my markdown file aren't loading, and it's not clear to me where it's trying to load them from.

Input markdown:

If the lines are not randomized at all, the chart will look like this:

![input line number = output line number](lines-chart-not-random.png "input line number = output line number")

If the lines are randomized, the chart should look more like this:

![these lines are in random order.](lines-chart-random.png "these lines are in random order.")

Compiled HTML:

<p>If the lines are not randomized at all, the chart will look like this:</p>

<p><img src="lines-chart-not-random.png" alt="input line number = output line number" title="input line number = output line number" /></p>

<p>If the lines are randomized, the chart should look more like this:</p>

<p><img src="lines-chart-random.png" alt="these lines are in random order." title="these lines are in random order." /></p>

Visible result:

Images aren't loading.

I have triple-checked that the images do exist in the same folder as the README.mdown this is from.

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

No branches or pull requests

1 participant