Closed jooyoungseo closed 2 years ago
The error is due to what be believe to be an invalid YAML quoted string:
title: "Colorspace: A toolbox for manipulating and assessing colors
and palettes"
If this is changed as follows (removing the newline) then there is no error:
title: "Colorspace: A toolbox for manipulating and assessing colors and palettes"
@cscheid Let me know if you think there is something we should do here (targeting for v1.1 but if any change is risky we can put it in v1.2)
The weird thing is that the string above is valid YAML according to http://www.yamllint.com/ and https://codebeautify.org/yaml-validator both. If we're failing here, it means our readers might not be strictly YAML compliant, which is a concern. I'll follow up.
When bibliographies are imported directly via a csl yaml, I do see following error:
However, if you save and render the same file content in Rmd with
output: html_document
, you don't see any errors.Reprex
test.qmd
Preview