Paragraph
Paragraph
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}}
Authoring guidance
Use when
Avoid when
Properties
align
Controls semantic text alignment.
"left" | "center" | "right" | "justify"
class
Optional styling hook.
preserveWhitespace
Controls whether whitespace is preserved in the rendered output.
tag
HTML tag used for the block; defaults to p.
"p" | "div" | "span" | "blockquote" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6"
text
Content rendered through inline markup.
type
Identifies the Element type represented by this object.
"paragraph"