codeblock
Use <codeblock> for code samples. If you are presenting a block of code as an example, and the semantics of each element within the block of code is not critical in the particular context, you do not have to tag each individual element within the block of code.
In the output, all text you enter in the <codeblock> element has preserved line endings and is displayed in a monospaced font.
If you're using <codeblock> within a step, note that you cannot insert it directly within a <cmd>, but you can insert it in an <info> element after the <cmd> within the step.
If you are directing the user to enter some code, use the <userinput> element instead.