Skip to content

Conversation

@cscheid
Copy link
Collaborator

@cscheid cscheid commented Mar 31, 2025

Closes #11967.

The new error message is now:

$ quarto render docs/yaml/issue-11967.qmd
ERROR: In file docs/yaml/issue-11967.qmd
(line 4, columns 8--35) !expr tags are not allowed in Quarto outside of knitr code cells.
3: format: html
4: brand: !expr 'c("demo/_brand.yml")'
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5: ---

@cscheid cscheid merged commit 1b82bf3 into main Mar 31, 2025
49 checks passed
@cscheid cscheid deleted the bugfix/11967 branch March 31, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

YAML validation crashing with !expr tag.

2 participants