mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-23 09:54:28 -06:00
Merge pull request #453 from ngyikp/use-https-for-imgur-on-docs
Use HTTPS for Imgur to avoid mixed content at documentation page
This commit is contained in:
commit
6c6cae390b
@ -50,7 +50,7 @@
|
|||||||
<h1><a id="h1_demo1" class="anchor" href="#h1_demo1" 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](https://google.com). You can type the Markdown syntax, use the toolbar, or use shortcuts like `cmd-b` or `ctrl-b`.
|
||||||
|
|
||||||
## Lists
|
## Lists
|
||||||
Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+ `. Ordered lists can be started by typing `1. `.
|
Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+ `. Ordered lists can be started by typing `1. `.
|
||||||
@ -66,7 +66,7 @@ Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+
|
|||||||
2. ...work too!
|
2. ...work too!
|
||||||
|
|
||||||
## 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>
|
<h1><a id="h1_demo2" class="anchor" href="#h1_demo2" aria-hidden="true"><span class="octicon octicon-link"></span></a>Autosaving</h1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user