水平線 (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>
ヒント — 上下に空行を置くと見出しと誤認されません。