Skip to content
Giorgio Garofalo edited this page Oct 8, 2024 · 2 revisions

The .align block function sets the horizontal alignment (and multiline text alignment) of content.

Its primary parameter accepts the alignment type: start, center, end.
The .center function is a shorthand for .align {center}.

.align {end}
    # My document

.loremipsum
Result
Clone this wiki locally