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