Ghost blog - How to add a divider to a blog post in markdown

In order to add a divider to a blog post using Ghost markdown, you simply add the HTML <hr>. If this does not work there is likely something wrong with the CSS of your site. You can see a divider before and after the code snippet below:


<hr>

That is all there is to it. I hope this helps someone out there :)