create account

[Steemit Guide] 1. Markdown 기본 [번역 및 요약] by betterthanbefore

View this thread on: hive.blogpeakd.comecency.com
· @betterthanbefore · (edited)
$71.12
[Steemit Guide] 1. Markdown 기본 [번역 및 요약]
출처 : [Steemit Markdown Basics for Begginners](https://steemit.com/steemit/@thecryptofiend/markdown-basics-for-beginners) by **@thecryptofiend** 
참고 : 본 글은 Steemit [Quick Start Guide](https://steemit.com/welcome) 의 "Helpful Posts from Steemit Users" 에 있는 여러 포스트 들 중 하나의 내용을 번역해서 요약한 글입니다.

  Markdown은 html없이 몇 가지 기호만을 이용해 문서를 빠르게 작성할 수 있게 해주는 시스템입니다. 

  왜 HTML/CSS를 쓰지 않고 Markdown을 쓰는것이 좋은지 말하고 있습니다.
- HTML/CSS 보다 간단하다.
- HTML/CSS 보다 짧아서 작성 시간이 줄어든다.
- Steemit의 WISIWYG 에디터 보다도 빠르다.
- 읽고, 수정하고, 에러를 찾는데 HTML/CSS 보다 빠르다.
- 더  고급스러운 포스팅을 위해 추후 HTML/CSS와 같이 사용할 수도 있다. 

(중간생략...)

  그럼 실제 Makrdown을 써보도록 하겠습니다.

## 1. Paragraphs
Markdown의 가장 큰 강점 중 하나입니다. 
워드 프로세서처럼 그냥 엔터만 치면 새로운 문단을 시작할 수 있습니다.

## 2. Headings
헤딩을 위해서는 "#" 심볼과 한칸띄기를 하면 됩니다.
```
# Heading 1
## Heading 2
### Heading 3
```

결과는 다음과 같습니다.
# Heading 1
## Heading 2
### Heading 3

"#"는 최대한 6개까지 쓸 수 있습니다.

## 3. Italics (이텔릭체)
이텔릭체를 쓰는 방법은 두 가지가 있습니다.

```
_underscores_
*asterisks*
```
결과는 다음과 같습니다.
_underscores_
*asterisks*

## 4. Bold 체
Bold 체도 두가지 방법이 있습니다.
```
__double underscore__
**double asterisk**
```
결과는 다음과 같습니다.
__double underscore__
**double asterisk**

## 5. Bold와 Italic 체 혼합
"_"와 "*"를 섞어서 쓰면 됨
```
__*Mixed*__
```
결과는
__*Mixed*__

## 6. 숫자 리스트
숫자로된 리스트를 작성하려면
```
1. Point 1
1. Point 2
1. Point 3
```
실행 결과는 
1. Point 1
1. Point 2
1. Point 3

## 7. 일반 리스트
숫자 없는 일반 리스트는 "*" 로 작성
```
* Point 1
* Point 2
* Point 3
```
결과는
* Point 1
* Point 2
* Point 3

## 8. Link 걸기
링크를 거는 가장 쉬운 방법은
```
[title](link address)
[Steemiti](https://steemit.com/)
```
결과는
[Steemit](https://steemit.com/)

## 9. 이미지 Link 걸기
이미지는 텍스트랑 비슷하지만 조금 다름
```
![Title Text](Image link address)
![Title Text](Image link address "Image name")
![Steemit logo](https://steemitimages.com/DQmeo6XhQaqSJfTb1HBx9DviTbWJj2pPZ8twL9d6o29y6gR/image.png)
```
결과는
![Steemit logo](https://steemitimages.com/DQmeo6XhQaqSJfTb1HBx9DviTbWJj2pPZ8twL9d6o29y6gR/image.png)

## 10. Youtube video 연결
```
[Youtube Link Title](Youtube Video Link)
[Top 10 Bitcoin Facts](https://youtu.be/2UC_8NdR1To)
```
결과는
[Top 10 Bitcoin Facts](https://youtu.be/2UC_8NdR1To)

## 11. 인용하기는 ">"를 사용
```
> This is a quote.
```
결과는
> This is a quote.

## 12. 섹션 나누기
섹션 나누기는 두 가지 방법이 있음.
```
---
***
```
결과는
---
***

## 13. 표 만들기 (보너스)
표만들기를 하려면 칼럼 수에 맞게 `--- | --- | ---` 를 추가해줘야 함.

```
col1 | col2 | col3
--- | --- | ---
1 | 2 | 3
**bold** | `quote` | _italic_
```
결과는
col1 | col2 | col3
--- | --- | ---
1 | 2 | 3
**bold** | `quote` | _italic_
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 6 others
properties (23)
authorbetterthanbefore
permlinksteemit-guide-1-markdown
categorysteemit
json_metadata{"tags":["steemit","guide","kr","markdown"],"users":["thecryptofiend"],"image":["https://steemitimages.com/DQmeo6XhQaqSJfTb1HBx9DviTbWJj2pPZ8twL9d6o29y6gR/image.png"],"links":["https://steemit.com/steemit/@thecryptofiend/markdown-basics-for-beginners","https://steemit.com/welcome","https://steemit.com/","https://youtu.be/2UC_8NdR1To"],"app":"steemit/0.1","format":"markdown"}
created2017-06-05 02:15:57
last_update2017-06-05 03:22:06
depth0
children10
last_payout2017-06-12 02:15:57
cashout_time1969-12-31 23:59:59
total_payout_value55.796 HBD
curator_payout_value15.328 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,452
author_reputation477,301,712,534
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,189,850
net_rshares7,189,689,940,564
author_curate_reward""
vote details (70)
@acceptkim ·
정말 필요한 내용이었는데 감사합니다. 앞으로도 종종 찾아뵈려고 팔로우하고갑니다^^ㅋ
properties (22)
authoracceptkim
permlinkre-betterthanbefore-steemit-guide-1-markdown-20170606t044654571z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-06 04:46:54
last_update2017-06-06 04:46:54
depth1
children0
last_payout2017-06-13 04:46:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation7,588,760,683,691
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,252,227
net_rshares0
@digest ·
좋은 정보 감사해요! 다양한 서식지정(글자 색깔 등)이 없어서 아쉽긴 하지만 점차 발전해가겠죠?
properties (22)
authordigest
permlinkre-betterthanbefore-steemit-guide-1-markdown-20170714t045407052z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-07-14 04:54:12
last_update2017-07-14 04:54:12
depth1
children0
last_payout2017-07-21 04:54:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation268,327,989,207
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,416,707
net_rshares0
@dreamrafa ·
Seems like cool info!, but i don't know, i don't understand a word lol :D :D :D
properties (22)
authordreamrafa
permlinkre-betterthanbefore-steemit-guide-1-markdown-20170605t021843016z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-05 02:18:42
last_update2017-06-05 02:18:42
depth1
children0
last_payout2017-06-12 02:18:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation178,378,192,142,151
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,189,944
net_rshares0
@kafkanarchy84 ·
English version please!!! :) :) :)
properties (22)
authorkafkanarchy84
permlinkre-betterthanbefore-steemit-guide-1-markdown-20170605t024658482z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-05 02:46:57
last_update2017-06-05 02:46:57
depth1
children0
last_payout2017-06-12 02:46:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation349,526,315,896,646
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,190,949
net_rshares0
@lastofw ·
정말 HTML/CSS보다 쉬운 것 같네요. 좋은 글 감사합니다.
properties (22)
authorlastofw
permlinkre-betterthanbefore-steemit-guide-1-markdown-20170605t025508133z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-05 02:55:06
last_update2017-06-05 02:55:06
depth1
children0
last_payout2017-06-12 02:55:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation1,453,634,684,597
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,191,223
net_rshares0
@lesto ·
많은 도움이 되었습니다, 고맙습니다!!
properties (22)
authorlesto
permlinkre-betterthanbefore-steemit-guide-1-markdown-20170605t025153900z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-05 02:51:54
last_update2017-06-05 02:51:54
depth1
children0
last_payout2017-06-12 02:51:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation4,154,439,154,419
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,191,122
net_rshares0
@successtrainer ·
많은 도움이 될듯합니다. 리스팀할께요~
properties (22)
authorsuccesstrainer
permlinkre-betterthanbefore-steemit-guide-1-markdown-20170605t023233441z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-05 02:32:33
last_update2017-06-05 02:32:33
depth1
children0
last_payout2017-06-12 02:32:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation19,816,461,217,361
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,190,462
net_rshares0
@uplus ·
정리가 잘 되어 있어서 너무 좋아요
properties (22)
authoruplus
permlinkre-betterthanbefore-steemit-guide-1-markdown-20170605t044543951z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-05 04:45:45
last_update2017-06-05 04:45:45
depth1
children0
last_payout2017-06-12 04:45:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation6,324,428,302,186
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,194,747
net_rshares0
@vimva ·
아 이것이 퀵스타터에 다 나와있는 내용들이었군요... 항상 설명서를 읽지 않아 문제입니다 하하. 리스팀하고 두고두고 보겠습니다 :)
properties (22)
authorvimva
permlinkre-betterthanbefore-steemit-guide-1-markdown-20170605t023652027z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-05 02:36:54
last_update2017-06-05 02:36:54
depth1
children0
last_payout2017-06-12 02:36:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation44,388,156,466,824
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,190,602
net_rshares0
@yourara ·
오 정말 최고에요!!!!  이해 안되었던 부분이 해결되었어요 감사합니다~
properties (22)
authoryourara
permlinkre-betterthanbefore-steemit-guide-1-markdown-20170605t030815645z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-05 03:08:18
last_update2017-06-05 03:08:18
depth1
children0
last_payout2017-06-12 03:08:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation664,961,957,137
root_title"[Steemit Guide] 1. Markdown 기본 [번역 및 요약]"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,191,673
net_rshares0