is verbatim and all whitespace is meant to be significant. It is rendered as a display. So the pretty-printed version introduces extra whitespace.
It can be structured with the line element. So the following is possible:
<cd>
<line>foo</line>
<line>bar</line>
</cd>
and might ohnly contain a single line element. So cd is much like me and cd\line is like md\mrowexcept we can't mess with whitespace that might be significant in context. Search sample article for kng2 (case-insensitive) for an example of the first form.
I did not see anything similar with pre but it is in the same spirit.
Similar to the
c
element,is verbatim and all whitespace is meant to be significant. It is rendered as a display. So the pretty-printed version introduces extra whitespace.
It can be structured with the
line
element. So the following is possible:and might ohnly contain a single
line
element. Socd
is much likeme
andcd\line
is likemd\mrow
except we can't mess with whitespace that might be significant in context. Search sample article forkng2
(case-insensitive) for an example of the first form.I did not see anything similar with
pre
but it is in the same spirit.