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:
Ng Yik Phang 2016-11-01 13:57:34 +08:00 committed by GitHub
parent 246b634dc5
commit e08a4bed1a

View File

@ -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?
![Yes](http://i.imgur.com/sZlktY7.png)</textarea>
![Yes](https://i.imgur.com/sZlktY7.png)</textarea>
<h1><a id="h1_demo2" class="anchor" href="#h1_demo2" aria-hidden="true"><span class="octicon octicon-link"></span></a>Autosaving</h1>