((META (EMPTY-STRING title "Zettelmarkup: Basic Definitions") (WORD role "manual") (TAG-SET tags ("#manual" "#zettelmarkup" "#zettelstore")) (WORD syntax "zmk") (ZID-SET back ("00001007000000")) (ZID-SET backward ("00001007000000")) (NUMBER box-number "1") (STRING copyright "(c) 2020-present by Detlef Stern ") (TIMESTAMP created "20210126175322") (WORD lang "en") (EMPTY-STRING license "EUPL-1.2-or-later") (TIMESTAMP modified "20220218130713") (TIMESTAMP published "20220218130713") (WORD visibility "public")) (BLOCK (PARA (TEXT "Every Zettelmarkup content consists of a sequence of Unicode code-points.") (SOFT) (TEXT "Unicode code-points are called in the following as ") (FORMAT-STRONG () (TEXT "character")) (TEXT "s.")) (PARA (TEXT "Characters are encoded with UTF-8.")) (DESCRIPTION ((TEXT "Line")) (BLOCK (BLOCK (PARA (TEXT "A ") (FORMAT-EMPH () (TEXT "line")) (TEXT " is a sequence of characters, except newline (U+000A) and carriage return (U+000D), followed by a line ending sequence or the end of content.")))) ((TEXT "Line ending")) (BLOCK (BLOCK (PARA (TEXT "A ") (FORMAT-EMPH () (TEXT "line ending")) (TEXT " is either a newline not followed by a carriage return, a newline followed by a carriage return, or a carriage return.") (SOFT) (TEXT "Different line can be finalized by different line endings.")))) ((TEXT "Empty line")) (BLOCK (BLOCK (PARA (TEXT "An ") (FORMAT-EMPH () (TEXT "empty line")) (TEXT " is an empty sequence of characters, followed by a line ending or the end of content.")))) ((TEXT "Space character")) (BLOCK (BLOCK (PARA (TEXT "The ") (FORMAT-EMPH () (TEXT "space character")) (TEXT " is the Unicode code-point U+0020.")))))))