Hi,
I use the DevonThink extension to save web pages that contain tutorials I’m interested in. I save them in markdown format because that makes it easier for me to edit them. I’m having the following problem.
The markdown documents created by the DevonThink extensions don’t insert the links to images in the same position where they are found in the original HTML document. Instead, it creates some sort of footnote reference:
![Screenshot of Website with Login Form][24]
and then it adds the link to the image file at the end of the document like this:
[24]: https:/path_to_image.png
When I create a PDF I find that many times the images are too big. The problem is that I don’t know how to change the image size. If the link to the image is inside the document, this is not hard to do. You just do the following:

and that will affect the size of the image when the document is rendered. But I can only do this on the list of links, not in the place where the image should appear in the document. I would need to change something in:
![Screenshot of Website with Login Form][24]
but I don’t know how to do it. If there were just a few images, it would be easy to copy each one of the links to the appropriate place in the document but this is just too much of a pain when there are a lot of images.
Can anybody tell me how to do this?