((p "Sometimes, you want to enter text with significant space characters at the beginning of each line and with significant line endings." " " "Poetry is one typical example." " " "Of course, you could help yourself with hard space characters and hard line breaks, by entering a backslash character before a space character and at the end of each line." " " "Using a verse block might be easier.") (p "This kind of line-range block begins with at least three quotation mark characters (" (@L (@H "“") (kbd "\"") (@H "”")) ", U+0022) at the first position of a line." " " "You can add some " (a (@ (href . "00001007050000")) "attributes") " on the beginning line of a verse block, following the initiating characters." " " "The verse block does not support the default attribute, nor the generic attribute." " " "Attributes are interpreted on HTML rendering." " " "Any other character in this line will be ignored.") (p "Text following the beginning line will 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 a verse block within a verse block." " " "At the ending line, you can enter some " (a (@ (href . "00001007040000")) "inline elements") " after the quotation mark characters." " " "These will interpreted as some attribution text.") (p "For example:") (pre (code (@ (class . "language-zmk")) "\"\"\"\"\nA verse block with\n an\n embedded\n verse block\n\"\"\"{.zs-deprecated}\nEmbedded\n verse\nblock\n\"\"\" Embedded Author\n\"\"\"\" Verse Author")) (p "will be rendered as:") (div (@ (class . "example")) (div (p "A verse block with" (br) " an" (br) "  embedded" (br) "   verse block") (div (@ (class . "zs-deprecated")) (p "Embedded" (br) "  verse" (br) "block") (cite "Embedded Author")) (cite "Verse Author"))))