The separator shortcode creates a break between two items of content with a horizontal line. This helps to create a separation between sections on your page.
Demo
Default Separator
<hr />
Dotted Separator
<hr class="line-dot" />
Dashed Separator
<hr class="line-dash" />
Double Separator
<hr class="line-double" />