pre

Purpose

Defines content that is to be rendered with whitespace preserved, and without reformatting.

Contained by

Attribute groups

Example

The welcome.mlyt layout can be found in the MCS/repository/xml-repository directory.

<?xml version="1.0" encoding="UTF-8"?>
<canvas layoutName="/welcome.mlyt" pageTitle="pre">
  <pane name="background">
    <pre>
&lt;p pane=&quot;Topic&quot;&gt;
  The Multi-Channel Server (MCS) helps you manage the
  complexity of delivering a wide variety of content to
  many types of device.&lt;/p&gt;</pre>
  </pane>
</canvas>

Related topics