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

https://dev5.dev/doc/kart/separator

Default Separator


<hr />

Dotted Separator


<hr class="line-dot" />

Dashed Separator


<hr class="line-dash" />

Double Separator


<hr class="line-double" />