/

On this page

Multi-column layout

This feature is experimental, unstable in paged documents, and behaves inconsistently across browsers (especially Safari). PRs to improve this feature are welcome.

.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

Span property

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.

...

.fullspan
    ![Image](img.png)

...