((p "When working with " (a (@ (href . "00001006000000")) "zettel") ", you could work with the whole zettel, with its metadata, or with its content:") (dl (dt (a (@ (id . "zettel")) (kbd "zettel"))) (dd (p "Specifies that you work with a zettel as a whole." " " "Contains identifier, metadata, and content of a zettel.")) (dt (a (@ (id . "meta")) (kbd "meta"))) (dd (p "Specifies that you only want to cope with the metadata of a zettel." " " "Contains identifier and metadata of a zettel.")) (dt (a (@ (id . "content")) (kbd "content"))) (dd (p "Specifies that you are only interested in the zettel content." " " "Contains identifier and content of a zettel."))))