/
Sections
Sections
AsciiDoc sections are translated to the corresponding Confluence heading:
== Section Level 1
Section Level 1
=== Section Level 2
Section Level 2
==== Section Level 3
Section Level 3
===== Section Level 4
Section Level 4
====== Section Level 5
Section Level 5
Alignment of Sections
Alignment (right, left, center, or justify) of sections is supported via the .text-<alignment>
role:
[.text-right] === This section is right aligned.
This section is right aligned.
[.text-left] === This section is left aligned.
This section is left aligned.
[.text-center] === This section is center aligned.
This section is center aligned.
[.text-justify] === This section with a very, very, very, very, very, very, very, very, very, very, very, very, very, really very long text is justify aligned.