/

On this page

Multi-column layout

.pageformat {columns} applies a multi-column layout to each page when the value of columns is higher than 1.

Example 1

.pageformat columns:{2}
Example

Full-span content

In a multi-column layout, all elements except for level 1-3 headings render within their own column. You can set some content to span across all columns of the layout by using the .fullspan block function.

Example 2

.fullspan
    ![Image](robinson-crusoe.jpg)
Full-span example