Add default text

This commit is contained in:
Wes Cossick 2015-06-22 15:41:34 -05:00
parent 336ba2cfcb
commit f3acdce913

View File

@ -21,7 +21,22 @@
<section class="main-content">
<h1><a id="demo" class="anchor" href="#demo" aria-hidden="true"><span class="octicon octicon-link"></span></a>Demo</h1>
<textarea>Test</textarea>
<textarea>
# 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`.
## Lists
* Lists are a piece of cake too
* They even auto continue as you type
* A double enter with end them
## More lists
1. Numbered lists...
2. ...work too!
## What about images?
![Yes](http://i.imgur.com/sZlktY7.png)
</textarea>
<footer class="site-footer">
<span class="site-footer-credits"><a href="https://github.com/NextStepWebs/simplemde-markdown-editor">SimpleMDE Markdown Editor</a> is maintained by <a href="https://github.com/NextStepWebs">NextStepWebs</a>.</span>