-
Notifications
You must be signed in to change notification settings - Fork 383
Open
Description
The following document works in HTML but not in PDF:
---
title: A title
format: html
---
:::: columns
::: column
First column
:::
::: column
Second column
:::
::::
The following document works in PDF but not in HTML:
---
title: A title
format: pdf
---
:::: {layout-ncol="2"}
::: column
First column
:::
::: column
Second column
:::
::::
This is very disorienting. We need to fix it.
mvuorre