(((meta (@ (content . "Zettelmarkup: Verbatim Blocks") (name . "title"))) (meta (@ (content . "manual") (name . "role"))) (meta (@ (content . "#manual #zettelmarkup #zettelstore") (name . "tags"))) (meta (@ (content . "zmk") (name . "syntax"))) (meta (@ (content . "00001007030000 00001007030900 00001007040200 00001007800000") (name . "back"))) (meta (@ (content . "00001007030000 00001007030900 00001007040200 00001007800000") (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 . "00001007050000 00001007050200") (name . "forward"))) (meta (@ (content . "en") (name . "lang"))) (meta (@ (content . "EUPL-1.2-or-later") (name . "license"))) (meta (@ (content . "20220218131500") (name . "modified"))) (meta (@ (content . "20220218131500") (name . "published"))) (meta (@ (content . "public") (name . "visibility")))) (p "Verbatim" " " "blocks" " " "are" " " "used" " " "to" " " "enter" " " "text" " " "that" " " "should" " " "not" " " "be" " " "interpreted." " " "They" " " "begin" " " "with" " " "at" " " "least" " " "three" " " "grave" " " "accent" " " "characters" " " "(" (@L (@H "“") (kbd "`") (@H "”")) "," " " "U+0060)" " " "at" " " "the" " " "first" " " "position" " " "of" " " "a" " " "line." " " "Alternatively," " " "a" " " "modifier" " " "letter" " " "grave" " " "accent" " " "(" (@L (@H "“") (kbd "ˋ") (@H "”")) "," " " "U+02CB)" " " "is" " " "also" " " "allowed" (sup (@ (id . "fnref:1")) (a (@ (class . "zs-noteref") (href . "#fn:1") (role . "doc-noteref")) "1")) ".") (p "You" " " "can" " " "add" " " "some" " " (a (@ (href . "00001007050000")) "attributes") " " "on" " " "the" " " "beginning" " " "line" " " "of" " " "a" " " "verbatim" " " "block," " " "following" " " "the" " " "initiating" " " "characters." " " "The" " " "verbatim" " " "block" " " "supports" " " "the" " " "default" " " "attribute:" " " "when" " " "given," " " "all" " " "spaces" " " "in" " " "the" " " "text" " " "are" " " "rendered" " " "in" " " "HTML" " " "as" " " "open" " " "box" " " "characters" " " "(U+2423)." " " "If" " " "you" " " "want" " " "to" " " "give" " " "only" " " "one" " " "attribute" " " "and" " " "this" " " "attribute" " " "is" " " "the" " " "generic" " " "attribute," " " "you" " " "can" " " "omit" " " "the" " " "most" " " "of" " " "the" " " "attribute" " " "syntax" " " "and" " " "just" " " "specify" " " "the" " " "value." " " "It" " " "will" " " "be" " " "interpreted" " " "as" " " "a" " " "(" (a (@ (href . "00001007050200")) "programming") ")" " " "language" " " "to" " " "support" " " "colorizing" " " "the" " " "text" " " "when" " " "rendered" " " "in" " " "HTML.") (p "Any" " " "other" " " "character" " " "in" " " "this" " " "line" " " "will" " " "be" " " "ignored") (p "Text" " " "following" " " "the" " " "beginning" " " "line" " " "will" " " "not" " " "be" " " "interpreted," " " "until" " " "a" " " "line" " " "begins" " " "with" " " "at" " " "least" " " "the" " " "same" " " "number" " " "of" " " "the" " " "same" " " "characters" " " "given" " " "at" " " "the" " " "beginning" " " "line." " " "This" " " "allows" " " "to" " " "enter" " " "some" " " "grave" " " "accent" " " "characters" " " "in" " " "the" " " "text" " " "that" " " "should" " " "not" " " "be" " " "interpreted.") (p "For" " " "example:") (pre (code (@ (class . "language-zmk")) "````zmk\n```\n````")) (p "will" " " "be" " " "rendered" " " "in" " " "HTML" " " "as:") (div (@ (class . "example")) (pre (code (@ (class . "language-zmk")) "```"))) (pre (code (@ (class . "language-zmk")) "```{-}\nThis is some\ntext with no \n real sense.\n````")) (p "will" " " "be" " " "rendered" " " "as:") (div (@ (class . "example")) (pre (code "This␣is␣␣some\ntext␣with␣no␣\n␣␣real␣sense."))))