mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-08-03 07:12:43 -06:00
Add H1s for clarity
This commit is contained in:
parent
1d8f398c41
commit
24cfc4c7a0
@ -37,7 +37,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="main-content">
|
<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
|
<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`.
|
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?
|
## What about images?
|
||||||
</textarea>
|
</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!
|
<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>
|
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
|
<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>
|
You can also choose to hide the statusbar and/or toolbar for a simple and clean appearance.</textarea>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user