If I’m reading the code correctly, pasting an image and saving it to the file system requires the image to be in the image clipboard. However, SVGs are stored in the text clipboard; therefore, no file is created, and the SVG is pasted as plain text into the markdown.
While this will still render, a long SVG can mess up markdown readability.
If I’m reading the code correctly, pasting an image and saving it to the file system requires the image to be in the image clipboard. However, SVGs are stored in the text clipboard; therefore, no file is created, and the SVG is pasted as plain text into the markdown.
While this will still render, a long SVG can mess up markdown readability.