Demonstrating markdown use in docs

This commit is contained in:
Tim Schaub
2015-04-06 11:08:24 -06:00
parent 121a83f19e
commit ab7b6d95dc
2 changed files with 6 additions and 7 deletions

View File

@@ -29,16 +29,12 @@
{{{ contents }}}
<div class="row-fluid">
<div class="span12">
<h4 id="title">{{ title }}</h4>
<p id="shortdesc">{{ shortdesc }}</p>
<div id="docs">
{{ md docs }}
</div>
<div id="docs">{{ md docs }}</div>
<div id="tags">{{ tags }}</div>
</div>
</div>
<div class="row-fluid">