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
or Multi-line indentation
:{
|cell 1|cell 2|
|cell 3|cell 4|
:}
Rendered Markup
this is left aligned content
this is right aligned content
this is indented
this is double-indented
or Multi-line indentation
| cell 1 | cell 2 |
| cell 3 | cell 4 |