반응형
Paragraph
단락(Paragraph)을 만들려면 빈 줄을 사용하여 하나 이상의 텍스트 줄을 구분합니다.
Markdown | Rendered Output |
---|---|
I really like using Markdown. I think I'll use it to format all of my documents from now on. |
I really like using Markdown. I think I'll use it to format all of my documents from now on. |
Notice
단락(Paragraph)이 목록에 아니라면 공백이나 탭이 있는 단락을 들여쓰지 마세요.
!-- 단락이나 들여쓰기 해야 하는 경우 들여쓰기(탭) 방법에 대한 섹션을 참조하세요 --
Do this | Don't do this |
---|---|
Don't put tabs or spaces in front of your paragraphs. Keep lines left-aligned like this. |
This can result in unexpected formatting problems. Don't add tabs or spaces in front of paragraphs. |
Ref
- Markdown Guid - Basic Syntax (https://www.markdownguide.org/basic-syntax/#headings)
반응형