Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/smoke/yaml-intelligence/crashes/2022-01-22_0001.json
6548 views
1
{
2
"kind": "validation",
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": "",
13
"code": "---\ntitle: \"Untitled\"\nformat: html\neditor: visual\nbibliography: [4,5]\n\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": 0
17
}
18
}
19
}
20
21