This tag will embed the SVG file into the HTML, wrapped in a div.
Installation
1 | npm install hexo-tag-svg-include |
Usage
Using this tag will not update the diagram when editing the
svg
file. You should also re-save the markdown file or restart the server.
1 | {% svg_include drawing.svg %} |