Add H1s for clarity

This commit is contained in:
Wes Cossick 2015-06-27 14:45:33 -05:00
parent 1d8f398c41
commit 24cfc4c7a0

View File

@ -37,7 +37,7 @@
</section>
<section class="main-content">
<h1><a id="demo" class="anchor" href="#demo" aria-hidden="true"><span class="octicon octicon-link"></span></a>Demo</h1>
<h1><a id="h1_demo1" class="anchor" href="#h1_demo1" aria-hidden="true"><span class="octicon octicon-link"></span></a>Demo</h1>
<textarea id="demo1"># Intro
Go ahead, play around with the editor! Be sure to check out **bold** and *italic* styling, or even [links](http://google.com). You can type the Markdown syntax, use the toolbar, or use shortcuts like `cmd-b` or `ctrl-b`.
@ -57,9 +57,13 @@ Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+
## What about images?
![Yes](http://i.imgur.com/sZlktY7.png)</textarea>
<h1><a id="h1_demo2" class="anchor" href="#h1_demo2" aria-hidden="true"><span class="octicon octicon-link"></span></a>Autosaving</h1>
<textarea id="demo2"># This one autosaves!
By default, it saves every 10 seconds, but this can be changed. When this textarea is included in a form, it will automatically forget the saved value when the form is submitted.</textarea>
<h1><a id="h1_demo3" class="anchor" href="#h1_demo3" aria-hidden="true"><span class="octicon octicon-link"></span></a>Hidden toolbar and status bar</h1>
<textarea id="demo3"># This one is bare
You can also choose to hide the statusbar and/or toolbar for a simple and clean appearance.</textarea>