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 created: 20210126175322 forward: 00001007040000 00001007050000 lang: en license: EUPL-1.2-or-later modified: 20220825185533 published: 20220825185533 visibility: public To signal a thematic break, you can specify a horizontal rule. This is done by entering at least three hyphen-minus characters (""''-''"", 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, the are interpreted as [[inline elements|00001007040000]], typically as an \"\"en-dash" followed by a hyphen-minus. Example: ```{="zmk"} --- ----{.zs-deprecated} ----- --- inline --- ignored ``` is rendered in HTML as :::{="example"} --- ---{class="zs-deprecated"} --- –- inline --- :::