AsciiDoc paragraphs are translated to Confluence paragraphs, supporting all typical styles, for example:
No Format |
---|
This is a paragraph with *bold* text. |
This is a paragraph with bold text.
No Format |
---|
This is a paragraph with _italic_ text. |
This is a paragraph with italic text.
No Format |
---|
This is a paragraph with `monospaced` text. |
This is a paragraph with monospaced
text.
No Format |
---|
This is a paragraph with `*_monospaced bold italic_*` text. |
This is a paragraph with monospaced bold italic
text.
No Format |
---|
This is a paragraph with ^super^script and ~sub~script text. |
This is a paragraph with superscript and subscript text.
No Format |
---|
.This the title of a paragraph
The title of a paragraph will rendered using a custom CSS class `cp-paragraph-title` |
The title of a paragraph will rendered using a custom CSS class cp-paragraph-title
Anchor | ||||
---|---|---|---|---|
|
Text alignment (right, left, center, or justify) in paragraphs is supported via the .text-<alignment>
role:
No Format |
---|
[.text-right]
This paragraph is right aligned. |
This paragraph is right aligned.
No Format |
---|
[.text-left]
This paragraph is left aligned. |
This paragraph is left aligned.
No Format |
---|
[.text-center]
This paragraph is center aligned. |
This paragraph is center aligned.
No Format |
---|
[.text-justify]
This paragraph with a very, very, very, very, very, very, very, very, very, very, very, very, very, really very long text is justify aligned. |
This paragraph with a very, very, very, very, very, very, very, very, very, very, very, very, very, really very long text is justify aligned.
The name of the role follows the pattern text-<alignment>, where <alignment> is one of left, center, right, or justify (e.g., text-center).
No Format | ||
---|---|---|
| ||
[.text-center]
This text is centered, so it must be important. |
This text is centered, so it must be important.