수평선 (Horizontal rule)
---, ***, ___ 중 하나를 단독 줄에 쓰면 구분선이 됩니다.
Markdown
Above the line --- Below the line
미리보기
Above the line
Below the line
HTML 결과
<p>Above the line</p> <hr> <p>Below the line</p>
팁 — 위아래에 빈 줄을 두어야 제목으로 오해되지 않습니다.