alaypanov / Markdown-cheatsheet

Markdown Cheatsheet - by github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown-cheatsheet

Short syntax cheatsheet for quick reference.

Headers

`# h1

h2

h3

h4

h5
h6 `

Formating

** empasis **
-- empasis --

* bold * \

Links

[link tex](href)

Images

![alt text](src location)

About

Markdown Cheatsheet - by github