updated README and updated /demo

This commit is contained in:
arnaucode
2017-11-06 20:47:45 +01:00
parent e669faa982
commit c03f70ad6c
10 changed files with 65 additions and 3 deletions

10
demo/index.html Normal file
View File

@@ -0,0 +1,10 @@
{{kunigu @demo/html_header.html}}
<div class="row">
<div class="card">
{{kunigu @demo/card1.md @--md-to-html}}
</div>
<div class="card">
{{kunigu @demo/card2.md @--md-to-html}}
</div>
</div>
{{kunigu @demo/html_bottom.html}}