((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)))