Update default text and styling

pull/453/head
Wes Cossick 9 years ago
parent c689e8297c
commit cc5e3c14d7

@ -8,6 +8,20 @@
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<style>
.editor-preview h1,
.editor-preview h2,
.editor-preview h3,
.editor-preview h4,
.editor-preview h5,{
margin-bottom:10px;
}
.editor-preview h1,{
border-bottom:1px solid #ddd;
}
</style>
</head>
<body>
<section class="page-header">
@ -21,22 +35,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>
# Intro
<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
Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+ `. Ordered lists can be started by typing `1. `.
* Lists are a piece of cake too
* They even auto continue as you type
* A double enter with end them
* A double enter will end them
## More lists
1. Numbered lists...
2. ...work too!
## What about images?
![Yes](http://i.imgur.com/sZlktY7.png)
</textarea>
![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>

Loading…
Cancel
Save