Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/smoke/yaml-intelligence/checks/2022-01-18_0002.json
6570 views
1
{
2
"kind": "validation",
3
"context": {
4
"path": "~/repos/github/quarto-dev/quarto-cli/tests/docs/yaml/guess-chunk-options-format-knitr.qmd",
5
"filetype": "markdown",
6
"embedded": false,
7
"formats": [
8
"html"
9
],
10
"project_formats": [],
11
"engine": "markdown",
12
"line": "---",
13
"code": "---\ntitle: \"knitr chunk options ignore test\"\nformat:\n html\n \n---\n\n# Will this skip validation?\n\n```{r}\n#| rmdworkflow,\n#| echo = FALSE,\n#| fig.cap = \"A diagram illustrating how an R Markdown document\n#| is converted to the final output document.\",\n#| out.width = \"100%\"\n\nrnorm(100)\n```\n",
14
"position": {
15
"row": 5,
16
"column": 3
17
}
18
},
19
"expected": []
20
}
21
22