RittmanMead / md_to_conf

Markdown to Confluence import
MIT License
231 stars 84 forks source link

Final image on page used for all images #32

Open syphernl opened 3 years ago

syphernl commented 3 years ago

When converting an MD page (in our case an export of our Outline Wiki) it appears that the final image on the page is used for all images that are there.

For instance:

All 4 images will be the image of cat instead of the (unique) other images.

Images are in the Markdown as such:

First
 ![](uploads/d7ae0a41-0d4b-4710-9f13-c40fb889b142/5d1fa456-68c9-4b55-bda6-7da3a0d8664a/image.png)

Second
 ![](uploads/d7ae0a41-0d4b-4710-9f13-c40fb889b142/12fe282c-aa18-43a4-90a9-aa5617b3801f/image.png)

The problem seems to be that it uploads all found images as image.png, overwriting the previous one