Path: blob/main/tests/smoke/yaml-intelligence/crashes/2022-01-22_0001.json
6548 views
{1"kind": "validation",2"context": {3"path": "~/Desktop/daily-log/2022-01-22/bibliography-flow-mapping-bug.qmd",4"filetype": "markdown",5"embedded": false,6"formats": [7"html"8],9"project_formats": [],10"engine": "knitr",11"line": "",12"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",13"position": {14"row": 5,15"column": 016}17}18}192021