(BLOCK (PARA (TEXT "An attribute is represented by a single cell.") (SOFT) (TEXT "The first element of the cell references the attribute key, the second value the corresponding value.")) (REGION-BLOCK (("" . "syntax")) ((PARA (FORMAT-EMPH () (TEXT "AttributeKeyValue")) (TEXT " ") (FORMAT-STRONG () (TEXT "=")) (TEXT " ") (LITERAL-INPUT () "(") (TEXT " ") (FORMAT-EMPH () (TEXT "AttributeKey")) (TEXT " ") (LITERAL-INPUT () ".") (TEXT " ") (FORMAT-EMPH () (TEXT "AttributeValue")) (TEXT " ") (LITERAL-INPUT () ")") (TEXT ".")))) (PARA (FORMAT-EMPH () (TEXT "AttributeKey")) (TEXT " and ") (FORMAT-EMPH () (TEXT "AttributeValue")) (TEXT " are ") (LINK-ZETTEL () "00001012930500" (TEXT "string values")) (TEXT ".")) (PARA (TEXT "An empty key denotes the generic attribute.")) (PARA (TEXT "A key with the value ") (LITERAL-INPUT () "\"-\"") (TEXT " specifies the default attribute.") (SOFT) (TEXT "In this case, the attribute value is not interpreted.")) (PARA (TEXT "Some examples:")) (UNORDERED (INLINE (LITERAL-INPUT () "()") (TEXT " represents the absence of attributes,")) (INLINE (LITERAL-INPUT () "((\"-\" . \"\"))") (TEXT " represent the default attribute,")) (INLINE (LITERAL-INPUT () "((\"-\" . \"\") (\"\" . \"syntax\"))") (TEXT " adds the generic attribute with the value ") (FORMAT-QUOTE () (TEXT "syntax")) (TEXT ",")) (INLINE (LITERAL-INPUT () "((\"lang\" . \"en\"))") (TEXT " denotes the attribute key ") (FORMAT-QUOTE () (TEXT "lang")) (TEXT " with a value ") (FORMAT-QUOTE () (TEXT "en")) (TEXT "."))))