para

Sandcastle MAML

Collapse image Expand Image Copy image CopyHover image

This element can be used to create paragraphs in conceptual content.

Usage

Enter the element in the topic and specify the paragraph text as the inner text. Making the element self-closing or empty will cause the element to be ignored unless it creates an initial paragraph break.

Example

  Copy imageCopy
<para>Paragraph 1.</para>
<para>Paragraph 2.</para>
<para/>
<para></para>
<para>Self-closing and empty paragraphs are ignored.</para>
<para>Paragraph 4.</para>

Example Output

Paragraph 1.

Paragraph 2.

Self-closing and empty paragraphs are ignored.

Paragraph 4.

See Also

Other Resources