page_content
stringlengths
0
46.9k
metadata
dict
### Bug description I'm trying to include a code block in a numbered list and I'm getting unexpected output: Input: ````md --- title: "Test" author: "Andew Barros" format: html --- 1. Question ```{r} 1 + 1 ``` 1. Question 2 ```` Output: ``` 1. Question 1 + 1 ::: {.cell-o...
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-11-14T19:42:03Z", "creator": "ajb5d", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 3325, "state": "open", "title": "Add lint warning when code block is indented inconsisten...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3322 <div type='discussions-op-text'> <sup>Originally posted by **AlbertRapp** November 14, 2022</sup> Would it be possible to transform the `.remark` class into a `#rem-` name such that remarks are numbered and become cross-referenceable? ...
{ "assignee": "cscheid", "comments": 4, "created_at": "2022-11-14T18:46:37Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "crossref" ], "locked": false, "milestone": "v1.4", "number": 3323, "state": "open", "title": "Numbered and cross-referencable Remarks", "url": "https:/...
To reproduce: 1. Create a minimal diagram on diagrams.net. (I created a box with the text "TEST" inside) 2. Export as SVG (using defaults) 3. Include SVG file as image in quarto pptx presentation and render to pptx 4. Open in PowerPoint (Microsoft 365 version 2202) 5. Get blank image with this notice: ![image](ht...
{ "assignee": null, "comments": 1, "created_at": "2022-11-14T14:37:59Z", "creator": "ropeladder", "is_pull_request": false, "labels": [ "needs-repro", "third-party" ], "locked": false, "milestone": null, "number": 3315, "state": "closed", "title": "PowerPoint blocks included SVG images f...
### Bug description Hi. I'm trying to render a table within a r-code chunk with `knitr::kable()` in a two column setting, but got the following trouble in the background jobs tab: ``` compilation failed- error Package longtable Error: longtable not in 1-column mode. See the longtable package documentation fo...
{ "assignee": null, "comments": 4, "created_at": "2022-11-14T14:31:54Z", "creator": "emilianomm", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3314, "state": "closed", "title": "`compilation failed -error` upon rendering a table with knitr::kab...
### Bug description Hello, I am trying to embed a youtube video into a Quarto document (v1.2.269 on windows 11 pro). However, I noticed that the video embedding failed when setting either `embed-resources: true` or `self-contained: true` in the YAML. The same occurred using the `{{< video LINK >}}` shortcode ...
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-11-14T12:32:34Z", "creator": "elgabbas", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3310, "state": "closed", "title": "embedding video failed when using `embed-resources: true` or ...
### Bug description html option `number-sections: false` does not remove numbering in html `<head><title>` metadata, leaving numbering in tabs. ### Checklist - [ ] Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing...
{ "assignee": null, "comments": 2, "created_at": "2022-11-12T19:20:40Z", "creator": "alxsimon", "is_pull_request": false, "labels": [ "bug", "needs-repro" ], "locked": false, "milestone": null, "number": 3304, "state": "closed", "title": "html `number-sections: false` does not remove num...
### Bug description Hello, I am trying to run a bash code chunk using Quarto (`v1.2.269`). The following works nicely ```` --- format: html: kernel: knitr --- ```{r} ``` ```{bash} echo "AA" ``` ```` However, it uses the default git bash software, which does not support all bash/shell command...
{ "assignee": "cderv", "comments": 3, "created_at": "2022-11-12T14:02:56Z", "creator": "elgabbas", "is_pull_request": false, "labels": [ "bug", "needs-repro", "windows" ], "locked": false, "milestone": null, "number": 3302, "state": "closed", "title": "Running bash chunks using wsl",...
Hi, I am not sure if this is a bug or a feature, although but I have not been able to find it documented nor in other bugs reports. I have Quarto document with output format `revealjs`. I include in my code chunks the options `echo: true` and `output-location: column` (the same happens with `column-fragment`). ...
{ "assignee": null, "comments": 2, "created_at": "2022-11-12T11:38:22Z", "creator": "albarran", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 3301, "state": "open", "title": "output-location: column does not work with tabsets", "ur...
### Bug description When I render a qmd file to a website, the index.html points to the incorrect file. reproducible exampl here: https://github.com/poldrack/talks-nipreps. inside cloned repo: ``` rm -rf docs quarto render NiPreps.qmd ``` This renders to docs/talk - index.html in that folder should redirect ...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2022-11-11T19:16:11Z", "creator": "poldrack", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3297, "state": "closed", "title": "index.html redirects to incorrect file", "url": "https:...
In the case of ``` listing: contents: - should be first.qmd - I'm second.qmd - third.qmd ``` the default ordering of listing items will be based on title, which in the case above, would list articles as: 1. I'm second 2. should be first 3. third Using `sort` with its ...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-11-11T18:22:18Z", "creator": "kmasiello", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 3296, "state": "closed", "title": "Feature request - sort listings by specified order", "url": "https:...
### Bug description Cross references to a figure I create in a Jupyter Notebook cell do not render in other cells in the notebook. I've tested this on both Windows 11 and Ubuntu 22.10. Quarto version `1.2.269`. How to reproduce: Create a test notebook with a raw cell, a code cell and a markdown cell. ``` ...
{ "assignee": null, "comments": 2, "created_at": "2022-11-11T17:45:46Z", "creator": "jensodeg", "is_pull_request": false, "labels": [ "bug", "needs-repro" ], "locked": false, "milestone": null, "number": 3295, "state": "closed", "title": "Computed notebook figure cross reference not rend...
### Bug description My apologies if i put this on the wrong page, or if it should be a feature request. I have not been able to find documentation for aligning mermaid diagrams. Mermaid diagrams appear to be left-aligned for html and docx outputs. I can't change this with `fig-align: center` in the yml file, nor wi...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-11-11T13:51:29Z", "creator": "VMTdeJong", "is_pull_request": false, "labels": [ "bug", "mermaid" ], "locked": false, "milestone": "v1.3", "number": 3294, "state": "closed", "title": "Alignment of mermaid diagrams", "url": "htt...
### Bug description column-margin contents have arbitrary and broken placement if used within panel-tabset Probably related to closed [issue](https://github.com/quarto-dev/quarto-cli/issues/2341 ) Anecdotally, margin height seems to be set relative to the tab's contents, and then moved lower, and lower, until it...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2022-11-10T21:27:16Z", "creator": "rexdouglass", "is_pull_request": false, "labels": [ "bug", "articles" ], "locked": false, "milestone": "v1.3", "number": 3280, "state": "closed", "title": "column-margin Misplacement in panel-ta...
### Bug description I have the below code in a Quarto project and I'm trying to render to pdf. ````{r} #| label: fig-ash-map #| fig-cap: "Map of Town of Ashland" ashland <- st_read('https://services2.arcgis.com/sKZWgJlU6SekCzQV/arcgis/rest/services/Ashland_Boundary/FeatureServer/0/query?outFields=*&where=1%3D1&...
{ "assignee": "cderv", "comments": 8, "created_at": "2022-11-10T20:44:03Z", "creator": "ericvmai", "is_pull_request": false, "labels": [ "bug", "enhancement" ], "locked": false, "milestone": "v1.4", "number": 3279, "state": "open", "title": "error with pdf output and html function (leafl...
### Bug description ## Description This is only happening on my Apple M1 (Big Sur). Works fine on RStudio Cloud. I am using Quarto version 1.2.269. Clean install of most recent R. When a child Rmd with a `gt()` call is in a subdirectory **and** a file with the same name is **not** in root, then Quarto render t...
{ "assignee": "cscheid", "comments": 6, "created_at": "2022-11-10T17:25:27Z", "creator": "eeholmes", "is_pull_request": false, "labels": [ "bug", "tables" ], "locked": false, "milestone": null, "number": 3274, "state": "closed", "title": "Quarto render throws 'file not found' error with ...
### Bug description Thanks for all your work on this! `output-location` should work when placed in the YAML header. Currently this option only works when placed inside individual chunk options. Example: ````md --- format: revealjs knitr: opts_chunk: echo: true output-location: fragment --- ...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2022-11-09T22:02:40Z", "creator": "wklimowicz", "is_pull_request": false, "labels": [ "bug", "documentation", "revealjs" ], "locked": false, "milestone": "v1.3", "number": 3261, "state": "closed", "title": "`output-location` ...
Quarto Version: 1.2.246 flextable 0.8.3 (latest) ### Bug description When I render (in RStudio or terminal), it hangs if I have a flextable. Hanging started with Quarto 1.2 release. Still works fine with Quarto 1.1 on RStudio Cloud. ### Checklist - [x] Please include a minimal, fully reproducible example i...
{ "assignee": null, "comments": 3, "created_at": "2022-11-09T21:19:48Z", "creator": "eeholmes", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3257, "state": "closed", "title": "Rendering to docx hangs when flextable used; new issue with Quarto v 1.2", "url...
### Bug description There seems to be an issue with plotly inside of divs that normally shouldn't be run and displayed e.g. in the following qmd file: ````md --- title: "Untitled" # prefer-html: true format: html: default pdf: default --- # Test ::: {.content-hidden when-format="html"} Will not ap...
{ "assignee": "cscheid", "comments": 5, "created_at": "2022-11-09T15:16:46Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [ "documentation", "enhancement" ], "locked": false, "milestone": "Future", "number": 3254, "state": "open", "title": "`::: {.content-hidden unless-forma...
### Bug description When I use the command 'quarto publish' every post/page is recreated/updated in html, regardless of whether the page/content changed or not. - Is this the correct/expected behavior? ![image](https://user-images.githubusercontent.com/10573663/200681106-b6a1d10c-e8c0-4d64-a96a-872789ced78f.png...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-11-08T21:47:45Z", "creator": "thomashallam", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3251, "state": "closed", "title": "sitemap.xml generation incorrect date?", "url": "https:...
### Bug description A markdown cell in a .ipynb that contains a number will be printed in a very funky way using the weasyprint engine and the format is PDF Using the following code as a markdown cell in a ipynb ``` one string 212 another string ``` The generated pdf will look like this ![image](https://us...
{ "assignee": null, "comments": 0, "created_at": "2022-11-08T19:23:53Z", "creator": "a0th", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 3248, "state": "open", "title": "Issue with weasyprint and markdown numbers in PDF reports", ...
### Bug description I'm not sure whether that's a {gt} or a Quarto problem. Since the {gt} code itself runs, I put it here. Using IDs in {gt} tables causes issues with rendering a Quarto document. I don't know what the error means so I'll just put it here. ``` Error running filter /opt/quarto/share/filters/quar...
{ "assignee": "cscheid", "comments": 5, "created_at": "2022-11-08T19:20:31Z", "creator": "AlbertRapp", "is_pull_request": false, "labels": [ "bug", "duplicate", "tables" ], "locked": false, "milestone": null, "number": 3247, "state": "closed", "title": "Quarto does not render with so...
### Bug description So I have some issues with including pictures in a quarto project, and it seems to be persisent even in very simple examples, so I think it's a bug. As this is concerned with folder structure, the issue is a bit hard to reproduce. Bear with me, and please ask and I'll happy to clarify. ...
{ "assignee": "cderv", "comments": 11, "created_at": "2022-11-08T16:45:23Z", "creator": "emilBeBri", "is_pull_request": false, "labels": [ "bug", "needs-repro", "file-systems", "stale" ], "locked": false, "milestone": "v1.4", "number": 3245, "state": "open", "title": "putting qmd...
### Bug description Hi all, I am trying to write a presentation using Reveal.js that mix R and python code. I think it is possible to mix code in Quarto documents, I do not understand what's going on here. It seems not possible, or I am missing something. Here is a simple example of qmd file that does not compil...
{ "assignee": null, "comments": 7, "created_at": "2022-11-08T15:32:15Z", "creator": "NRaillard", "is_pull_request": false, "labels": [ "bug", "needs-repro" ], "locked": false, "milestone": null, "number": 3244, "state": "closed", "title": "Mix R and python code in Quarto presentation", ...
### Bug description The number of the section is duplicated both in the table of contents and in the body. Tested pdf engines: wkhtmltopdf, weasyprint, paged.js. The following ipynb file ``` --- format: pdf pdf-engine: wkhtmltopdf number-sections: true --- # H1 ## H2 ``` Will produce this PD...
{ "assignee": null, "comments": 2, "created_at": "2022-11-08T15:07:47Z", "creator": "a0th", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 3243, "state": "open", "title": "Duplicated number section when not using latex in PDF from ipy...
### Bug description I am trying to edit the title slide layout for revealjs output using the title-slide.html partial. However, quarto complains that only title-block.html is acceptable. This is not the behavior that the [guide](https://quarto.org/docs/journals/templates.html#revealjs-partials) describes. This e...
{ "assignee": null, "comments": 2, "created_at": "2022-11-08T13:40:14Z", "creator": "mtthsdzwn", "is_pull_request": false, "labels": [ "bug", "needs-repro" ], "locked": false, "milestone": null, "number": 3240, "state": "closed", "title": "revealjs partials: title-slide.html not accepted...
### Bug description The following minimal working example `````` --- title: "MWE" --- ```{mermaid} %%| label: fig-percentage %%| fig-cap: Flowchart flowchart LR A[Hard edge] --> B(Round edge) B --> C{Decision} C --> D[Result one] C --> E[Result two] ``` ```{mermaid} //| label: fig-slash ...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-11-08T04:35:54Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 3235, "state": "open", "title": "Improve validation of mermaid code block", "url": "h...
### Bug description Originally reported at https://github.com/quarto-dev/quarto-cli/discussions/3218 Quarto supports [cross reference to book chapters](https://quarto.org/docs/books/book-crossrefs.html) but does **not** support to book parts. ![Screenshot 2022-11-08 at 10-43-17 MWE](https://user-images.githubuse...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-11-08T02:44:09Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [ "bug", "duplicate", "crossref" ], "locked": false, "milestone": "v1.4", "number": 3234, "state": "closed", "title": "Support cross reference to bo...
Not everyone knows either of these and the upwards arrow can easily render funny as well.
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-11-08T00:50:44Z", "creator": "kendonB", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4501, "state": "open", "title": "Change '^' to 'Ctrl' and the upwards arrow to 'Shift' ...
### Bug description I am using Ubuntu 20.04 and am experiencing this issue in version 1.1.251 and 1.2.262 of quarto-cli. No editor/IDE was used, just terminal. The minimal example in my case is one of the tutorial commands here: https://quarto.org/docs/books/ ``` quarto create-project mybook --type book ``` ...
{ "assignee": null, "comments": 2, "created_at": "2022-11-07T22:22:55Z", "creator": "pvelayudhan", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3230, "state": "closed", "title": "Search works in HTML book preview, but not in rendered HTML book", "url": "h...
This will work around different versions of vs code using slightly different paths.
{ "assignee": null, "comments": 1, "created_at": "2022-11-07T21:06:41Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug", "open-pr" ], "locked": false, "milestone": "v1.2", "number": 3227, "state": "closed", "title": "preview: Don't prefix paths with `/` in case they al...
### Bug description Hi all, I am trying to make some basic adjustments to a few files, and I wanted to set up the development version of the Quarto CLI. * I `git clone`d a fresh version from my fork of `main` * I then ran `configure.cmd` as direct and it doesn't complete successfully. I think it has someth...
{ "assignee": null, "comments": 3, "created_at": "2022-11-07T20:29:19Z", "creator": "jlgraves-ubc", "is_pull_request": false, "labels": [ "bug", "windows" ], "locked": false, "milestone": "Future", "number": 3225, "state": "open", "title": "Configure.cmd does not work when spaces are in ...
### Bug description Long strings in backticks or code chunks do not wrap - this can lead to content overflowing into the gutter and covering the floating ToC. The problem at: https://twitter.com/mariviere1/status/1589662823378194433 appears to be fixed per #2649: ![image](https://user-images.githubusercontent....
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-11-07T18:28:10Z", "creator": "jthomasmock", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3221, "state": "closed", "title": "Long strings in backticks do not wrap", "url": "https://...
``` --- title: Break --- This will [break quarto](hi.html#oh%20%no). ``` The error message is pretty terrible: ``` quarto render bad-url.qmd pandoc to: html output-file: bad-url.html standalone: true section-divs: true html-math-method: mathjax wrap: none default-image-extension: png...
{ "assignee": "cscheid", "comments": 0, "created_at": "2022-11-07T18:19:06Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3220, "state": "closed", "title": "Invalid URIs cause quarto to fail with bad error message", "...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3207 <div type='discussions-op-text'> <sup>Originally posted by **obrl-soil** November 7, 2022</sup> Having recently started a Mastodon account, I see there's an option to help 'verify' one's account against one or more external websites, des...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-11-07T13:38:32Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 3212, "state": "closed", "title": "rel=\"me\" verification on About page links", "url": "https://git...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3060 <div type='discussions-op-text'> <sup>Originally posted by **kir0ul** October 27, 2022</sup> Hi, Thanks for this super useful tool! I was wondering if there's a way to add a `loop="true"` attribute to a `<video>` element in a `revea...
{ "assignee": "allenmanning", "comments": 1, "created_at": "2022-11-07T10:36:34Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "enhancement", "good-first-issue", "video" ], "locked": false, "milestone": "v1.4", "number": 3210, "state": "open", "title": "Adding at...
### Bug description Hi, when templating a document structure and adding literature references ``` quarto create-project --type book cat intro.qmd # Introduction @knuth84 # Chapter 2 ## Subchap 1 ## Subchap 2 ### Subsubchap 1 ### Subsubchap 2 ``` it migtht come to this strange result for all formats: <i...
{ "assignee": null, "comments": 2, "created_at": "2022-11-07T10:21:26Z", "creator": "iusgit", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3208, "state": "closed", "title": "Citation disturbs templated TOC", "url": "https://github.com/quarto-dev/quarto-cl...
### Bug description The [documentation](https://quarto.org/docs/books/book-structure.html#parts-appendices) has ``` crossref: appendix-title: "App." appendix-delim: ":" ``` as example. `quarto render` gives ``` ERROR: Project _quarto.yml validation failed. In file _quarto.yml (line 73, columns 3-...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-11-07T06:42:22Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 3205, "state": "closed", "title": "Property name appendix-title is invalid", "url": "https:...
### Bug description ````md --- title: "Untitled" format: revealjs: center: true theme: beige fig-align: center filters: - filters/diagram-generator.lua - quarto --- # hello ```{.plantuml width=80%} @startuml skinparam backgroundcolor transparent A -> B : hello ...
{ "assignee": null, "comments": 5, "created_at": "2022-11-07T04:53:53Z", "creator": "bayeslearner", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3203, "state": "closed", "title": "output of bash block not rendered. ", "url": "https://github.c...
### Bug description `quarto render --help` works as expected, displays a typical help menu The shorthand `quarto render -h` gives ``` ERROR: The specified directory ('.') is not a Quarto project ``` MacOS Monterey, Quarto 1.2.262 installed via .pkg ### Checklist - [ ] Please include a minimal, fully repro...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-11-07T03:55:19Z", "creator": "g-simmons", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3202, "state": "closed", "title": "quarto render -h throws an error if not inside a quarto ...
### Bug description [My blog](https://www.quantumjitter.com/categories/r/) contains some `qmd` posts (with a `hugo-md` format) and some `Rmarkdown`. [This is the repo](https://github.com/cgoo4/quantumjitter). The [RSS feed](https://simplepie.org/demo/?feed=https%3A%2F%2Fwww.quantumjitter.com) is not behaving as ex...
{ "assignee": "jjallaire", "comments": 0, "created_at": "2022-11-06T12:02:17Z", "creator": "cgoo4", "is_pull_request": false, "labels": [ "bug", "hugo" ], "locked": false, "milestone": "Future", "number": 3195, "state": "open", "title": "RSS feed missing images using the Quarto `hugo-md`...
Sir, I was making a class note for students to teach linear model analysis using R. I was making the report in Quarto with knitr engine, and step by step previewing the outputs with following command: quarto preview 'filename.qmd' But, when I fitted lm() model and gave summary (km.object) command, then entire HTM...
{ "assignee": null, "comments": 1, "created_at": "2022-11-06T09:47:53Z", "creator": "aksigkvgithub", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 3193, "state": "closed", "title": "summary.lm() output disturbs the entire Quarto output w...
### Bug description I was confused for a while why my project wasn't rendering anymore with no error without me making any changes to it. The reason turned out to be that I had moved the project to a path that had a directory that starts with a `.` (hidden). I realize ignoring hidden directories *in the project dir...
{ "assignee": null, "comments": 7, "created_at": "2022-11-05T21:11:52Z", "creator": "visr", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 3186, "state": "open", "title": "quarto project render empty if a parent dir is .hidden", "ur...
### Bug description Using a build obtained an hour ago via `git pull` followed by `./configure.sh`, on Mac, editing in VSCode, watching with Firefox. I was adding the subscription feature to my blog. I added a `subscribe.html` file and was playing with it. Loaded the blog with `quarto preview` at the command li...
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-11-05T17:51:02Z", "creator": "bryanhanson", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 3185, "state": "open", "title": "Resource files are not watched in preview mode", "...
The citations don't have hyperlinks when output to pdf or word. Other cross-references work as intended. How do I add hyperlinks to the citations?
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-11-05T13:40:39Z", "creator": "ghost", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.3", "number": 3197, "state": "closed", "title": "Add hyperlinks for citations", "url": "https://g...
When I change the format from html to pdf in the getting-started [example](https://quarto.org/docs/get-started/hello/rstudio.html) I get the error ``` compilation failed- error Unable to load picture or PDF file 'https://quarto.org/docs/get-started/hello/images/rstudio-hello.png'. ``` When I save the image loca...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2022-11-05T10:31:22Z", "creator": "johannes4998", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.3", "number": 3375, "state": "closed", "title": "Auto-resolve external figures in PDF format",...
When I render a notebook in quarto within a headless job (OS Shell), the matplotlib figures in the notebook don't have the `img-fluid` class (just `class= "column-page-left"`), and end up covering up the TOC. When I render the notebook manually on the server (Jupyterlab terminal) it looks correct and the images have th...
{ "assignee": null, "comments": 2, "created_at": "2022-11-05T00:46:47Z", "creator": "filipj8", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 3196, "state": "closed", "title": "TOC is covered by figures (flakey)", "url": "https://github...
### Bug description When rendering to markdown, if any cell output contains fenced codeblocks, the closing fence characters get escaped (or weirder things happen, if several fenced code blocks appear in a cell output). I'm seeing this on a mac osx, on quart version `1.1.251`. Note that the examples render to github...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-11-04T19:22:55Z", "creator": "machow", "is_pull_request": false, "labels": [ "bug", "jupyter" ], "locked": false, "milestone": "v1.3", "number": 3179, "state": "closed", "title": "Conversion to markdown incorrectly escapes backt...
### Bug description **Context,** my current workflow is to have a QMD that analyses a model fit using only the fit object. This is then pulled into a application specific report using `knitr::knit_child`. **Issue** is that the table of contents (TOC) is missing subsections if the child report has n > 1 subsections...
{ "assignee": "cscheid", "comments": 0, "created_at": "2022-11-04T18:36:18Z", "creator": "nclJoshCowley", "is_pull_request": false, "labels": [ "bug", "crossref" ], "locked": false, "milestone": "v1.4", "number": 3178, "state": "open", "title": "TOC ignoring subsections from child docume...
### Bug description # Configuration quarto release `1.2.258` quarto tools: ``` [βœ“] Inspecting tools Tool Status Installed Latest chromium Not installed --- 869685 tinytex Up to date v2022.11 v2022.11 ``` OS: ``` Systemversion: macOS 13...
{ "assignee": "cscheid", "comments": 6, "created_at": "2022-11-04T18:35:14Z", "creator": "philwunderlich", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.3", "number": 3177, "state": "closed", "title": "Improve error message when Chrome and Chromium ...
### Bug description When scrolling on a quarto website, e.g. https://quarto.org/, the navbar is meant to disappear and appear on scrolling. Every time this happens, a style tag is added to the head: ![image](https://user-images.githubusercontent.com/17450586/200012524-9ff5b561-bdfc-4433-8995-df52d9a9766f.png) ...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-11-04T15:28:02Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 3172, "state": "closed", "title": "navbar hiding and appearing adds infinitely many `style` ta...
### Bug description I am having trouble when trying to reproduce the examples in the [docs](https://quarto.org/docs/interactive/ojs/data-sources.html) on how to use arrow as a data source for Quarto. Below is a reprex and the error message I am getting. ![image](https://user-images.githubusercontent.com/39886440/2000...
{ "assignee": null, "comments": 12, "created_at": "2022-11-04T15:20:03Z", "creator": "novotny1akub", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3171, "state": "closed", "title": "Quarto with arrow", "url": "https://github.com/quarto-dev/qua...
Hi, when I create a book project like the default with `quarto create-project --type book` and add an appendix like ``` project: type: book book: title: "quartoiusbook" author: "Jane Doe" date: "3.11.2022" chapters: - index.qmd - intro.qmd - summary.qmd - references.qmd a...
{ "assignee": null, "comments": 2, "created_at": "2022-11-04T11:19:56Z", "creator": "iusgit", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3164, "state": "closed", "title": "Wrong page number in the TOC for \"Appendices\"", "url": "https://github.com/quar...
### Bug description I tried to use Quarto with a sqlite database, but it does not seem to be working. Below is an error message I get when I open the generated html file in the browser. The reprex is also below. [Here ](https://observablehq.com/d/a9047fb68f840243)is an observablehq workbook where this sqlite database ...
{ "assignee": "cscheid", "comments": 11, "created_at": "2022-11-04T10:20:08Z", "creator": "novotny1akub", "is_pull_request": false, "labels": [ "bug", "ojs-engine" ], "locked": false, "milestone": "v1.2", "number": 3163, "state": "closed", "title": "Quarto with SQLite does not seem to be...
It seems that paths beginning with `/` are treated as relative paths. For example when running quarto 1.2.258, with this content in aquarto project in `/home/user/Documents/Boulot/`: ```md --- format: latex: papersize: a5 classoption: - fontsize=10pt - DIV=calc --- # Exercices s...
{ "assignee": null, "comments": 1, "created_at": "2022-11-03T18:10:40Z", "creator": "benabel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3160, "state": "closed", "title": "Can't include file with absolute path with include directive", "url": "https://g...
Dear developers of quarto, running quarto with this content: ```md --- format: latex: papersize: a5 classoption: - fontsize=10pt - DIV=calc --- # Exercices sur le chapitre 2: ReprΓ©sentation des entiers relatifs {{< include ./_file with space.qmd >}} ``` Outputs this error...
{ "assignee": "cscheid", "comments": 6, "created_at": "2022-11-03T18:01:51Z", "creator": "benabel", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3159, "state": "closed", "title": "Can't include file with space with include directive", "url"...
### Bug description In the `_quarto.yml` file, setting `engine: knitr` or any variants (`jupyter: python3`, etc) should apply as the default for any files unless modified in the subsequent file's YAML. On M1 Pro Mac running MacOS Monteray. Using RStudio Version 2022.12.0-preview+303 (2022.12.0-preview+303) ...
{ "assignee": "cscheid", "comments": 0, "created_at": "2022-11-03T17:19:57Z", "creator": "jthomasmock", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 3157, "state": "open", "title": "engine: should be respected globally at the _quarto.yml leve...
Consider the following code: ```` --- title: "Untitled" format: pdf engine: jupyter --- ```{python} #| echo: false #| fig-align: center #| fig-width: 2 import matplotlib.pyplot as plt x = [1, 2] y = [2, 3] plt.plot(x,y) ``` ```` The chosen value for `fig-width` has no effect. I am using Qua...
{ "assignee": "cscheid", "comments": 5, "created_at": "2022-11-03T12:51:05Z", "creator": "psads-git", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 3155, "state": "open", "title": "fig-width has no effect with jupyter engine", "url...
### Bug description We can convert between .ipynb and .qmd representations of a notebook using the quarto convert command. However, some notebooks have custom directives. These are normally supported during project compilation using the `ipynb-filters` option in `_quarto.yml` and are essential to the nbdev projec...
{ "assignee": "cscheid", "comments": 13, "created_at": "2022-11-03T08:50:05Z", "creator": "githubpsyche", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3152, "state": "closed", "title": "custom directives / ipynb-filters during quarto convert"...
### Bug description Hi! I have a website with control version in GitHub. I want to include a CI process to render it every time I push something. Following the docs for GitHub pages (https://quarto.org/docs/publishing/github-pages.html#github-action) I copy-pasted this into `.github/workflows/publish.yml` ``...
{ "assignee": null, "comments": 2, "created_at": "2022-11-02T10:29:43Z", "creator": "maikol-solis", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3147, "state": "closed", "title": "ERROR: No _publish.yml file available for GitHub pages CI", "u...
Thank you all in advance, for being here, for Quarto, and for reading this. I am going to ask this in the _Citation Style Language forum_ too. I am using the **Quarto** version that came installed with the latest release of **RStudio**, in Windows 11. ```{markdown} Spotted Wakerobin" Release (e7373ef8, 202...
{ "assignee": "dragonstyle", "comments": 7, "created_at": "2022-11-01T15:13:50Z", "creator": "Nicholas-R-Sheriff", "is_pull_request": false, "labels": [ "bug", "needs-repro" ], "locked": false, "milestone": "v1.4", "number": 3131, "state": "closed", "title": "How to handle .CSL's format ...
### Bug description I am trying to create a report, which should also have List of Figures. However, I am unable to add the plots created by ggplot2 package in the list of figures. In the rendered report, I can see there is a List of Tables and a List of Figures, but the List of Figures is empty. Even though I have cr...
{ "assignee": null, "comments": 2, "created_at": "2022-11-01T06:06:49Z", "creator": "bhattmaulik", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3128, "state": "closed", "title": "I am unable to add a plot in the List of Figures in PDF output", ...
When i use layout: full, the right margin is not going interactive. I can't make any click over there, i tried to reach how to solve it but the only way is taking out the layout function
{ "assignee": null, "comments": 4, "created_at": "2022-11-01T01:00:42Z", "creator": "Felipepereyra", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 3129, "state": "closed", "title": "YAML => problem with layout: full", "url": "https://g...
I tried to render pdf with number-offset. The document seemed to run, but produced the error message: Aeson exception: Error in $: parsing [] failed, expected Array, but encountered Number When I changed output to html or removed number-offset, the code worked. A short .qmd script that produced the error is belo...
{ "assignee": "cscheid", "comments": 5, "created_at": "2022-10-31T23:21:26Z", "creator": "thedabs91", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 3126, "state": "closed", "title": "number-offset does not work with pdf output", "url": "https://github.co...
### Bug description Using Quarto v1.2.253, the following document does not display affiliation header/label. ``` --- title: "Hello world" author: - name: Bill Gates orcid: 0000-0003-1689-0557 email: bill@gates.com affiliations: - name: Bill & Melinda Gates Foundation address: ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-10-31T22:07:57Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 3125, "state": "closed", "title": "Affiliation header/label is \"empty\" thus no longer disp...
The integration with RStudio is good for people working with R, but I think an Integration with DataSpell (the Pycharm-like IDE) could benefits to Python users as well. What do you think?
{ "assignee": null, "comments": 3, "created_at": "2022-10-31T19:01:12Z", "creator": "slimhk45", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 3124, "state": "open", "title": "Is a plugin for Jetbrains DataSpell planned?", "url": "h...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3088 <div type='discussions-op-text'> <sup>Originally posted by **kris-brown** October 28, 2022</sup> Hi, I have a global `_quarto.yml` with a `date: last-modified` line which applies to all the `.qmd` files in my project. I then have a li...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-10-31T14:48:03Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 3121, "state": "closed", "title": "Listing field not inherited from global _quarto.yml", "url": "htt...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3031 <div type='discussions-op-text'> <sup>Originally posted by **aborruso** October 25, 2022</sup> Hi, a lot of time we have great quarto sites, with very long pages. In these cases I am missing a back-to-top button, as the one we have in...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-10-31T13:38:39Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 3120, "state": "closed", "title": "[Feature proposal]: back-to-top button, for HTML output", "url": ...
### Bug description In my experience the image resizing only works if there is at least one additional item on the same slide, this can be text, note, or additional image. Please see below full qmd for the example. I use `knitr::include_graphics` to include the images. Example of code would be: ```{r} #| lab...
{ "assignee": null, "comments": 2, "created_at": "2022-10-31T10:27:22Z", "creator": "ivanek", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 3117, "state": "closed", "title": "Presentation (revealjs) -- Image resize only works if there is additional item on...
### Bug description When you add [custom appendix sections](https://quarto.org/docs/authoring/appendices.html#custom-appendix-sections) to a post, they are included in the table of contents. I believe this is a bug, as other non-custom sections such as "Citation" are not. You can see this behaviour in this [blog po...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-10-30T20:19:01Z", "creator": "mccarthy-m-g", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3113, "state": "closed", "title": "Custom appendix sections appear in table of contents"...
### Bug description When you add [custom appendix sections](https://quarto.org/docs/authoring/appendices.html#custom-appendix-sections) to a post, the headings for these sections are not given an anchor. I believe this is a bug, as other non-custom sections such as citation are given an anchor. You can see this beh...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-10-30T20:06:15Z", "creator": "mccarthy-m-g", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3112, "state": "closed", "title": "Custom appendix sections are not anchored", "url": ...
### Bug description I have the input below: - if I use markdown headings, the slide is not readable ![image](https://user-images.githubusercontent.com/30607/198874576-95d6c24b-b27c-468a-ab3a-fb5dfe39324f.png) - if I use html headins, it's all ok ![image](https://user-images.githubusercontent.com/30607/198...
{ "assignee": null, "comments": 3, "created_at": "2022-10-30T10:49:49Z", "creator": "aborruso", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3111, "state": "closed", "title": "revealjs vertical slides: columns settings does not work well", "u...
### Bug description Quarto currently doesn't support custom giscus themes, and instead restricts you to the prebuilt themes. If you input something other than those themes, e.g.: ```yaml comments: giscus: theme: https://giscus.app/themes/custom_example.css ``` You get the following error: ``` K...
{ "assignee": "cscheid", "comments": 0, "created_at": "2022-10-30T01:11:06Z", "creator": "mccarthy-m-g", "is_pull_request": false, "labels": [ "bug", "yaml-validation" ], "locked": false, "milestone": "v1.3", "number": 3105, "state": "closed", "title": "Custom giscus themes not supported...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3091 <div type='discussions-op-text'> <sup>Originally posted by **sje30** October 28, 2022</sup> Using quarto 1.1.251 with the following file: ```` --- title: "test of julia" author: "SJE" engine: jupyter execute: echo: true format...
{ "assignee": null, "comments": 4, "created_at": "2022-10-28T16:07:23Z", "creator": "cscheid", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3093, "state": "closed", "title": "Broken output from a Julia chunk", "url": "https://github.com/quarto-dev/quarto-...
Referring images from parent folder can not be shown correctly in `html` format, see demo code below: ````qmd --- format: html --- ```{r} #| echo: false #| include: false # generate a image require(ggplot2) qplot(1) ggsave("../img.png") ``` ![](../img.png) ```` I understand that the `html` can...
{ "assignee": null, "comments": 1, "created_at": "2022-10-28T12:06:08Z", "creator": "mingsu", "is_pull_request": false, "labels": [ "wontfix" ], "locked": false, "milestone": null, "number": 3086, "state": "closed", "title": "Image from parent folder not shown in `html` format", "url": "ht...
### Bug description When tables get rendered without a `colgroup` element (so whenever columns do not get a specific size), the border at the top of the table doesn't show. For example, in a new website with this `index.qmd`: ``` md --- title: "Test" --- | a | a | a | | - | - | - | | a | a | a | | aaaaaa...
{ "assignee": "cscheid", "comments": 0, "created_at": "2022-10-28T10:49:29Z", "creator": "tomvaneyck", "is_pull_request": false, "labels": [ "bug", "tables" ], "locked": false, "milestone": "v1.3", "number": 3084, "state": "closed", "title": "Top border table does not get rendered withou...
### Bug description I can render the following script on its own just fine: ```` ```{python} from bokeh.io import output_notebook, show from bokeh.layouts import gridplot from bokeh.plotting import figure output_notebook() x = list(range(11)) y0 = x y1 = [10-xx for xx in x] y2 = [abs(xx-5) for xx in x]...
{ "assignee": null, "comments": 27, "created_at": "2022-10-28T09:53:56Z", "creator": "katossky", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3083, "state": "closed", "title": "NameError when mixing R and Python cells", "url": "https://github...
### Bug description ![Snipaste_2022-10-28_13-24-14](https://user-images.githubusercontent.com/60436214/198509461-2e1b8ae6-4ba9-4032-b9ee-4e62d036e9bd.png) ### Checklist - [ ] Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believ...
{ "assignee": null, "comments": 1, "created_at": "2022-10-28T05:24:23Z", "creator": "Achuan-2", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 3081, "state": "closed", "title": "code content auto breakline", "url": "https://github.c...
### Bug description biblatex ![Snipaste_2022-10-28_11-53-27](https://user-images.githubusercontent.com/60436214/198498699-8f2a348a-e21e-4bc6-9fb2-ca74ed255c54.png) citeproc ![Snipaste_2022-10-28_11-56-21](https://user-images.githubusercontent.com/60436214/198499032-46c41e83-2faf-45f5-8bad-23e6c7c45a03.png) ...
{ "assignee": null, "comments": 1, "created_at": "2022-10-28T03:56:40Z", "creator": "Achuan-2", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3080, "state": "closed", "title": "biblatex dont't render with csl style", "url": "https://github.com...
Trying to make my Quarto website 508 compliant, but I'm not seeing any way to add alternate text to the image on my "About" page. Any suggestions?
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-10-27T17:44:27Z", "creator": "ameliaritger", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 3383, "state": "closed", "title": "No option for adding alt text to About Pages images", "url": "ht...
@cscheid per our conversation - When working with custom ejs formats for content listings I find myself wanting to add additional metadata. However I am limited to either using the default metadata available from auto content listings (ref: https://quarto.org/docs/websites/website-listings.html#listing-fields) OR d...
{ "assignee": "cscheid", "comments": 4, "created_at": "2022-10-27T16:48:46Z", "creator": "kmasiello", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.3", "number": 3071, "state": "closed", "title": "Website listings - supplement auto content with cust...
### Bug description Hello, I mostly edit in VScode but occasionally switch to RStudio to use the visual editor for idiosyncratic reasons. I've noticed when subsequently switching back to VScode that my line numbering has been changed around inline math. For example, if I originally had ``` The equation is $$ ...
{ "assignee": null, "comments": 3, "created_at": "2022-10-27T15:22:10Z", "creator": "halidaee", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3069, "state": "closed", "title": "Opening .qmd in RStudio visual editor changes line numbering (especi...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3064 <div type='discussions-op-text'> <sup>Originally posted by **apreshill** October 27, 2022</sup> Hello πŸ‘‹ I need to use a local font file in a Quarto-rendered revealjs HTML presentation. I can get the font to render locally, but not wh...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-10-27T14:54:48Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3068, "state": "closed", "title": "Using a custom local font file with revealjs presentations", ...
### Bug description # Quarto-mermaid-docx I'm trying to use mermaid to produce a diagram in html, pdf and docx output. When I use Ctrl Shift B / Render All Formats, I get the following error: ` ERROR: TypeError: error sending request for url (http://localhost:9222/json/list): error trying to connect: tcp connec...
{ "assignee": "cscheid", "comments": 15, "created_at": "2022-10-27T13:34:58Z", "creator": "VMTdeJong", "is_pull_request": false, "labels": [ "bug", "mermaid", "puppeteer" ], "locked": false, "milestone": "v1.3", "number": 3066, "state": "closed", "title": "Cannot render mermaid to do...
786: comment_chars <- knitr_engine_comment_chars[[engine]] %||% "#" 787: comment_start ^ Calls: .main -> source Ν£οΏ½οΏ½
{ "assignee": null, "comments": 1, "created_at": "2022-10-27T11:14:04Z", "creator": "zhangqianfu", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 3065, "state": "closed", "title": "new error happened when compile qmd file", "url": "http...
I hope you don't mind me posting them in this thread, but I found another "quirk" relating to `lang:` setting in dates that have names of months (not just for books). I'm on windows, so maybe it's OS specific? Here's a MWE: ```markdown --- title: "MWE" lang: fr-FR date: last-modified date-format: "DD MMMM YYYY ...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-10-26T21:22:21Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 3059, "state": "closed", "title": "Implement fallback logic for loading date locales", "url": "https...
The following document makes `quarto render --to docx` hang: ```` --- title: "Untitled" --- ```{r include=FALSE} library(officer) library(officedown) library(flextable) knitr::opts_chunk$set(echo = FALSE) ``` ```{r} #| label: tbl-flextable #| tbl-cap: First Flextable flextable::flextable(mtcars[1:4,...
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-10-26T19:19:43Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 3057, "state": "closed", "title": ".docx rendering with flextable hangs", "url": "https://githu...
### Bug description The `quarto inspect` command does not include images in its resource list, which forces manual resource addition when publishing. Given the Quarto document: ```markdown --- format: revealjs --- # Presentation {background-image="logo.svg" background-opacity="0.2"} ![bcorp](bcorps-logo.s...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-10-26T17:23:07Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 3053, "state": "open", "title": "Image resources not enumerated in inspect output", ...
### Bug description Using the latest Quarto with version with latest tools on Windows 11, VSCode: ```sh Quarto: 1.2.242 Tool Status Installed Latest chromium Up to date 869685 869685 tinytex Up to date v2022.10 v2022.10 ``` In _quarto.yml: ``` projec...
{ "assignee": null, "comments": 1, "created_at": "2022-10-26T16:59:19Z", "creator": "javajon", "is_pull_request": false, "labels": [ "windows", "puppeteer" ], "locked": false, "milestone": "Future", "number": 3052, "state": "open", "title": "Hang then error when rending Mermaid graph to ...
### Bug description When previewing a website in Firefox using `quarto preview`, only the homepage loads; whenever clicking any other link in both the navbar or sidebar, the homepage reloads. Quarto gives the following output on clicking a link (but only sometimes): ``` GET: /about.html WARNING: connection closed b...
{ "assignee": "cscheid", "comments": 4, "created_at": "2022-10-26T12:44:17Z", "creator": "tomvaneyck", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 3045, "state": "closed", "title": "Quarto preview only loading homepage in Firefox", "url": ...
This is on us: https://github.com/rstudio/gt/issues/1085
{ "assignee": "cscheid", "comments": 0, "created_at": "2022-10-25T20:41:29Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug", "tables" ], "locked": false, "milestone": null, "number": 3038, "state": "closed", "title": "Missing selectors for gt style override", "url":...
### Bug description I'm working in Quarto and needing to convert to Word for the sake of my co-authors. I'm getting a problem with the way a display equation containing a matrix is rendering. [MatrixTest.qmd.txt](https://github.com/quarto-dev/quarto-cli/files/9863877/MatrixTest.qmd.txt) In my Markdown document ...
{ "assignee": null, "comments": 2, "created_at": "2022-10-25T20:40:01Z", "creator": "ralmond", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3037, "state": "closed", "title": "Latex Matrix not rendering in Word", "url": "https://github.com/quarto-dev/quart...
### Bug description There was a change between quarto 1.1.251 and 1.2.242 such that rendering html fails with SELinux enabled. With a trivial hello world test.qmd file I get the following with 1.2.242: ``` $ quarto render test.qmd tcc: error: mprotect failed: did you mean to configure --with-selinux? ``` With ...
{ "assignee": null, "comments": 1, "created_at": "2022-10-25T17:54:14Z", "creator": "castedo", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3036, "state": "closed", "title": "SELinux execheap access violation generating HTML", "url": "https:/...
We're scraping the latest GH release version from this repo automatically for some internal automation. Is it planned to keep it up-to-date? The latest Quarto release is 1.2.242 since some days but this repo is still sitting at 1.1.251 :)
{ "assignee": null, "comments": 6, "created_at": "2022-10-25T16:05:40Z", "creator": "pat-s", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3032, "state": "closed", "title": "Latest GitHub release", "url": "https://github.com/quarto-dev/quarto-cli/issues/30...
### Bug description Sorry for the weird issue title. If I try to add `lines()` or `points()` to a plot when looping in a `data.table` (using argument `by`), only the last "by call" shows up in the output figure. E.g. if the following code is rendered in a simple quarto document, only 1 line (lab == 'd') is showing in...
{ "assignee": "cderv", "comments": 2, "created_at": "2022-10-25T15:07:55Z", "creator": "ChHaeni", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3029, "state": "closed", "title": "'by'-looping over data.table: only last 'by'-call to points()/line...
### Bug description Opening a Quarto website (or book) from a local drive in a browser (file:///) blocks search from working due to CORS policies in modern browsers (tested on Firefox 105 & Edge 106). Error message from Firefox: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote reso...
{ "assignee": null, "comments": 4, "created_at": "2022-10-25T14:51:14Z", "creator": "GthSd", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3028, "state": "closed", "title": "Search blocked for Quarto website not on webserver", "url": "https://github.com/qu...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3023 <div type='discussions-op-text'> <sup>Originally posted by **mcanouil** October 25, 2022</sup> I don't know if it's really a bug or some kind of misconfiguration, but for both Twitter and OpenGraph cards, the image is not found or none ar...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-10-25T13:03:54Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.3", "number": 3024, "state": "closed", "title": "Issues with social images on quarto.org πŸ€” (...
### Bug description Map with `ipyleaflet` shows in Jupyter notebook, but not showing on the final rendered slides. Os: Ubuntu 22.04 VScode: 1.72.2 Quarto: 1.1.251 Quarto VScode extension: v1.51.0 [leaflet_map.zip](https://github.com/quarto-dev/quarto-cli/files/9856773/leaflet_map.zip) ### Checklist - [X...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-10-25T03:00:34Z", "creator": "rleyvasal", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3019, "state": "closed", "title": "`ipyleaflet` not showing map on rendered quarto slides VScod...
### Bug description Os: Ubuntu 22.04 VScode: 1.72.2 Quarto: 1.1.251 Quarto VScode extension: v1.51.0 I am following the example in the [quarto docs](https://quarto.org/docs/interactive/ojs/) to bring a pandas dataframe to OJS in Jupyter notebook but I get error `'ojs_define' is not defined` ![ojs_definepn...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-10-25T02:29:55Z", "creator": "rleyvasal", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 3018, "state": "open", "title": "`ojs_define()` in python jupyter notebook error `'ojs_define' ...
### Bug description Bug description: Ipywidgets work in jupyter notebook to change a plot, but when rendering to Revealjs slides the interactivity of the sliders does not work on the plot. Os: Ubuntu 22.04 VScode: 1.72.2 Quarto: 1.1.251 Quarto VScode extension: v1.50.0 # Screenshot of Ipywidget in browser ...
{ "assignee": null, "comments": 1, "created_at": "2022-10-24T21:40:08Z", "creator": "rleyvasal", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3016, "state": "closed", "title": "Ipywidgets interactive sliders do change plot in rendered slides VS...
### Bug description Using unicode letters and rendering to pdf results in the letters bein omitted (on manjaro linux, vscode). Setting ```yaml mainfont: Times New Roman ``` lets me render unicode in the main text flow, but not in code blocks. Also this option results in an error when run on my system because the...
{ "assignee": "cwickham", "comments": 7, "created_at": "2022-10-24T20:30:27Z", "creator": "peteole", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 3013, "state": "open", "title": "Greek unicode letters not rendered in pdf output", ...