Jekyll and SmartSVG
Jekyll and SmartSVG
Install Jekyll following the instructions at jekyllrb.com.
gem install jekyll bundler
jekyll new smartSVG
cd smartSVG
Jekyll and Inline SVG
Simply copy the SmartSVG 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 serve
As 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.