mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-30 13:24:27 -06:00
Add default text
This commit is contained in:
parent
336ba2cfcb
commit
f3acdce913
17
index.html
17
index.html
@ -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?
|
||||

|
||||
</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…
x
Reference in New Issue
Block a user