/
This feature is experimental, unstable in
pageddocuments, 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.
.pageformat columns:{2}
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

...