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

Fail to render the same image twice with a markdown file. #54

Open
jbranchaud opened this issue Jun 24, 2014 · 0 comments
Open

Fail to render the same image twice with a markdown file. #54

jbranchaud opened this issue Jun 24, 2014 · 0 comments

Comments

@jbranchaud
Copy link

I have a markdown file with some content like the following:

...
Here is some image:

![some image](image01.png)

Here is the same image again:

![some image](image01.png)

When I run that through gimli, neither of the images are rendered. If I remove the second image tag, then the first one is rendered fine. While it may not be the most common use case, it seems to me that it should be able to render the same image multiple times. However, the current behavior seems to be render it exactly once or not at all.

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

No branches or pull requests

1 participant