Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 903 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 903 Bytes

Jekyll and SmartSVG:tm:

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: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 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.

SmartSVG:tm: as Asset