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-23_0001.json
6567 views
1
{
2
"kind": "completions",
3
"context": {
4
"path": "~/Desktop/daily-log/2022-01-22/bibliography-flow-mapping-bug.qmd",
5
"filetype": "markdown",
6
"embedded": false,
7
"formats": [
8
"html"
9
],
10
"project_formats": [],
11
"engine": "knitr",
12
"line": "ev",
13
"code": "---\ntitle: \"Untitled\"\nformat: html\neditor: visual\nbibliography: [4,5]\nev\n---\n\n## Quarto\n\nQuarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>.\n\n## Running Code\n\nWhen you click the **Render** button a document will be generated that includes both content and the output of embedded code. You can embed code like this:\n\n```{r}\n1 + 1\n```\n\nYou can add options to executable code like this\n\n```{r}\n#| echo: false\n2 * 2\n```\n\nThe `echo: false` option disables the printing of code (only output is displayed).\n",
14
"position": {
15
"row": 5,
16
"column": 2
17
}
18
},
19
"expected": {
20
"token": "ev",
21
"completions": [],
22
"cacheable": true
23
}
24
}
25
26