Skip to content
Sota Kaneko edited this page Apr 14, 2017 · 9 revisions

Github Tutorial

Basic syntax

The pages on Github usually use the Markdown language.
The sentence above was written like this: The pages on **Github** usually use the [Markdown](https://en.wikipedia.org/wiki/Markdown) language.. Pretty simple, isn't it?
Well let me show you how to write lists.

Outcome Code
Italics *Italics*

Pretty simple meh. Note: blank lines needed lol

Free wallpaper for you! ![](https://sotakan.com/archive/aperture.jpg) written like this!

Github Tutorial

Basic syntax

The pages on Github usually use the Markdown language.
The sentence above was written like this: The pages on **Github** usually use the [Markdown]>>>>> (https://en.wikipedia.org/wiki/Markdown) language.. Pretty simple, isn't it?
Well let me show you how to write lists.

Outcome Code
Italics *Italics*
Pretty simple meh.
Free wallpaper for you!
![](https://sotakan.com/archive/aperture.jpg) written like this!

And here's Trump's love for China

Basically the [![](https://img.youtube.com/vi/ZrNrleD2ZFs/0.jpg)] is getting the cover photo from Youtube and it's like a text link. Then the video link that comes after is the target link. So maybe I can do this:


vimeocdn means it's hosted by vimeo. Also you can alter the 500x281 part of the link to resize the thumbnail!

Can't use HTML iframes

<iframe width="560" height="315" src="https://www.youtube.com/embed/ZrNrleD2ZFs" frameborder="0" allowfullscreen></iframe>

Need help with Markdown?

Clone this wiki locally