((META (EMPTY-STRING title "Zettelmarkup: Horizontal Rules / Thematic Break") (WORD role "manual") (TAG-SET tags ("#manual" "#zettelmarkup" "#zettelstore")) (WORD syntax "zmk") (ZID-SET back ("00001007030000" "00001007800000" "00001007990000")) (ZID-SET backward ("00001007030000" "00001007800000" "00001007990000")) (NUMBER box-number "1") (STRING copyright "(c) 2020-present by Detlef Stern ") (TIMESTAMP created "20210126175322") (ZID-SET forward ("00001007040000" "00001007050000")) (WORD lang "en") (EMPTY-STRING license "EUPL-1.2-or-later") (TIMESTAMP modified "20220825185533") (TIMESTAMP published "20220825185533") (WORD visibility "public")) (BLOCK (PARA (TEXT "To signal a thematic break, you can specify a horizontal rule.") (SOFT) (TEXT "This is done by entering at least three hyphen-minus characters (") (FORMAT-QUOTE () (LITERAL-INPUT () "-")) (TEXT ", U+002D) at the first position of a line.") (SOFT) (TEXT "You can add some ") (LINK-ZETTEL () "00001007050000" (TEXT "attributes")) (TEXT ", although the horizontal rule does not support the default attribute.") (SOFT) (TEXT "Any other characters in this line will be ignored.")) (PARA (TEXT "If you do not enter the three hyphen-minus character at the very first position of a line, the are interpreted as ") (LINK-ZETTEL () "00001007040000" (TEXT "inline elements")) (TEXT ", typically as an \"\"en-dash\" followed by a hyphen-minus.")) (PARA (TEXT "Example:")) (VERBATIM-CODE (("" . "zmk")) "---\n----{.zs-deprecated}\n-----\n --- inline\n--- ignored") (PARA (TEXT "is rendered in HTML as")) (REGION-BLOCK (("" . "example")) ((THEMATIC ()) (THEMATIC (("class" . "zs-deprecated"))) (THEMATIC ()) (PARA (TEXT "–- inline")) (THEMATIC ())))))