add code example partials

This commit is contained in:
Kyle Drake 2016-04-18 10:41:26 -07:00
parent c133252cb6
commit 4ac2f2c4e1
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<h1>Really important heading!</h1>
<h2>Secondary heading</h2>
<h3>Tertiary heading</h3>
<h4>Other heading</h4>
<h5>Minor heading</h5>
<h6>Very minor heading</h6>

View file

@ -0,0 +1,5 @@
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
</ol>