For the complete documentation index, see llms.txt. This page is also available as Markdown.

Paragraph

Displays headings or paragraphs depending on the `type` property.

Paragraph example

This element makes it easy to apply different text styles. The following table describes each available paragraph type:

Paragraph type
Description

normal

Displays standard text without any special formatting.

bold

Displays text in bold style.

h1, h2, h3, h4

Displays the corresponding heading.

Paragraph type: normal

Displays a paragraph similar to the HTML <p> tag.

Paragraph type: bold

Displays bold text, similar to the HTML <b> or <strong> tags.

Paragraph types: h1 to h4

Displays heading text according to the selected heading level. Similar to the HTML <h1> to <h4> tags.

Examples

The following XML maps to the screenshot shown at the beginning of this section.

Last updated

Was this helpful?