title: Zettelmarkup: Horizontal Rules / Thematic Break
role: manual
tags: #manual #zettelmarkup #zettelstore
syntax: zmk
back: 00001007030000 00001007800000 00001007990000
backward: 00001007030000 00001007800000 00001007990000
box-number: 1
copyright: (c) 2020-present by Detlef Stern <ds@zettelstore.de>
created: 20210126175322
forward: 00001007040000 00001007050000
lang: en
license: EUPL-1.2-or-later
modified: 20250102220220
published: 20250102220220
visibility: public

To signal a thematic break, you can specify a horizontal rule.
This is done by entering at least three hyphen-minus characters (&ldquo;`-`&rdquo;, U+002D) at the first position of a line.
You can add some [attributes](00001007050000), although the horizontal rule does not support the default attribute.
Any other characters in this line will be ignored.

If you do not enter the three hyphen-minus character at the very first position of a line, they are interpreted as [inline elements](00001007040000), typically as an &ldquo;en-dash&rdquo; followed by a hyphen-minus.

Example:

    ---
    ----{.zs-deprecated}
    -----
     --- inline
    --- ignored

is rendered in HTML as

