Home > Formatting and Layout > Text Alignment

Text Alignment

Allows for alignment of text on the page. Indentation allows for n-level depth.
Source Markup
<{this is left aligned content}<
>{this is right aligned content}>

: this is indented
:: this is double-indented

Rendered Markup
this is left aligned content

this is right aligned content

this is indented
this is double indented