<cline>

The <cline> tag represents one line of verbatim text inside a displayed code block. It is most commonly used as a child of <cd> when you want each line break to be explicit.

Use separate <cline> elements instead of embedded newlines when exact line structure matters.

Syntax

Attributes

This tag has no attributes.

Children

The following may appear as children: Text

Parents

This element may appear as an immediate child of the following elements: <cd> <pre>

Examples