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.
1 parent ab22bb9 commit c3383f1Copy full SHA for c3383f1
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