Markdown Horizontal Rule Syntax
To create a horizontal rule, use three or more asterisks (***
), dashes (---
), or underscores (___
) on a line by themselves.
Markdown | Rendered Output |
---|---|
*** | |
--- | |
_________________ |
Next, let's learn about Markdown Link Syntax.