Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jun 15, 2024
1 parent 07b0295 commit 8ddb0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/panelize/panelize.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Div(div)
elseif code.classes:includes("python") or code.text:match("^```{{python") then
language = "python"
else
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.")
end
end
end,
Expand Down

0 comments on commit 8ddb0a7

Please sign in to comment.