mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-07 18:14:27 -06:00
Use HTTPS for Imgur to avoid mixed content
While we're at it, change the link to Google to HTTPS too.
This commit is contained in:
parent
246b634dc5
commit
e08a4bed1a
@ -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>
|
||||
|
||||
<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
|
||||
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!
|
||||
|
||||
## 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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user