We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b0295 commit 8ddb0a7Copy full SHA for 8ddb0a7
_extensions/panelize/panelize.lua
@@ -55,7 +55,7 @@ function Div(div)
55
elseif code.classes:includes("python") or code.text:match("^```{{python") then
56
language = "python"
57
else
58
- quarto.log.error("Please only specify either R or Python code cells inside of the `to-panel` div.")
+ quarto.log.error("Please only specify either R or Python code cells inside of the `.to-*` div.")
59
end
60
61
end,
0 commit comments