Horizontal line
To add a horizontal line that defines a break between content sections, add three hyphens - on a line by themselves.
Horizontal line formatting
Textile
This is the end of the first content section.
---
This is the beginning of the second content section.Horizontal line formatting
HTML
<p>This is the end of the first content section.</p>
<hr>
<p>This is the beginning of the second content section.</p>