Back to cheat sheet

Horizontal rule

Put ---, *** or ___ on a line of its own to draw a divider.

Markdown
Above the line

---

Below the line
Preview

Above the line


Below the line

HTML output
<p>Above the line</p>
<hr>
<p>Below the line</p>

Tip — Leave a blank line above and below so it is not mistaken for a heading.

Open in converter