C.W.K.
Stream
Lesson 08 of 08 · published

인용, 가로선, escape

~10 min · markdown, blockquotes, escaping

Level 0평문
0 XP0/64 lessons0/12 achievements
0/100 XP to next level100 XP to go0% complete

인용, 분할, escape

Blockquote 는 줄 앞에 >. 중첩 (>>) 가능하고 어떤 Markdown 도 담을 수 있어 — 헤딩, 리스트, 코드 블록, 다른 blockquote 까지. 인용, callout, 대화에 써.

가로선 (HR) 은 한 줄에 -, *, _ 셋 이상. <hr> 요소 만들어. 글자 사이 공백 OK (- - -).

특수 문자 escape

Markdown 특수 문자 앞에 백슬래시 — literal 로 표시. 전체 셋: \ ` * _ { } [ ] ( ) # + - . ! |. 5*5*5 쳤다가 이상한 italic 됐던 적 있어? 해결: 5\*5\*5.

HR vs front matter: 파일 맨 위의 --- 셋은 보통 horizontal rule 이 아니라 YAML front matter 시작으로 파싱돼. 첫 HR 은 본문 한 문단 뒤에 둬.

Code

Blockquote (중첩 + 내용)·markdown
> This is a blockquote.
> It can span multiple lines.
>
> Multiple paragraphs inside a quote.

> Nested blockquotes:
>> Second level
>>> Third level

> ## Heading inside a quote
> - List inside a quote
> - Works fine
가로선 (여섯 가지 형태)·markdown
---
***
___

- - -
* * *
_ _ _
Escape·markdown
\* Not italic \*
\# Not a heading
\[Not a link\](not-a-url)
\- Not a list item

Special characters: \ ` * _ { } [ ] ( ) # + - . ! |

External links

Exercise

Markdown '독서 노트' 파일 써봐 — blockquote 안에 인용, 같은 blockquote 안에 본인 반응 두 줄 bullet, HR 하나, 그 아래 본인 응답 문단. 응답에 literal 별표 하나 강제로 escape. 세 문법을 한 번에 잡는 연습이야.

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.