Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 626 Bytes

2017-10-03-markdown.md

File metadata and controls

56 lines (41 loc) · 626 Bytes
layout title
page
markdown cheatsheet

Headers

# Header 1
## Header 2
### Header 3

List

- Buleted
- List

1. numbered
2. list

Emphasis

**Bold** and _Italic_ and `Code` text
_em tag_
*em tag*
__strong tag__
**strong tag**

Link

[LinkText](url) and ![Image](src)

Strikethrough

~~striked through~~

Table

| Left align | Center align | Right align |
|:-----------|:------------:|------------:|
| aaa        | bbb          | ccc         |

reference

https://qiita.com/Qiita/items/c686397e4a0f4f11683d