This page is part of a static HTML representation of the TiddlyWiki note at: https://tiddlywiki.com/#Horizontal Rules in WikiText

Horizontal Rules in WikiText

13th May 2022 at 11:12am

You can include a horizontal rule with three or more dashes on their own on a line:

---

That renders as:


... and the underlying HTML is:

<hr>