(((meta (@ (content . "Zettelmarkup: Horizontal Rules / Thematic Break") (name . "title"))) (meta (@ (content . "manual") (name . "role"))) (meta (@ (content . "#manual #zettelmarkup #zettelstore") (name . "tags"))) (meta (@ (content . "zmk") (name . "syntax"))) (meta (@ (content . "00001007030000 00001007800000 00001007990000") (name . "back"))) (meta (@ (content . "00001007030000 00001007800000 00001007990000") (name . "backward"))) (meta (@ (content . "1") (name . "box-number"))) (meta (@ (content . "(c) 2020-present by Detlef Stern ") (name . "copyright"))) (meta (@ (content . "20210126175322") (name . "created"))) (meta (@ (content . "00001007040000 00001007050000") (name . "forward"))) (meta (@ (content . "en") (name . "lang"))) (meta (@ (content . "EUPL-1.2-or-later") (name . "license"))) (meta (@ (content . "20220825185533") (name . "modified"))) (meta (@ (content . "20220825185533") (name . "published"))) (meta (@ (content . "public") (name . "visibility")))) (p "To signal a thematic break, you can specify a horizontal rule." " " "This is done by entering at least three hyphen-minus characters (" (@L (@H "“") (kbd "-") (@H "”")) ", U+002D) at the first position of a line." " " "You can add some " (a (@ (href . "00001007050000")) "attributes") ", although the horizontal rule does not support the default attribute." " " "Any other characters in this line will be ignored.") (p "If you do not enter the three hyphen-minus character at the very first position of a line, the are interpreted as " (a (@ (href . "00001007040000")) "inline elements") ", typically as an \"\"en-dash\" followed by a hyphen-minus.") (p "Example:") (pre (code (@ (class . "language-zmk")) "---\n----{.zs-deprecated}\n-----\n --- inline\n--- ignored")) (p "is rendered in HTML as") (div (@ (class . "example")) (hr) (hr (@ (class . "zs-deprecated"))) (hr) (p "–- inline") (hr)))