I had the following problem on my blog: the images I put in my Markdown posts were not using Next.js Image component (which is pretty nice, as it lazy loads images and optimizes dimensions).<p>I finally found an elegant way to solve this issue, and thought it could save some time to other developers :)