포스팅 시, 주로 사용하는 markdown 구문 정리
POST header
1
2
3
4
5
6
7
8
---
title: TITLE
date: YYYY-MM-DD HH:MM:SS +/-TTTT
author: AUTHOR_INFO
categories: [TOP_CATEGORIE, SUB_CATEGORIE]
tags: [TAG] # TAG names should always be lowercase
pin: # true or flase (defalut: false)
---
Lists
Ordered list
- 1st item
- 2nd item
- 3rd item
Unordered list
- Chapter
- Section
- Paragraph
- Section
ToDo list
- Job
- Step 1
- Step 2
- Step 3
Description list
- Sun
- the star around which the earth orbits
- Moon
- the natural satellite of the earth, visible by reflected light from the sun
Block Quote
This line shows the block quote.
An example showing the
tip
type prompt.
An example showing the
info
type prompt.
An example showing the
warning
type prompt.
An example showing the
danger
type prompt.
Mathematics
Add post header math: true
.
1
2
3
4
5
---
title: TITLE
...
math: true
---
Grammar is similar with LaTex.