Skip to content

Commit 8ddb0a7

Browse files
committed
Improve error message
1 parent 07b0295 commit 8ddb0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/panelize/panelize.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function Div(div)
5555
elseif code.classes:includes("python") or code.text:match("^```{{python") then
5656
language = "python"
5757
else
58-
quarto.log.error("Please only specify either R or Python code cells inside of the `to-panel` div.")
58+
quarto.log.error("Please only specify either R or Python code cells inside of the `.to-*` div.")
5959
end
6060
end
6161
end,

0 commit comments

Comments
 (0)