--- title: Horizontal Rules syntax-id: horizontal-rules syntax-summary: "---" description: "To create a horizontal rule, use three or more asterisks (`***`), dashes (`---`), or underscores (`___`) on a line by themselves." examples: - markdown: "***" html: "
| ✅ Do this | ❌ Don't do this |
|---|---|
Try to put a blank line before...
|
Without blank lines, this would be a heading.
|