(((meta (@ (content . "Zettelmarkup: Description Lists") (name . "title"))) (meta (@ (content . "manual") (name . "role"))) (meta (@ (content . "#manual #zettelmarkup #zettelstore") (name . "tags"))) (meta (@ (content . "zmk") (name . "syntax"))) (meta (@ (content . "00001007030000 00001007030800 00001007800000 00001007990000 00001012920513") (name . "back"))) (meta (@ (content . "00001007030000 00001007030800 00001007800000 00001007990000 00001012920513") (name . "backward"))) (meta (@ (content . "1") (name . "box-number"))) (meta (@ (content . "(c) 2020-present by Detlef Stern ") (name . "copyright"))) (meta (@ (content . "00010101000000") (name . "created"))) (meta (@ (content . "00001007040000") (name . "forward"))) (meta (@ (content . "en") (name . "lang"))) (meta (@ (content . "EUPL-1.2-or-later") (name . "license"))) (meta (@ (content . "20220218131155") (name . "modified"))) (meta (@ (content . "20220218131155") (name . "published"))) (meta (@ (content . "public") (name . "visibility")))) (p "A" " " "description" " " "list" " " "is" " " "a" " " "sequence" " " "of" " " "terms" " " "to" " " "be" " " "described" " " "together" " " "with" " " "the" " " "descriptions" " " "of" " " "each" " " "term." " " "Every" " " "term" " " "can" " " "described" " " "in" " " "multiple" " " "ways.") (p "A" " " "description" " " "term" " " "(short:" " " (em "term") ")" " " "is" " " "specified" " " "with" " " "one" " " "semicolon" " " "(" (@L (@H "“") (kbd ";") (@H "”")) "," " " "U+003B)" " " "at" " " "the" " " "first" " " "position," " " "followed" " " "by" " " "a" " " "space" " " "character" " " "and" " " "the" " " "described" " " "term," " " "specified" " " "as" " " "a" " " "sequence" " " "of" " " "line" " " "elements." " " "If" " " "the" " " "following" " " "lines" " " "should" " " "also" " " "be" " " "part" " " "of" " " "the" " " "term," " " "exactly" " " "two" " " "spaces" " " "must" " " "be" " " "given" " " "at" " " "the" " " "beginning" " " "of" " " "each" " " "following" " " "line.") (p "The" " " "description" " " "of" " " "a" " " "term" " " "is" " " "given" " " "with" " " "one" " " "colon" " " "(" (@L (@H "“") (kbd ":") (@H "”")) "," " " "U+003A)" " " "at" " " "the" " " "first" " " "position," " " "followed" " " "by" " " "a" " " "space" " " "character" " " "and" " " "the" " " "description" " " "itself," " " "specified" " " "as" " " "a" " " "sequence" " " "of" " " (a (@ (href . "00001007040000")) "inline" " " "elements") "." " " "Similar" " " "to" " " "terms," " " "following" " " "lines" " " "can" " " "also" " " "be" " " "part" " " "of" " " "the" " " "actual" " " "description," " " "if" " " "they" " " "begin" " " "at" " " "each" " " "line" " " "with" " " "exactly" " " "two" " " "space" " " "characters.") (p "In" " " "contrast" " " "to" " " "terms," " " "the" " " "actual" " " "descriptions" " " "are" " " "merged" " " "into" " " "a" " " "paragraph." " " "This" " " "is" " " "because," " " "an" " " "actual" " " "description" " " "can" " " "contain" " " "more" " " "than" " " "one" " " "paragraph." " " "As" " " "usual," " " "paragraphs" " " "are" " " "separated" " " "by" " " "an" " " "empty" " " "line." " " "Every" " " "following" " " "paragraph" " " "of" " " "an" " " "actual" " " "description" " " "must" " " "be" " " "indented" " " "by" " " "two" " " "space" " " "characters.") (p "Example:") (pre (code (@ (class . "language-zmk")) "; Zettel\n: A zettel is the basic unit\n of Zettelstore.\n\n Zettel can be linked together.\n; Zettelstore\n: A software that manages zettel.\n: The name of the Go implementation.")) (p "is" " " "rendered" " " "as:") (div (@ (class . "example")) (dl (dt "Zettel") (dd (p "A" " " "zettel" " " "is" " " "the" " " "basic" " " "unit" " " "of" " " "Zettelstore.") (p "Zettel" " " "can" " " "be" " " "linked" " " "together.")) (dt "Zettelstore") (dd (p "A" " " "software" " " "that" " " "manages" " " "zettel.")) (dd (p "The" " " "name" " " "of" " " "the" " " "Go" " " "implementation.")))) (p "If" " " "you" " " "look" " " "at" " " "the" " " "HTML" " " "code," " " "you" " " "will" " " "see" " " "that" " " (@L (@H "“") "Zettel" (@H "”")) " " "has" " " "only" " " "one" " " "description" " " "with" " " "two" " " "paragraphs," " " "while" " " (@L (@H "“") "Zettelstore" (@H "”")) " " "has" " " "two" " " "descriptions," " " "each" " " "with" " " "one" " " "paragraph."))