Layout
Arranging elements on the page in different ways.
By combining layout functions, you can create complex and automatic layouts.
Functions
align
Align content horizontally and vertically.block
A block-level container that places content into a separate flow.box
An inline-level container that sizes content.colbreak
A forced column break.columns
Separate a region into multiple equally sized columns.enum
A numbered list.grid
Arrange content in a grid.h
Insert horizontal spacing into a paragraph.hide
Hide content without affecting layout.list
A bullet list.move
Move content without affecting layout.pad
Add spacing around content.page
Layouts its child onto one or multiple pages.pagebreak
A page break.par
Arrange text, spacing and inline-level nodes into a paragraph.parbreak
A paragraph break.place
Place content at an absolute position.repeat
Repeats content to fill a line.rotate
Rotate content with affecting layout.scale
Scale content without affecting layout.stack
Arrange content and spacing horizontally or vertically.table
A table of items.terms
A list of terms and their descriptions.v
Insert vertical spacing.