We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 487fd0e + c3383f1 commit 3c6e49fCopy full SHA for 3c6e49f
src/resources/filters/layout/layout.lua
@@ -41,7 +41,7 @@ function layout_panels()
41
return nil
42
end
43
local nested_layout = false
44
- _quarto.ast.walk(div, {
+ _quarto.ast.walk(float, {
45
PanelLayout = function()
46
nested_layout = true
47
0 commit comments