Horizontal rule

How to create horizontal rules

A horizontal rule or divider can be created with three dashes on an isolated line.

Mau source code
---

Labels and arguments

Horizontal rules support arguments and labels.

Mau source code
[arg, #tag, *subtype, key=value]
. A title for the rule
---

Control conditions

Horizontal rules also support control conditions.

Mau source code
:var:42

// This will be rendered.
@if var == 42
---

// This will NOT be rendered.
@if var == 43
---