introduction

Sandcastle MAML

Sandcastle MAML Guide introduction

This element contains an introduction to some part of the document. Most conceptual document types have a required introduction section.

Usage

Enter the element in the topic and specify the text to use as the document's introduction. An optional address attribute can be added to make the introduction accessible via an in-page link.

Example
  <introduction address="intro">
    <para>This element contains an introduction to some part of the document.
Most conceptual document types have a required introduction section.</para>
  </introduction>

  <section>
    <title>Example Output</title>
    <content>
    <para>See the <link xlink:href="#intro">Introduction</link>
section above.</para>
    </content>
  </section>
Example Output

See the Introduction section above for an example of the output.

See Also

Other Resources