<cd>
The <cd> tag displays verbatim text as a block, preserving line
breaks and spacing. It is the block counterpart of <c>,
and is a good fit for short code snippets or literal XML that do not
need the extra structure of <program> or
<console>.
When you want explicit control over each displayed line, use
<cline> children inside <cd>.
Syntax
Attributes
| Attribute | Required? | Values |
|---|---|---|
latexsep = "…" | optional | string |
Children
The following may appear as children:<cline> TextParents
This element may appear as an immediate child of the following elements:<li> <p> <support>