hr in markdown
Markdown also supports visual breaks similar to the <hr>
or horizontal line tag in html. To make one all we need is 3+ asterisks *
, underscores _
, or dashes -
.
a
---
b
---
c
---
and these will give us visual breaks between our text:
a
b
c