Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/ojs/test-complex-layout-string.qmd
3584 views
---
title: "Tests if an complex layout gets forwarded as strings to Lua filters"
format: html
self-contained: true
---

```{ojs}
//| layout: [[1, 1], [2]]
a = 1
b = 2
c = 3
```