Information
이 게시물은 Chirpy내용을 적은것이다.
제목 heading
1
2
3
4
5
6
7
<h1 >H1 - heading</h1>
<h2 >H2 - heading</h2>
<h3>H3 - heading</h3>
<h4>H4 - heading</h4>
H1 - heading
H2 - heading
H3 - heading
H4 - heading
List
Ordered list
1
2
3
1. Firstly
2. Secondly
3. Thirdly
목록
1
2
3
4
- [ ] Job
+ [x] Step 1
+ [x] Step 2
+ [ ] Step 3
- Job
- Step 1
- Step 2
- Step 3
설명 목록
1
2
3
4
5
태양
: 지구가 공전하는 별
달
: 지구의 자연위성
- 태양
- 지구가 공전하는 별
- 달
- 지구의 자연위성
Block Quote
1
2
> block quote 사용예시
> > 두개도 가능
block quote 사용예시
두개도 가능
Prompts
1
2
3
4
5
6
7
8
9
10
11
12
> An example showing the `tip` type prompt.
{: .prompt-tip }
> An example showing the `info` type prompt.
{: .prompt-info }
> An example showing the `warning` type prompt.
{: .prompt-warning }
> An example showing the `danger` type prompt.
{: .prompt-danger }
tip
type prompt.
info
type prompt.
warning
type prompt.
danger
type prompt.
Table
1
2
3
4
|회사|나라|
|--|--|
| 삼성 | 한국 |
|회사|나라| |–|–| | 삼성 | 한국 |
Link
1
<http://127.0.0.1:4000>
Footnote
덧붙이는 글
Footnote를 클릭시 해당위치로 이동해준다.
1
2
1후크[^footnote]
2후크[^footnote]
1후크[^footnote] 2후크[^footnote]
Inline code
1
`Inline code`
Inline code
Filepath
파일 경로를 붙여준다.
1
`/path/to/the/file.extend`{: .filepath}.
Code block
common
1
code block
특정 언어
1
<p>안녕하세요</p>
수학
MathJax에서 구동되는 수학
1
$$ \sum_{n=1}^\infty 1/n^2 = \frac{\pi^2}{6} $$
\(\sum_{n=1}^\infty 1/n^2 = \frac{\pi^2}{6}\)
1
$ax^2 + bx + c = 0$
$ax^2 + bx + c = 0$
SVG
1
2
3
4
5
6
7
```mermaid
gantt
title Adding GANTT diagram functionality to mermaid
apple :a, 2017-07-20, 1w
banana :crit, b, 2017-07-23, 1d
cherry :active, c, after b a, 1d
.```
gantt
title Adding GANTT diagram functionality to mermaid
apple :a, 2017-07-20, 1w
banana :crit, b, 2017-07-23, 1d
cherry :active, c, after b a, 1d