Install Jekyll following the instructions at jekyllrb.com.
gem install jekyll bundler
jekyll new smartSVG
cd smartSVGSimply copy the SmartSVG:tm: as inline into your markdown file.
---
layout: default
title: In-line in Markdoown
---
# SVG as Include in HTRML.
{::nomarkdown}
<svg
....
</svg>
{:/}Put the markdown file into your document structure and serve the page with
bundle exec jekyll serveAs an example copy the example file
equivalent.md
into you smartSVG directory and serve the page. Direct your browser to
[http://localhost:4000/equivalent/] and observe the embedded smart SVG.
Alternatively have a look at the page here.