<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

Attributes for <cd>
AttributeRequired?Values
latexsep = "…"optionalstring

Children

The following may appear as children: <cline> Text

Parents

This element may appear as an immediate child of the following elements: <li> <p> <support>

Examples