page_content
stringlengths
0
46.9k
metadata
dict
### Bug description Using Quarto 1.3.340 on macOS. ````markdown --- title: external format: html: link-external-icon: true --- This is a fairly lengthy sentence that has an external link to the website of the [Quarto project](https://quarto.org/). ```` When rendered, things look just fine at firs...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-05-23T13:52:50Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug", "good-first-issue", "html" ], "locked": false, "milestone": "v1.4", "number": 5639, "state": "closed", "title": "link-external-icon ...
### Bug description When setting the `fig-env` or `fig-pos` in the `_quarto.yml`, there is a peculiar bug where it errors if you include single images inside of custom divs. I will show some tests which reproduce the error from the default book project in VSCode when using "New Project --> Book". I have started do...
{ "assignee": "cscheid", "comments": 7, "created_at": "2023-05-23T09:20:12Z", "creator": "BradyAJohnston", "is_pull_request": false, "labels": [ "bug", "crossref" ], "locked": false, "milestone": "v1.4", "number": 5637, "state": "open", "title": "Error with `fig-pos` and Single Images in...
### Bug description Quarto fails to render accents such as tilde and hat in latex equations correctly in revealjs presentation. Below I provide a mwe. <img width="58" alt="image" src="https://github.com/quarto-dev/quarto-cli/assets/40790433/2bcd0713-7d21-4127-a913-5617a0e34ae4"> Safari 16.0, macOS 12.6, MacBook Pr...
{ "assignee": null, "comments": 9, "created_at": "2023-05-23T08:59:16Z", "creator": "murattasdemir", "is_pull_request": false, "labels": [ "bug", "third-party", "revealjs" ], "locked": false, "milestone": "v1.4", "number": 5636, "state": "closed", "title": "Accented characters in mat...
### Bug description Using Quarto 1.3.340 on macOS. Using a Quarto document containing an HTML list with an embedded div: ````markdown --- title: lists --- <ul> <li> <a href="https://posit.co/"> <div> hi </div> </a> </li> </ul> ```` When rendered, this produces ...
{ "assignee": null, "comments": 1, "created_at": "2023-05-22T21:02:01Z", "creator": "aronatkins", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5631, "state": "closed", "title": "HTML ul/li elements with embedded div styled as broken code fragment", "url":...
### Bug description If I use a navbar instead of a sidebar in a book project, social sharing icon URLs are malformed whether I specify one or multiple services. Ref #5629 for a similar bug in sidebar. To reproduce: Create a new book project: ``` $ quarto create-project mybook --type book $ quarto preview ...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-05-22T20:16:44Z", "creator": "blacksqr", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 5630, "state": "closed", "title": "Malformed URL for social sharing icons ...
### Bug description In a book project, if I add `sharing:` metadata with one service specified, the URL assigned to the sharing icon in the rendered page is malformed. However, If I add two or more services, the URLs seem to be formatted properly. To reproduce: Create a new book project: ``` $ quarto crea...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-05-22T20:06:00Z", "creator": "blacksqr", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": null, "number": 5629, "state": "closed", "title": "Invalid URL assigned to social sharing ic...
### Bug description Using Quarto 1.3.340 (1.3.353 also shows the same behavior) on macOS: Given the Markdown file: ````markdown --- title: callout text --- this is a paragraph this is another paragraph ::: {.panel-tabset} ## one option this is text for one option some more text for one optio...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-05-22T18:02:39Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "enhancement", "good-first-issue", "triaged-to" ], "locked": false, "milestone": null, "number": 5626, "state": "closed", "title": "excessi...
### Bug description I specify website `image:` and `open-graph: true` values, but the rendered page chooses another image for the `meta property="og:image"` content value. To reproduce: create a new weblog project: ``` $ quarto create-project myblog --type website:blog $ quarto preview myblog ``` Edit ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-22T17:10:13Z", "creator": "blacksqr", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 5625, "state": "closed", "title": "Wrong Open Graph image chosen", "url"...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/5613 <div type='discussions-op-text'> <sup>Originally posted by **vfacta** May 19, 2023</sup> Is it possible to change the language of the cookie consent banner to the website's main language? [#433](https://github.com/quarto-dev/quarto-cl...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-22T13:41:37Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.4", "number": 5624, "state": "closed", "title": "Cookie Consent Language", "url": "https://github.com/quarto-dev/q...
Bug Template ## Description: Confluence Permission check reported in history feed ## Steps to Reproduce: - Publish Confluence pages several times - Look at the home page history feed ### Expected Result: - A very few number of permission check files are listed ### Actual Result: - Several (one per pub...
{ "assignee": "allenmanning", "comments": 1, "created_at": "2023-05-22T06:53:44Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "bug", "publishing-confluence" ], "locked": false, "milestone": "v1.4", "number": 5622, "state": "closed", "title": "Too many Confluence per...
### Bug description Hi all, I'm using Quarto websites, with Quarto+Revealjs slides, for a course I'm teaching in the fall, and absolutely loving everything about it :) I have a very corner-case issue: I can cross-reference slides perfectly well, except for those I've given the class `.unnumbered`, which I'm us...
{ "assignee": "cscheid", "comments": 5, "created_at": "2023-05-22T01:24:22Z", "creator": "jpowerj", "is_pull_request": false, "labels": [ "enhancement", "crossref" ], "locked": false, "milestone": "v1.4", "number": 5621, "state": "open", "title": "Cross-referencing unnumbered appendix sl...
### Bug description ``` Quarto: 1.3.24 and 1.3.353 in VSCode Windows 10. ``` My document was running well with quarto in vscode a few days ago. However, after I added a few inline equations in a numbered list like below, the following error occurred during the compilation to PDF. 5. For one uncensored surv...
{ "assignee": null, "comments": 3, "created_at": "2023-05-21T11:24:46Z", "creator": "Fred-Wu", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5619, "state": "open", "title": "Undefined control sequence, cannot handle double ended inequality when render PDF", ...
### Bug description A very frustrating problem, which did not exist in my previous version. I want to input the Block block in beamer as follows in QMD: :: {.block} content ::: So that it can be displayed as a block in be after compilation. This was successfully done in previous versions, but cannot be achi...
{ "assignee": "cwickham", "comments": 11, "created_at": "2023-05-21T00:25:18Z", "creator": "williamlorder", "is_pull_request": false, "labels": [ "bug", "documentation" ], "locked": false, "milestone": "v1.4", "number": 5617, "state": "open", "title": "quarto-1.4.80-macos unable to recog...
### Bug description Matlab code cells in qmd files are not recognized by the Quarto Extension for VS Code: ![Screenshot_20230520_215232](https://github.com/quarto-dev/quarto-cli/assets/1738353/78204b80-1574-4b69-8057-c28ea1fc92c1) Within such cells, there is no syntax highlighting or other language support, and ...
{ "assignee": "jjallaire", "comments": 8, "created_at": "2023-05-20T21:07:28Z", "creator": "allefeld", "is_pull_request": false, "labels": [ "bug", "triaged-to", "vscode" ], "locked": false, "milestone": null, "number": 5616, "state": "closed", "title": "Matlab code cells not recogni...
### Bug description # Issue When using a top or right navigation bar (non-default) and the generated PDF filename has consecutive hyphens such as `--` or `---`, those are incorrectly encoded as en and em hyphens in the PDF URL link. For example, the below Quarto Book titled `Test: A Book` will render a PDF named...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-05-20T01:09:49Z", "creator": "HenrikBengtsson", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5615, "state": "open", "title": "Link to PDF in HTML Book incorrectly encodes -- and ...
### Bug description I have been using the code below in rmarkdown::knitr to MS Word docx (via `output: officedown::rdocx_document:`) successfuly to reset the numbering counter for tables and figures, inserting it where I need to reset the counter. Unfortunately it does not work in Quarto docx documents. It would be...
{ "assignee": "cscheid", "comments": 4, "created_at": "2023-05-19T23:19:34Z", "creator": "eeenilsson", "is_pull_request": false, "labels": [ "enhancement", "crossref" ], "locked": false, "milestone": "v1.4", "number": 5614, "state": "open", "title": "Feature request: Some way to reset nu...
### Bug description On Ubuntu, using Quarto 1.2.335 preview reloads when I modify local `.js` files that I require into my qmd file in ojs blocks On 1.3.353 and 1.4.78, this isn't working when I update the .js file or `echo "hi" > ` it. *It does work when I **remove** and write a new file.* `.js` file is in a re...
{ "assignee": "jjallaire", "comments": 7, "created_at": "2023-05-19T19:22:47Z", "creator": "declann", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5611, "state": "closed", "title": "`preview` regression: no longer watching `.js` resources prope...
### Bug description When I attempt to put html tags in the text of the "page-footer" option, the tags are filtered out. to reproduce: create a new book project: ``` $ quarto create-project mybook --type book $ quarto preview mybook ``` Edit _quarto.yml as below: ``` project: type: book book: ...
{ "assignee": "cscheid", "comments": 4, "created_at": "2023-05-18T21:19:15Z", "creator": "blacksqr", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 5604, "state": "closed", "title": "Enhancement: `quarto-navigation-envelope` for block e...
### Bug description Using Quarto 1.3.340 on macOS. Given an `index.qmd` file containing the following content, Quarto attempts to run the embedded R Markdown document. `````markdown # Simple Markdown This is a simple Markdown document containing an embedded R Markdown document. ````markdown --- title: "...
{ "assignee": "cscheid", "comments": 4, "created_at": "2023-05-18T18:55:39Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug", "ast" ], "locked": false, "milestone": "Future", "number": 5603, "state": "open", "title": "execution is attempted on document without execu...
### Bug description Using Quarto 1.3.340 on macOS. Given the following Markdown file named `index.md`, Quarto reports that the file must be named `*.qmd` because it contains executable code. There is no executable code in this document. `````markdown # Simple Markdown This is a simple Markdown document conta...
{ "assignee": "cscheid", "comments": 6, "created_at": "2023-05-18T18:44:02Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug", "ast" ], "locked": false, "milestone": "Future", "number": 5602, "state": "open", "title": "document without executable code reported as con...
### Bug description Using Quarto 1.3.340 on macOS ```bash # Run in a brand new directory. touch index.qmd touch _quarto.yml echo '# this is a comment' > _metadata.yml quarto render #> ERROR: Directory metadata validation failed. #> #> (line 1, column 19) YAML value is missing. #> 1: # this is a comment ...
{ "assignee": "cscheid", "comments": 3, "created_at": "2023-05-18T16:00:07Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5601, "state": "open", "title": "error with _metadata.yml containing only comments", "url": "h...
### Bug description Using Quarto 1.3.340 on macOS ```bash # Run in a brand new directory. touch index.qmd touch _quarto.yml touch _metadata.yml quarto render #> ERROR: Internal Error: createSourceContext called with bad location. #> #> Error: Internal Error: createSourceContext called with bad location. ...
{ "assignee": "cscheid", "comments": 4, "created_at": "2023-05-18T15:53:38Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5600, "state": "open", "title": "error with empty _metadata.yml file", "url": "https://github....
### Bug description Importing reactive values from other `.qmd` files ([docs link](https://quarto.org/docs/interactive/ojs/code-reuse.html#output)) is really useful, but those qmd files need to be rendered manually*, so it's not very smooth to develop. *Current import mechanism is to fetch the html file and proce...
{ "assignee": null, "comments": 2, "created_at": "2023-05-18T13:39:31Z", "creator": "declann", "is_pull_request": false, "labels": [], "locked": true, "milestone": null, "number": 5598, "state": "closed", "title": "`preview` does not render or watch imported `.qmd` files (or the .html files)", "...
### Bug description I would like to add more spacing between author and publication date. ```yaml --- title: Mesa Limpa description: Relatório Dinâmico sobre processos abertos do SEI - SETIC authors: - name: author1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx - name: author2xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
{ "assignee": null, "comments": 0, "created_at": "2023-05-18T13:31:59Z", "creator": "caiolivf", "is_pull_request": false, "labels": [ "bug" ], "locked": true, "milestone": null, "number": 5596, "state": "closed", "title": "[Quarto R] Add space betweeen authors and date", "url": "https://gi...
We should recognize shortcodes that come from our parsed HTML content in `parse_md_in_html_rawblocks`.
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-05-17T22:12:14Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 5590, "state": "open", "title": "add shortcode support in data-qmd", "url": "https://gi...
This is a regression in 1.3 as it was fixed in 1.2 by @dragonstyle already https://github.com/quarto-dev/quarto-cli/issues/2393 * References.bib ``` @article{Cronbach_1951, doi = {10.1007/bf02310555}, year = 1951, month = {sep}, publisher = {Springer Science and Business Media {LLC}}, vol = {16}, numbe...
{ "assignee": "cderv", "comments": 3, "created_at": "2023-05-17T19:26:38Z", "creator": "cderv", "is_pull_request": false, "labels": [ "regression", "citations" ], "locked": false, "milestone": "Hot-fix", "number": 5585, "state": "closed", "title": "Bibliography repeated twice when using ...
### Bug description In a book when specifying the ``` format: html: theme: cosmo code-fold: true code-copy: true code-block-bg: true code-overflow: wrap pdf: documentclass: scrreprt code-block-bg: true ``` I cannot get `code-overflow` as an option for a pdf document. ![...
{ "assignee": null, "comments": 2, "created_at": "2023-05-17T18:55:57Z", "creator": "fmurphyperez", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5584, "state": "closed", "title": "why there is no code-overflow for a pdf?", "url": "https://github.com/quart...
### Bug description Using de RHEL7 package v 1.3.353, I run into an GLIBC version error due to Deno # Current behavior ```bash $ /opt/quarto/"${QUARTO_VERSION}"/bin/quarto -v 1.3.353 $ /opt/quarto/"${QUARTO_VERSION}"/bin/quarto check /opt/quarto-1.2.313/1.3.353/bin/tools/deno-x86_64-unknown-linux-gnu/deno: /li...
{ "assignee": "dragonstyle", "comments": 8, "created_at": "2023-05-17T17:10:32Z", "creator": "cregouby", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Hot-fix", "number": 5581, "state": "closed", "title": "RHEL7 packages :`quarto check` fails due to deno error...
### Bug description ``` $ quarto render --to pdf error: Top-level await promise never resolved await quarto(quartoArgs, (cmd)=>{ ^ at <anonymous> ``` I don't seem to be getting this error when running `quarto render --to html`. This seems to have happened all of sudden. It was working ...
{ "assignee": null, "comments": 2, "created_at": "2023-05-17T14:29:11Z", "creator": "kdheepak", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5580, "state": "closed", "title": "Getting `error: Top-level await promise never resolved` when trying to convert to...
### Bug description I'm using variables for categories in the listing, they are properly parsed on the post page and the grid listing, however, they are not properly parsed in the following cases: ## My setup In the `.qmd` file of the post, the frontmatter contains the following: ````md --- title: "ABC" cate...
{ "assignee": null, "comments": 12, "created_at": "2023-05-17T01:21:14Z", "creator": "e-alizadeh", "is_pull_request": false, "labels": [ "bug", "duplicate" ], "locked": false, "milestone": "Future", "number": 5578, "state": "open", "title": "Variables in categories (in frontmatter) do no...
### Bug description When using `quarto_render('example_image.qmd', output_format = "docx")` on the sample .qmd below the resulting word document displays a discolored yellowish box around the image. **This does not appear** when rendering in using `markdown::render("example_image.rmd")`, ie not using Quarto. S...
{ "assignee": "cderv", "comments": 0, "created_at": "2023-05-16T22:53:29Z", "creator": "eeenilsson", "is_pull_request": false, "labels": [ "bug", "windows", "docx", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 5577, "state": "open", "title": "Discolored box aro...
### Bug description I am using Quarto on a remote server I ssh into in VScode. Versions are the following: Windows 10 local - Centos 7.9 remote VScode insiders: 1.79.0 Quarto extension: 1.85.0 Quarto package on remote server: 1.3.121 I am able to run cells in my .qmd and see their output, however the Ren...
{ "assignee": null, "comments": 9, "created_at": "2023-05-16T19:01:33Z", "creator": "pakiessling", "is_pull_request": false, "labels": [ "bug", "conda", "vscode" ], "locked": false, "milestone": null, "number": 5572, "state": "closed", "title": "Quarto installation not found when ren...
(The bug here is that `![]...` needs to be on a line by itself for our crossref system to pick it up.) ### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/5568 <div type='discussions-op-text'> <sup>Originally posted by **MichelDSchmid** May 16, 2023</sup> Hi all I have a, hopefully, small...
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-05-16T18:41:30Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "lint" ], "locked": false, "milestone": "Future", "number": 5571, "state": "open", "title": "Warn users about crossref entries in inline images", "url":...
Quarto 1.3 brought the ability to disable Quarto processing of tables, this was highlighted in a "prerelease" stand-alone page, see <https://quarto.org/docs/prerelease/1.3/tables.html>. The issue is that this page is not easy to find and this `data-quarto-disable-processing="true"` feature/trick can't be found easil...
{ "assignee": "mcanouil", "comments": 4, "created_at": "2023-05-16T14:34:04Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": null, "number": 5562, "state": "closed", "title": "Improve `data-quarto-disable-processing=\"true\"` do...
### Bug description A fontawesome shortcode no longer works in a subtitle in pre-release v1.4.63 (works in the current release): ``` --- title: "test" subtitle: "With this icon {{< fa regular heart >}}" --- This is a Quarto website. {{< fa regular heart >}} To learn more about Quarto websites visit <https...
{ "assignee": null, "comments": 2, "created_at": "2023-05-16T11:51:45Z", "creator": "cgoo4", "is_pull_request": false, "labels": [ "duplicate" ], "locked": false, "milestone": null, "number": 5561, "state": "closed", "title": "Fontawesome shortcode in a `.qmd` subtitle", "url": "https://gi...
Let's take this reference in `References.bib` ```` @article{Cronbach_1951, doi = {10.1007/bf02310555}, year = 1951, month = {sep}, publisher = {Springer Science and Business Media {LLC}}, vol = {16}, number = {3}, pages = {297--334}, author = {Lee J. Cronbach}, title = {Coefficient alpha and the int...
{ "assignee": "cderv", "comments": 1, "created_at": "2023-05-16T10:53:46Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug", "typst" ], "locked": false, "milestone": "v1.4", "number": 5560, "state": "closed", "title": "References are inserted twice with default typst form...
### Bug description The following code does not render the numbers 10 and 11 for the numbered list, but if I remove "scrollable: true" from the YAML, then it renders correctly. Using MacBook Pro with Mac OS 13.3.1, RStudio IDE Version 2023.05.0-daily+358 (2023.05.0-daily+358), and quarto v. 1.4.63. ``` --- ti...
{ "assignee": "cderv", "comments": 3, "created_at": "2023-05-16T01:52:29Z", "creator": "EricJC24", "is_pull_request": false, "labels": [ "bug", "revealjs" ], "locked": false, "milestone": "v1.4", "number": 5556, "state": "open", "title": "Numbered list not showing right numbers after 9",...
### Bug description Hello! I am loving quarto so far and am starting to write up my dissertation using it! I'd like to add margin notes, especially because they look so wonderful in the HTML output. However, when I add a div with `.column-margin` to the document I get the error below. I apologize if I've missed anythi...
{ "assignee": null, "comments": 4, "created_at": "2023-05-15T22:58:39Z", "creator": "PlethoraChutney", "is_pull_request": false, "labels": [ "bug", "latex" ], "locked": false, "milestone": null, "number": 5554, "state": "closed", "title": "PDF .column-margin error", "url": "https://git...
### Bug description 29a775f14a17d45f7e8ca9dd2bb431a3237ea021 introduced an error with `quarto preview` on Fedora 38. Running `quarto preview` in any project or on any file returns: ``` error: File exists (os error 17), symlink '/home/wojtek/bin/quarto-cli/src/webui/quarto-preview/node_modules/.deno/fsevents@2.3...
{ "assignee": "jjallaire", "comments": 4, "created_at": "2023-05-15T20:53:44Z", "creator": "wklimowicz", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": null, "number": 5552, "state": "closed", "title": "`quarto preview` regression on Fedora 38 ...
### Bug description When following [the instructions for publishing a Quarto document ](https://quarto.org/docs/publishing/confluence.html)on my company's Atlassian Confluence cloud I was given the following response after providing the 'Space or Parent Page URL': `The authorization saved for Confluence is no lon...
{ "assignee": "allenmanning", "comments": 5, "created_at": "2023-05-15T16:20:58Z", "creator": "jhunter-aof", "is_pull_request": false, "labels": [ "bug", "publishing-confluence" ], "locked": false, "milestone": "v1.4", "number": 5548, "state": "open", "title": "Persistent error \"Authori...
### Bug description (Apologies for the initially empty bug report -- I pressed "return" on the template after typing the title and it submitted the bug). On a slide of a RevealJS presentation, an image that has a hyperlink will render without the hyperlink if it's by itself. ```markdown --- format: reveal...
{ "assignee": "cderv", "comments": 5, "created_at": "2023-05-15T14:39:19Z", "creator": "fuhrmanator", "is_pull_request": false, "labels": [ "bug", "revealjs" ], "locked": false, "milestone": "v1.4", "number": 5546, "state": "closed", "title": "RevealJS link (anchor) on a standalone image...
### Bug description I want to use the local tinytex install to produce latex/pdf output. If I install tinytex with `quarto install tinytex`, the installation completely wipes my conda/mamba python folder and replaces it with the tinytex install. I have a local xelatex install, but I wanted tinytex to deal with latex p...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2023-05-15T12:57:43Z", "creator": "jgomezdans", "is_pull_request": false, "labels": [ "bug", "third-party", "latex" ], "locked": false, "milestone": "v1.4", "number": 5544, "state": "open", "title": "Tinytex install wipes off...
### Bug description I am trying to setup and run Quarto on Windows 10 using Miniconda virtual environment for running Jupyter. I installed Quarto using the CLI 1.3.353 from https://quarto.org/docs/get-started/ into the recommended folder, for all users. I set up a fresh Miniconda virtual environment and down...
{ "assignee": null, "comments": 2, "created_at": "2023-05-15T05:17:09Z", "creator": "Darren-Ray", "is_pull_request": false, "labels": [ "needs-repro", "python-setup", "stale" ], "locked": false, "milestone": null, "number": 5541, "state": "open", "title": "\"The system cannot find th...
### Bug description I posted the [issue](https://discourse.pymc.io/t/slow-pymc-sampling-using-the-introductory-example/12122) at PyMC thinking it may have been related to PyMC's installation, it turned out to be an issue with running the code in a qmd document. Basically, running PyMC sampling in qmd does not stop ...
{ "assignee": null, "comments": 2, "created_at": "2023-05-15T00:54:34Z", "creator": "EKtheSage", "is_pull_request": false, "labels": [ "bug", "needs-repro", "stale" ], "locked": false, "milestone": null, "number": 5540, "state": "open", "title": "VS Code Quarto not working with PyMC"...
### Bug description Hi, as you can see below the copy code button scrolls with the code. I think it should remain fixed on the right. Am I wrong? I'm using quarto 1.4.43. ![scroll](https://github.com/quarto-dev/quarto-cli/assets/30607/ce96574a-2064-4125-9508-c26b0fd03932) The site is live here https://pnrr....
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2023-05-14T21:39:36Z", "creator": "aborruso", "is_pull_request": false, "labels": [ "bug", "html" ], "locked": false, "milestone": "v1.4", "number": 5538, "state": "open", "title": "html output: the copy code button scrolls with ...
### Bug description The [Quarto 1.3 release notes say](https://quarto.org/docs/prerelease/1.3/pdf.html#remote-images) remote images will be fetched in PDF but this snippet ``` --- title: "Quarto Playground" format: pdf --- ![DKIST first light](https://nso1.b-cdn.net/wp-content/uploads/2016/04/Full-Image-medium...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2023-05-14T21:21:18Z", "creator": "warrickball", "is_pull_request": false, "labels": [ "bug", "latex" ], "locked": false, "milestone": "v1.4", "number": 5537, "state": "closed", "title": "PDF output not fetching a particular remo...
### Bug description Adding the `filename` chunk option to a beamer document creates an error. Reprex: ````md --- format: beamer: keep-tex: true --- ```{r} #| filename: "file" #| echo: true 5 + 5 ``` ```` You get: ``` compilation failed- error LaTeX Error: Not in outer par mode. ``` D...
{ "assignee": "cderv", "comments": 9, "created_at": "2023-05-14T20:23:06Z", "creator": "wklimowicz", "is_pull_request": false, "labels": [ "bug", "latex", "beamer" ], "locked": false, "milestone": null, "number": 5536, "state": "closed", "title": "code `filename` in beamer is not sup...
```qmd --- title: "Quarto Playground" format: html --- This is a playground for Quarto. {{< meta title>}} ``` In 1.3, the above code would compile without complaining about the malformed shortcode and does nothing. In 1.4, it produces an error[^1] that is a bit mysterious and could be improved. ```txt...
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-05-14T17:19:05Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 5535, "state": "open", "title": "Improve error message on malformed shortcodes in 1.4", ...
The following works as expected in 1.3 while in 1.4, the shortcode is not evaluated but printed instead. ```qmd --- format: html title: "{{< meta subtitle >}}" subtitle: "Twitter" --- ```
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-05-14T17:13:51Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "bug", "regression" ], "locked": false, "milestone": "v1.4", "number": 5534, "state": "closed", "title": "Shortcodes in YAML frontmatter no longer wo...
### Bug description I just tried to embed my first video using a "shortcode" as described in [the docs](https://quarto.org/docs/authoring/videos.html) with something like this: ``` # Just a video {{< "video" "https://nso1.b-cdn.net/wp-content/uploads/2016/04/DKIST-First-Light-MZ-fullFOV-loop_FHD-H264.mp4" >}} ``...
{ "assignee": null, "comments": 2, "created_at": "2023-05-12T20:47:31Z", "creator": "warrickball", "is_pull_request": false, "labels": [ "duplicate" ], "locked": false, "milestone": null, "number": 5518, "state": "closed", "title": "Should `\"video\"` be `video` in docs?", "url": "https://...
### Bug description There is an issue with the documentation for slides, visible on at least these pages: - https://quarto.org/docs/presentations/ - https://quarto.org/docs/presentations/revealjs/ - https://quarto.org/docs/presentations/powerpoint.html - https://quarto.org/docs/presentations/beamer.html The exa...
{ "assignee": null, "comments": 2, "created_at": "2023-05-12T20:11:51Z", "creator": "fingolfin", "is_pull_request": false, "labels": [ "duplicate" ], "locked": false, "milestone": null, "number": 5517, "state": "closed", "title": "Invalid YAML front matter syntax in examples in \"slides\" do...
References to lines of code using `# <n>` are only displayed correctly in the first tabset: ```` --- title: "test" format: html editor: visual --- ::: {.panel-tabset} ## tab1 ```{r} 2 * 2 # <1> ``` 1. test1 ## tab2 ```{r} 2 * 2 # <1> ``` 1. test2 ::: ::: {.panel-tabset} ## tab1 ``...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-05-12T19:22:32Z", "creator": "tsimonato", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": null, "number": 5559, "state": "closed", "title": "Code annotation in tabsets", "url": "h...
### Bug description I've been trying to emulate some Tufte-like elements from the [example HTML in the Quarto gallery](https://quarto-dev.github.io/quarto-gallery/page-layout/tufte.html) but I'm finding that the margin figures aren't being properly scaled. Here's a short Quarto markdown example: ```` # MWE ```{py...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2023-05-12T16:13:17Z", "creator": "warrickball", "is_pull_request": false, "labels": [ "bug", "jupyter", "triaged-to", "figures", "html" ], "locked": false, "milestone": null, "number": 5516, "state": "open", "title":...
### Bug description I am attempting to install a quarto extension for section bibliographies into a Quarto Book project using PowerShell. https://github.com/pandoc-ext/section-bibliographies#quarto When I attempt to do so, I receive this error ![image](https://github.com/quarto-dev/quarto-cli/assets/25335087/83a5...
{ "assignee": "dragonstyle", "comments": 12, "created_at": "2023-05-12T12:54:53Z", "creator": "matthewdwood82", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 5515, "state": "open", "title": "Support proxy definition for fetch operation...
_Edited: based on @cderv comment and with additional examples_ ## Considering the below example for Quarto `fig-alt` attribute: ```md ## Section ![Caption for Quarto Logo](https://quarto.org/quarto.png){fig-alt="Quarto Logo"} ``` |`quarto pandoc index.qmd --from markdown --to docx -o index.docx` | `quarto...
{ "assignee": "cderv", "comments": 5, "created_at": "2023-05-12T12:15:32Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "bug", "pandoc-lua", "docx", "figures" ], "locked": false, "milestone": "v1.4", "number": 5514, "state": "open", "title": "`fig-alt` removed by...
### Bug description Hello, To briefly explain the situation, I am an R user, but since all of the project participants are python users, I was conducting statistical analysis using both python and R. However, when using R chunk and python chunk at the same time, it seems that the order of subcaptions is not rendered a...
{ "assignee": "cderv", "comments": 12, "created_at": "2023-05-12T00:48:24Z", "creator": "kmink3225", "is_pull_request": false, "labels": [ "bug", "upstream" ], "locked": false, "milestone": null, "number": 5508, "state": "closed", "title": "Figure subcaptions are randomly arranged in an ...
### Bug description Currently illustrated at: https://quarto.org/docs/authoring/variables.html The [source](https://github.com/quarto-dev/quarto-web/blob/bc76beb02e76ce2b615068423128482c7f107070/docs/authoring/variables.qmd#L11-L13 ) doesn't have any quotes: ```` ``` {.markdown shortcodes="false"} {{< meta titl...
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-05-11T20:00:49Z", "creator": "cwickham", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5507, "state": "closed", "title": "Extra quotes are added to shortcodes when `shortcode=false`",...
### Bug description Quarto fails when `x` in `knitr::asis_output(x)` has `length(x) != 1`. See PR #5505 for a solution. #### Minimal reproducible example Example qmd: ````md --- title: Fix asis_output format: html engine: knitr --- `asis_output` with one string: ```{r} knitr::asis_output("* o...
{ "assignee": "cderv", "comments": 0, "created_at": "2023-05-11T18:55:34Z", "creator": "rcannood", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5506, "state": "open", "title": "Quarto fails when `x` in `knitr::asis_output(x)` has `length(x) !...
### Bug description While building a website using Quarto, a link that contains `--` (e.g., <https://docs.gitlab.com/ee/topics/git/git_rebase.html#--force-with-lease-flag>) is broken **because `--` is converted to an en dash `–`.** However, this only seems to happen for links in the `_quarto.yml` config file. S...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2023-05-11T15:46:11Z", "creator": "rnd195", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": null, "number": 5503, "state": "open", "title": "'--' should be escaped in href to avoid en da...
### Bug description Using Quarto 1.3.340 on macOS 12.6.5, as included in the recent RStudio IDE daily 2023.05.0-daily+325, but this problem can be seen using that Quarto installation by itself, outside the IDE. ````markdown --- title: revealjs lists format: revealjs --- ## Slide This is some text. 1. f...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2023-05-11T14:04:57Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": null, "number": 5500, "state": "open", "title": "revealjs: ordered and unordered lists hav...
### Bug description _No response_ ### 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 the issue. - [ ] Please [format your issue](https://quarto.org/bug-reports.html#formatting-make-githubs-markdo...
{ "assignee": null, "comments": 0, "created_at": "2023-05-11T11:43:26Z", "creator": "jgomezdans", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5499, "state": "closed", "title": "Quarto finding wrong Python env on Vscode", "url": "https://github.com/quarto...
### Bug description I tried to render a reveal.js presentation into pptx instead and found an error. I created a repo to demo the error here: <https://github.com/anielsen001/quarot-pptx-bug-000>. The problem is that I have a background-image on a slide like this: ``` ## Quarto {background-image="/img/quarto.png"...
{ "assignee": "cscheid", "comments": 3, "created_at": "2023-05-11T11:02:13Z", "creator": "anielsen001", "is_pull_request": false, "labels": [ "bug", "powerpoint" ], "locked": false, "milestone": "v1.4", "number": 5498, "state": "open", "title": "background image in pptx render not found"...
### Bug description ```` --- title-block-banner: true title: "Something1" subtitle: "Something2" date: 2023-04-03 author: "Someone" institute: "Something3" format: html: toc: true number-sections: true lot: true lof: true code-fold: true fig-width: 15 fig-height: 15 execu...
{ "assignee": null, "comments": 5, "created_at": "2023-05-11T09:29:16Z", "creator": "kmink3225", "is_pull_request": false, "labels": [ "duplicate" ], "locked": false, "milestone": null, "number": 5497, "state": "closed", "title": "Figure subcaptions are randomly arranged in an order I didn't...
## Description: Local videos with video shortcode in website projects fail to load. May be related to https://github.com/quarto-dev/quarto-cli/issues/3892. ## Steps to Reproduce: - Create a simple website project `quarto create-project mysite --type website` - `cd mysite` - Add `local-video.mp4` so it is in the root ...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-05-11T08:33:25Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "bug", "websites", "video" ], "locked": false, "milestone": "v1.4", "number": 5496, "state": "closed", "title": "Local videos with video shor...
## Description: [run-smokes Deno deprecation warnings](https://github.com/quarto-dev/quarto-cli/issues/5495) ## Steps to Reproduce: - Create a pull request and check the logs or ``` ./run-tests.sh unit/schema-validation/schema-schema.test.ts ``` ### Expected Result: No warnings in Deno logs ###...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-05-11T07:20:06Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "bug", "yaml-validation", "testing" ], "locked": false, "milestone": "v1.4", "number": 5495, "state": "open", "title": "Console Errors with `...
### Bug description The following code seems as if it should work, but it crashes the compile by creating this in the class option for the tex source: `xcolor=\{dvipsnames\}`: ``` --- title: test format: beamer: classoption: - "xcolor={dvipsnames}" --- # Here is a slide Here is \textcolor{...
{ "assignee": null, "comments": 2, "created_at": "2023-05-11T01:44:23Z", "creator": "rmcd1024", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5493, "state": "closed", "title": "Beamer classoption crashes compile if there are braces", "url": "https://github...
### Bug description quarto-cli: latest pre-release (1.4.51 at the time I'm writing this bug description) O/S: Arch Linux (I'm maintainer of `rstudio-desktop` and `quarto-cli` AUR packages) Build script src/webui/quarto-preview/build.ts assumes we're inside the git repo. If it runs against the source code from re...
{ "assignee": "jjallaire", "comments": 4, "created_at": "2023-05-10T23:21:08Z", "creator": "trap000d", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": null, "number": 5492, "state": "closed", "title": "quarto-view.js won't be build from release"...
### Bug description Taking a smaller example based on the documentation website: ````qmd --- format: html provider: gh-pages --- ```yaml {{< meta provider >}} workflow_dispatch: ``` ```` | 1.3.340 | dev | |:-------:|:---:| | <img width="217" alt="image" src="https://github.com/quarto-dev/quarto-cli/...
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-05-10T21:44:07Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5490, "state": "closed", "title": "Meta shortcode in code blocks no longer respect end of line",...
### Bug description _No response_ ### 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 the issue. - [ ] Please [format your issue](https://quarto.org/bug-reports.html#formatting-make-githubs-markdo...
{ "assignee": null, "comments": 1, "created_at": "2023-05-10T18:15:01Z", "creator": "friosavila", "is_pull_request": false, "labels": [ "bug" ], "locked": true, "milestone": null, "number": 5486, "state": "closed", "title": "Is there a way to create a single -libs- folder for a set of reveal...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/5484 <div type='discussions-op-text'> <sup>Originally posted by **cudawarped** May 10, 2023</sup> I can use [code annotation](https://quarto.org/docs/authoring/code-annotation.html#annotation-syntax) inside a single [callouts](https://quarto.o...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-05-10T16:40:26Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5485, "state": "closed", "title": "Is code annotations in call out blocks supported", "url"...
This is related to discussion #3209 and suggested as an enhancement. For all outputs it would be great if the (supplemental) table and figure numbers could be prefixed with a letter, e.g., naming supplementary figures and tables as 'Figure S1' and 'Table S1'. It's currently possible to use `fig-title: Figure S` to ...
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-05-10T14:04:44Z", "creator": "bbartholdy", "is_pull_request": false, "labels": [ "enhancement", "crossref" ], "locked": false, "milestone": "v1.4", "number": 5481, "state": "open", "title": "Further customisation of cross-ref la...
Having more than one inline OJS element `` ${x} `` combined with inline styling `` [foo]{style="color:red;"} `` fails to render properly, although it works having more than one of one or the other, and having one element combining both. ```` ```{r} ojs_define(x = "inline OJS") ``` Multiple inline OJS elements in...
{ "assignee": "cscheid", "comments": 11, "created_at": "2023-05-10T12:11:46Z", "creator": "bifouba", "is_pull_request": false, "labels": [ "bug", "ojs-engine", "observable-js" ], "locked": false, "milestone": "Future", "number": 5478, "state": "open", "title": "Failure of multiple in...
### Bug description I recently reinstalled quarto and now the render function is no longer working. When I use the CLI or the render button I get `YAMLError: bad indentation of a mapping entry at line 5, column 10: jupyter: python3` I've rendered these same files before, using the current indents (or lack th...
{ "assignee": "cscheid", "comments": 34, "created_at": "2023-05-09T22:42:30Z", "creator": "wafflesatdawn", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5476, "state": "closed", "title": "bad indentation error when rendering", "url": "https://...
### Bug description To reproduce: ``` git clone https://github.com/matthew-brett/test-quarto-3 cd test-quarto-3 quarto render ``` This gives warning: ``` WARNING: Shortcode 'var first' not found ``` for current `main` (commit c6e7de939) but no warning and correct output for v1.4.37. The page ge...
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-05-09T18:43:03Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5472, "state": "closed", "title": "Variable markup no longer valid over line breaks", "ur...
### Bug description Hi, #5411 I reported some redundant `preview` reload requests. This was using Firefox. Chromium isn't making the same requests **and is noticeably more responsive** (important because I could be being misled by browser tools). I found the mechanism to reload is `window.location.reload(true)` ...
{ "assignee": null, "comments": 2, "created_at": "2023-05-09T17:02:13Z", "creator": "declann", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 5470, "state": "closed", "title": "`preview` reloads force cache bypass in Firefox", "url"...
### Bug description When adding "embed-resources: true" to a working Quarto site with RSS enabled, no RSS xml file was generated, and at render a warning message appeared that the xml file could not be fetched. To reproduce: Create a new website project: ``` $ quarto create-project mysite --type website ```...
{ "assignee": "cscheid", "comments": 3, "created_at": "2023-05-09T16:30:26Z", "creator": "blacksqr", "is_pull_request": false, "labels": [ "bug", "websites" ], "locked": false, "milestone": "v1.4", "number": 5469, "state": "closed", "title": "RSS XML file not generated when \"embed-resou...
### Bug description The new version breaks the zotero.lua, which is a popular lua filter that allows to link citation to zotero in Word output. Yaml: ``` --- title: '****' author: 'NA' format: docx: reference-doc: manuscript_style.docx bibliography: /Users/A.Y/OneDrive - Harvard University/My Library....
{ "assignee": null, "comments": 7, "created_at": "2023-05-09T14:34:30Z", "creator": "albert-ying", "is_pull_request": false, "labels": [ "bug", "backport" ], "locked": false, "milestone": null, "number": 5466, "state": "closed", "title": "user filters need to access `_G`", "url": "http...
- [ ] Review Test Deps Doc: https://github.com/quarto-dev/quarto-cli/compare/0ebedb6cedf1...e09272956ab0 - [ ] Refactor Confluence unit tests to use BDD style.
{ "assignee": "allenmanning", "comments": 0, "created_at": "2023-05-09T14:32:19Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "publishing-confluence", "testing" ], "locked": false, "milestone": "v1.4", "number": 5465, "state": "open", "title": "Confluence: Refactor ...
Consider providing a warning or error when a listing points at a path that doesn't resolve to any files or inputs (e.g. it is producing an empty listing or pointing at a path that doesn't exist at all).
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-05-09T14:04:20Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5463, "state": "open", "title": "Error or warning when a listing path doesn't match any f...
### Bug description To reproduce: ``` git clone https://github.com/matthew-brett/test-quarto-2 cd test-quarto-2 quarto render ``` This gives error: ``` Error running filter /Users/mb312/dev_trees/quarto-cli/src/resources/filters/main.lua: ...ees/quarto-cli/src/resources/filters/./common/tables.lua:107: ...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-05-09T09:15:20Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [ "bug", "pandoc-lua", "backport" ], "locked": false, "milestone": null, "number": 5461, "state": "closed", "title": "multiline caption failur...
### Bug description Not sure if this is an Rstudio or Quarto issue. Setup: This issue persists in * Quarto 1.4.37 * Rstudio 2023.03.0 Build 386 * R 4.3.0 * Windows 11 (all updated) * Windows 11 has been set to accept long paths (confirmed by checking registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Co...
{ "assignee": "cderv", "comments": 3, "created_at": "2023-05-08T20:26:58Z", "creator": "sda030", "is_pull_request": false, "labels": [ "bug", "windows", "triaged-to" ], "locked": false, "milestone": null, "number": 5457, "state": "open", "title": "Rendering chunk which reads a file (...
### Bug description Adding the `attr-output` option in an R chunk has no effect on the rendered html (i.e., the attribute does not get added). Reprex: ```` ```{r} #| error: true #| warning: true #| message: true #| attr-output: "style='color: blue;'" #| attr-error: "style='color: yellow;'" #| attr-warni...
{ "assignee": "cderv", "comments": 7, "created_at": "2023-05-08T19:21:30Z", "creator": "ateucher", "is_pull_request": false, "labels": [ "upstream", "knitr" ], "locked": false, "milestone": null, "number": 5456, "state": "closed", "title": "Chunk option `attr-output` in R chunks does not...
### Bug description Sorry for my reckless response in #5395. I should first create a minimal example to reproduce the problem. I'm not sure if this is a bug😵‍💫, but thanks for your response. ## Quarto Version ``` [>] Checking versions of quarto binary dependencies... Pandoc version 3.1.1: OK Dar...
{ "assignee": "dragonstyle", "comments": 15, "created_at": "2023-05-08T15:52:45Z", "creator": "YuanchenZhu2020", "is_pull_request": false, "labels": [ "bug", "needs-discussion" ], "locked": false, "milestone": "v1.4", "number": 5454, "state": "closed", "title": "Add format `asciidoc` lea...
### Bug description Using `lang: pl` causes Quarto to show this error: ``` [WARNING] Could not load translations for pl translations/pl.yaml: YAML parse exception at line 3, column 9: mapping values are not allowed in this context [WARNING] The term Abstract has no translation defined. ``` Other languag...
{ "assignee": null, "comments": 1, "created_at": "2023-05-07T21:41:46Z", "creator": "jakub-jedrusiak", "is_pull_request": false, "labels": [ "bug", "duplicate", "upstream" ], "locked": false, "milestone": null, "number": 5447, "state": "closed", "title": "Could not load translations ...
### Bug description In https://github.com/quarto-dev/quarto-cli/commit/9cf8ffa5eb5cfd5922eb7949ca17fd4325db797f#diff-714357551c8de50d816a92a684e8370e04f8b18c7441f311e4a81a1c2eb28132, the dist dir was basically replaced with a new notion of a package working dir. This was disruptive to the conda recipe, since settin...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-06T19:42:20Z", "creator": "msarahan", "is_pull_request": false, "labels": [ "bug", "triaged-to", "conda" ], "locked": false, "milestone": null, "number": 5444, "state": "open", "title": " decouple package working dir ...
### Bug description Commit c5b6176 seems to have broken our Panflute filters. As of that commit, when we do `quarto render`, we get the following traceback: ``` Traceback (most recent call last): File "/Users/mb312/dev_trees/test-quarto/a_filter", line 19, in <module> main() File "/Users/mb312/dev_...
{ "assignee": "cscheid", "comments": 18, "created_at": "2023-05-06T18:01:06Z", "creator": "matthew-brett", "is_pull_request": false, "labels": [ "bug", "enhancement", "upstream" ], "locked": false, "milestone": "v1.4", "number": 5443, "state": "closed", "title": "JSON input with var ...
### Bug description Hovering over the circled numbers to the right of code is ignored. I'm running under Ubuntu 22.04. ### Checklist - [X] 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 the issue. - [X] Pleas...
{ "assignee": "dragonstyle", "comments": 10, "created_at": "2023-05-06T15:44:35Z", "creator": "harrelfe", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5441, "state": "closed", "title": "code-annotations: hover quit working in 1.4.37", "url"...
### Bug description When a footnote is reused, it is duplicated. This is the case at least for `html`, `pdf`, and `revealjs`. ```qmd --- format: html: default pdf: default revealjs: default --- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, digni...
{ "assignee": null, "comments": 4, "created_at": "2023-05-05T21:45:29Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "bug", "upstream", "crossref", "footnotes", "pandoc" ], "locked": false, "milestone": "Future", "number": 5440, "state": "open", "title": "Foo...
Posit Cloud is adding support for publishing static content. `quarto publish` should support publishing through Cloud.
{ "assignee": "allenmanning", "comments": 2, "created_at": "2023-05-05T18:59:03Z", "creator": "mslynch", "is_pull_request": false, "labels": [ "publishing" ], "locked": false, "milestone": "v1.5", "number": 5436, "state": "open", "title": "Add Posit Cloud as a publishing provider", "url": ...
### Bug description [The authoring guide on tables](https://quarto.org/docs/authoring/tables.html#computations) provided an example producing multiple tables in R in a single code cell. However, when using Python to do so, only the last table shows in the output, with its subcaption wrongly assigned to be the first on...
{ "assignee": "cderv", "comments": 2, "created_at": "2023-05-05T09:28:32Z", "creator": "sun123zxy", "is_pull_request": false, "labels": [ "bug", "documentation", "jupyter" ], "locked": false, "milestone": "v1.4", "number": 5432, "state": "open", "title": "Multiple tables produced by ...
### Bug description When adding a `title-block-banner` the `.quarto-title-meta` div is not affected by the `page-layout: full`. The issue is reproduced here: <https://github.com/KaiWaldrant/quarto-title-meta>. This has also been tested on the latest nightly build. I've also searched the issues but could not find a re...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-05T05:49:23Z", "creator": "KaiWaldrant", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5431, "state": "closed", "title": "quarto-title-meta not affected by page-layout", "url...
- [x] #5320 - [x] #5322 - [x] #5247 - [x] stdlib vendoring (up to 0.185.0) - [x] decide what needs to happen with `import 'node:...'` - [x] decide what to do with unsupported `safe: true` in dotenv.ts - [x] ~~fix our dependence on `deno bundle`~~ make sure we can `deno bundle` for now - [ ] revealjs (up ...
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-05-04T21:50:54Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "early-in-release", "epic" ], "locked": false, "milestone": "v1.4", "number": 5429, "state": "open", "title": "1.4 dependency refresh", "url": "http...
I'm using Quarto with Hugo and a theme that incorporates a very odd Katex syntax for math equations: it users \\( and \\) as delimiters. Rendering pages from Quarto causes the parentheses to be stripped and several lines of js/jquery to appear at the start of the .md file. To get my code to display correctly, I nee...
{ "assignee": null, "comments": 0, "created_at": "2023-05-04T21:34:47Z", "creator": "wafflesatdawn", "is_pull_request": false, "labels": [], "locked": true, "milestone": null, "number": 5427, "state": "closed", "title": "Pandoc syntax conversion issue", "url": "https://github.com/quarto-dev/quar...
### Bug description After I added the field "cookie-consent" under the `website` key, I got the error message: `Field "cookie-consent" has value implicit, which must instead be an object`. The same happened with the "express" qualifier. But there is no error message if I use "true" or "false". And "true" opens a w...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2023-05-04T17:25:19Z", "creator": "petzi53", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5424, "state": "closed", "title": "Field \"cookie-consent\" has value implicit, which must in...
The last section on a long page (especially if is short) will not highlight and expand in the TOC.
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-04T16:51:21Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.4", "number": 5422, "state": "open", "title": "TOC for sections at end of page may not highlight / expand", "url":...
`create-project` removed `install` out of date description `use` missing `remove` missing `tools` missing `update` missing `uninstall` missing
{ "assignee": "dragonstyle", "comments": 5, "created_at": "2023-05-04T15:46:41Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 5421, "state": "open", "title": "`quarto --help` provides incorrect commands", ...
### Bug description For this document: ```` --- title: "Mermaid" format: html: mermaid-format: png --- ```{mermaid} %%| echo: fenced flowchart LR A[Hard edge] --> B(Round edge) B --> C{Decision} C --> D[Result one] C --> E[Result two] ``` ```` I see this error: ```text jjalla...
{ "assignee": "cscheid", "comments": 13, "created_at": "2023-05-04T14:00:46Z", "creator": "jjallaire", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5417, "state": "closed", "title": "Failing to call puppeteer for mermaid png in release build ...
### Bug description Throughout the different releases, there have been various rendering issues with Mermaid in Quarto. I understand that there's a lot of moving parts to keep track of, so no judgement there. I just noticed a new one with Quarto 1.3, so I thought I'd do a more thorough investigation. I created [t...
{ "assignee": "cscheid", "comments": 10, "created_at": "2023-05-04T12:09:20Z", "creator": "rcannood", "is_pull_request": false, "labels": [ "bug", "mermaid" ], "locked": false, "milestone": "v1.4", "number": 5416, "state": "open", "title": "Various mermaid rendering issues", "url": "ht...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/5407 <div type='discussions-op-text'> <sup>Originally posted by **astoeriko** May 3, 2023</sup> Some of my figure captions are quite long, so I would like to split them into several lines in the source code for better readability. What is the...
{ "assignee": "cscheid", "comments": 4, "created_at": "2023-05-04T07:56:00Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug", "upstream", "jupyter" ], "locked": false, "milestone": null, "number": 5413, "state": "open", "title": "Syntax for multi-line figure captions...
We no longer need to run pandoc 3.1.2 through Rosetta, and the native version is ~2x faster.
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-03T20:16:49Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 5406, "state": "open", "title": "Package arm64 pandoc on arm64 osx ...