Markdown: Horizontal rule
Horizontal rule#
To define a horizontal rule, add at least 3 stars (*), hyphens (-) or underscores (_) characters at line start (The line must only contain the chosen characters).
Markdown | HTML | Rendering |
---|---|---|
|
<hr>
<hr>
<hr>
<hr>
|
Warning, for readability and compatibility reasons, it is recommended to include horizontal rules between two empty lines.