Closed concatime closed 6 years ago
Hi there. It would be great if we can import svg file into html. Something like <%+ "image.svg" %>. If the link ends with .svg, just copy the content, without parsing. Right now, I'm getting image.svg not parsed
<%+ "image.svg" %>
.svg
image.svg not parsed
There is already option extensions for that. Please read the README for detail. Thanks.
extensions
Hi there. It would be great if we can import svg file into html. Something like
<%+ "image.svg" %>
. If the link ends with.svg
, just copy the content, without parsing. Right now, I'm gettingimage.svg not parsed