Skip to content

columns vs layout-ncolΒ #13536

@cscheid

Description

@cscheid

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions