Paragraph

Paragraph

Documentation

A prose block rendered through QP inline markup. Supported inline forms are: - italics: ++italics++ - bold: **bold** - canonical icons: ^^icon-name^^, such as ^^icons^^ - links: [inline link text](http://linkaddress.com) - variables: {{variable.path}} - literal/code text: wrap syntax in backticks, such as {{variable.path}}

Kind

Rendered Content

Required fields

text, type

Style Guide

Used by

Authoring guidance

Use when

Use for narrative or explanatory text.

Avoid when

The content is a semantic list or action.

Properties

align

enum

Controls semantic text alignment.

"left" | "center" | "right" | "justify"

class

string

Optional styling hook.

preserveWhitespace

boolean

Controls whether whitespace is preserved in the rendered output.

tag

enum

HTML tag used for the block; defaults to p.

"p" | "div" | "span" | "blockquote" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6"

*

text

string

Content rendered through inline markup.

*

type

string

Identifies the Element type represented by this object.

"paragraph"

Example

Required

{ "text": "Explore together Join us", "type": "paragraph" }

Full

{ "align": "center", "class": "example", "preserveWhitespace": false, "tag": "p", "text": "Explore together Join us", "type": "paragraph" }

examples are generated from the schema.