page_content
stringlengths
0
46.9k
metadata
dict
### Bug description Dear Quarto team, This issue is on the web. Not on the CLI. I wanted to create the issue in the web repo, but I ended up here. In any case, the following url is not working. In fact, the documentation for the citations is missing. https://quarto.org/docs/visual-editor/technical.html#cit...
{ "assignee": null, "comments": 4, "created_at": "2023-02-02T03:29:03Z", "creator": "randrescastaneda", "is_pull_request": false, "labels": [ "bug", "needs-repro" ], "locked": false, "milestone": null, "number": 4188, "state": "closed", "title": "Missing hyperlink", "url": "https://git...
We should fix this. The only thing I wonder about is whether we should support `kr` as a concession to backwards compatibility in quarto. ### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4186 <div type='discussions-op-text'> <sup>Originally posted by **jinhanpae** February 1, 2023</sup> ...
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-02-02T00:51:48Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4187, "state": "closed", "title": "The language code of Korean", "url": "https://github.com/qua...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3708 <div type='discussions-op-text'> <sup>Originally posted by **JosiahParry** December 19, 2022</sup> When using a title slide in revealjs with a line under it and an aside the aside is in the middle and very much not "aside". How can th...
{ "assignee": "cderv", "comments": 0, "created_at": "2023-02-02T00:17:15Z", "creator": "cderv", "is_pull_request": false, "labels": [ "revealjs" ], "locked": false, "milestone": "v1.4", "number": 4185, "state": "open", "title": "[revealjs] Allow to us aside in title / section slide ", "url...
### Bug description Using `link-citations: true` makes citations hyperlink to the corresponding bibliography entries. This works fine for html and pdf outputs. However, in ipynb the citation is a link, but the target is not defined. Minimal example: test.qmd ``` --- bibliography: references.bib link-citati...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-02-01T15:17:36Z", "creator": "lexnederbragt", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 4178, "state": "open", "title": "link-citations: true incompletely implemented in ipynb...
### Bug description Not sure how this relates to #4068, but the combination of panel-tabset and [nav-fill](https://getbootstrap.com/docs/5.0/components/navs-tabs/#fill-and-justify) doesnt work anymore. ``` --- title: "Untitled" format: html --- :::{.panel-tabset .nav-fill} ## A ## B ::: ``` Wi...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-02-01T09:11:33Z", "creator": "schochastics", "is_pull_request": false, "labels": [ "bug", "ast" ], "locked": false, "milestone": "v1.3", "number": 4174, "state": "closed", "title": "tabset and nav-fill not rendering correctly in...
I don't think we have support for this ATM, but we should, since we're on tables anyway.
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-01-31T23:14:38Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement", "crossref", "tables" ], "locked": false, "milestone": "v1.4", "number": 4171, "state": "open", "title": "Table API overhaul: comput...
(For our own reference) Users want to be able to send a table and tell us this crossref should be treated as a Figure instead of a Table.
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-01-31T19:51:03Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement", "crossref" ], "locked": false, "milestone": "v1.4", "number": 4168, "state": "open", "title": "Crossref type override", "url": "https...
Suppose that for some reason I want to store all the images that I want to use in a presentation in a location that is not the exact directory where the .qmd file itself lives, something like `things/stuff/imgs`. This would clearly work ``` ![](things/stuff/imgs/elephant.png) ``` But gets very cumbersome to t...
{ "assignee": null, "comments": 2, "created_at": "2023-01-31T19:13:09Z", "creator": "DanOvando", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 4183, "state": "closed", "title": "using programatic file paths for images in reavealjs", "u...
### Bug description Quarto 1.2.313 fails to render symlinked objects with website projects (Linux EndeavourOS). Steps to reproduce: 1. Create a new quarto website project 2. Symlink to a directory `my-simlinked-dir` of `.qmd` and `.md` files 3. Symlink directly to a few `.qmd` and `.md` files 4. Render `index...
{ "assignee": "cscheid", "comments": 4, "created_at": "2023-01-31T18:45:48Z", "creator": "KeAWang", "is_pull_request": false, "labels": [ "bug", "file-systems" ], "locked": false, "milestone": "v1.4", "number": 4167, "state": "open", "title": "Quarto fails to render symlinked content", ...
### Bug description If CSS chunk is included in `qmd` file, rendering (to HTML) fails with Quarto v1.3.142. Both CLI code and RStudio "Render" button behave the same way. You may use this file to test: [with-css.zip](https://github.com/quarto-dev/quarto-cli/files/10549594/with-css.zip) ### Details If C...
{ "assignee": null, "comments": 5, "created_at": "2023-01-31T17:44:10Z", "creator": "GegznaV", "is_pull_request": false, "labels": [ "bug", "needs-discussion" ], "locked": false, "milestone": null, "number": 4166, "state": "closed", "title": "Rendering `qmd` file with CSS cunk fails in Q...
When using the `publish` [action on GHA as per documentation](https://quarto.org/docs/publishing/github-pages.html#publish-action), I ended up with the following error: `ERROR: No _publish.yml file available (_publish.yml specifying a destination required for non-interactive publish)`. As it turns out, the actual...
{ "assignee": "cscheid", "comments": 5, "created_at": "2023-01-31T16:33:04Z", "creator": "petrbouchal", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4498, "state": "open", "title": "GHA to Github Pages: misleading error + need for d...
### Bug description ```quarto check``` stuck at ```Checking Jupyter engine render.... ``` as shown in the below image. iam also unable to render file.qmd to html. conversion stuck(freeze) after converting the qmd file to .ipynb and dont convert it further. I am using Quarto 1.2.313 ![image](https://user-images.g...
{ "assignee": null, "comments": 2, "created_at": "2023-01-31T15:18:37Z", "creator": "Mouli04", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4163, "state": "closed", "title": "quarto check stuck at Checking Jupyter engine render..", "url": "ht...
### Bug description # Bug description Running ``quarto publish gh-pages`` when ``output-dir`` is specified in ``_quarto.yml`` fails with error: ```sh ERROR: NotFound: No such file or directory (os error 2) ``` # Minimal working example Create a new project with ```sh quarto create-project foo ``` and...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-01-31T10:30:04Z", "creator": "dkubek", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4158, "state": "closed", "title": "Quarto publish fails when project ``output-dir`` is specifi...
### Bug description When using revealjs mode with Quarto if you set a slide to a dark background and include a footer the footer colour does not adjust to the dark background. The footer appears to be moved outside of the slide section where revealjs sets `has-dark-background` class so it isn't possible to just app...
{ "assignee": "cderv", "comments": 4, "created_at": "2023-01-31T08:33:17Z", "creator": "Sparrow0hawk", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 4156, "state": "open", "title": "Footer text colour doesn't change with darker background colo...
Trojan.PowerShell.Win32.488 from https://www.virustotal.com/gui/file/ee3cbc2eb52e258b4bfb862fdd51ec9e09d46dc511510fbeb4aeb2155e14ce12 From latest windows installer download on https://quarto.org/docs/get-started/
{ "assignee": null, "comments": 1, "created_at": "2023-01-31T02:31:00Z", "creator": "tyoc213", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4177, "state": "closed", "title": "one report on virus total? should ignore?", "url": "https://github.com/quarto-de...
### Bug description I am trying to embed videos on a book site using raw links from Dropbox. However, the video shortcode can't seem to parse the URL. For example, if a qmd document tries to include [this video file](https://www.dropbox.com/s/h3ezvnpyn8xe5ch/Section1_4_c.mp4?raw=1) using ```` Here is the video: ...
{ "assignee": "allenmanning", "comments": 5, "created_at": "2023-01-30T22:20:04Z", "creator": "tobydriscoll", "is_pull_request": false, "labels": [ "bug", "enhancement", "video" ], "locked": false, "milestone": "v1.4", "number": 4153, "state": "closed", "title": "Can't embed video us...
When rendering a quarto document: ``` Starting python3 kernel...ERROR: object str can't be used in 'await' expression ``` This does not occur with `jupyter-client-8.0.1`. I am using `quarto-1.2.329`.
{ "assignee": "dragonstyle", "comments": 8, "created_at": "2023-01-30T17:33:56Z", "creator": "psads-git", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4151, "state": "closed", "title": "Cannot render quarto documents with the new jupyter-client...
### Bug description When I add a figure caption in the margin, Quarto doesn't respect the page layout options. I see that this makes sense in hindsight because there wouldn't be space for the caption, but I spent a while being confused why my figures weren't exapnding into the margin like I intended -- so maybe a warn...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-01-30T16:16:18Z", "creator": "maxdrohde", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 4150, "state": "open", "title": "Margin figure caption in HTML interferes with page layout"...
### Bug description **Note:** I [reported this](https://community.rstudio.com/t/quarto-presentation-render-fails-on-second-try-after-deleting-cache-when-using-cache-with-leaflet-addprovidertiles/158757) over at community.rstudio.com, but I suppose that this is a better place for it. I am using RStudio 2022.12.0 B...
{ "assignee": "cderv", "comments": 6, "created_at": "2023-01-30T16:04:06Z", "creator": "dmkaplan2000", "is_pull_request": false, "labels": [ "bug", "third-party" ], "locked": false, "milestone": null, "number": 4149, "state": "closed", "title": "Quarto presentation render fails on second...
### Bug description Hi, First of all, thanks for working so hard, Quarto is awesome! I am generating docx report from R and I have to insert a signature page with a very specific format. Previously, I was using Rmarkdown and officedown to generate my reports. The following code in the .Rmd allowed me to insert ...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-01-30T15:03:18Z", "creator": "tdemarchin", "is_pull_request": false, "labels": [ "enhancement", "docx" ], "locked": false, "milestone": "v1.4", "number": 4148, "state": "open", "title": "[Feature request] possibility to include ...
### Bug description In a book project, using a label on a title, eg ```markdown # title {#sec-stuff} ``` will normally result in a reference to "Chapter X" (where X is the number) when you do something like `@sec-stuff`. This worked well in 1.2. However, somewhere in 1.3, it stopped working properly when a ...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-01-30T03:45:28Z", "creator": "fuhrmanator", "is_pull_request": false, "labels": [ "bug", "crossref" ], "locked": false, "milestone": "v1.3", "number": 4145, "state": "closed", "title": "Cross references to labels on chapters...
### Bug description Sorry if this has already been reported. I did a quick search to check, but didn't see anything... It looks like Pandoc's div blocks for figures, under certain conditions, generate the LaTeX error - _Not in outer par mode_. Here's an example: ````md --- title: "figure divs" format: pdf ...
{ "assignee": null, "comments": 3, "created_at": "2023-01-29T19:37:26Z", "creator": "kbvernon", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 4142, "state": "open", "title": "figure divs for pdf format cause LaTeX error", "url": "https://g...
Hey, I'm trying to include numbered citations (https://github.com/citation-style-language/styles/blob/master/springer-basic-brackets-no-et-al.csl) into my Quarto project, which includes multiple .qmd documents. I encounter the problem that with this style, the numbering is not consecutive across all documents. Each...
{ "assignee": "dragonstyle", "comments": 7, "created_at": "2023-01-29T13:13:21Z", "creator": "faaa6", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.4", "number": 4160, "state": "open", "title": "Consecutive citation numbering across multiple .qmd", "url": "https://git...
### Bug description The field bibliography now must be validated as a string, but existing filters for Pandoc sometimes use other types. Example: ``` bibliography: primary: test/primary.bib secondary: test/secondary.bib ``` This is the case of the [multi bib filter](https://github.com/pandoc-ext/multibib...
{ "assignee": null, "comments": 2, "created_at": "2023-01-28T22:16:26Z", "creator": "bcdavasconcelos", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4139, "state": "closed", "title": "Strict YAML validation collides with existing lua filters for Pandoc", "...
### Bug description # Introduction After installing quarto on Windows 11, I couldn't get the example working from [this url](https://quarto.org/docs/get-started/hello/vscode.html). # How to reproduce the issue 1. Install Quarto version 1.2.313 2. Create the example document and name it `test.qmd` ```md ...
{ "assignee": null, "comments": 2, "created_at": "2023-01-28T19:19:47Z", "creator": "JanPalasek", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4138, "state": "closed", "title": "Getting Started Python example doesn't work on Windows", "url": ...
Many of our users are rightfully confused about the distinction between generating a quarto website, generating a shiny quarto document and publishing it to (eg) shinyapps.io, and how to have the former include the latter (which currently needs to happen with an iframe). It would be ideal if our https://quarto.org/d...
{ "assignee": "cwickham", "comments": 0, "created_at": "2023-01-28T16:29:13Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4497, "state": "open", "title": "clarify relationship between quarto shiny documents, ...
By default, MathJax does not have equation numbers when the LaTeX math environments are used. This: ``` --- title: "test6" format: html --- \begin{equation}\label{eq-a} a \end{equation} ``` produces this: <img width="757" alt="image" src="https://user-images.githubusercontent.com/2545978/215232056-a2ab5e88...
{ "assignee": "cscheid", "comments": 7, "created_at": "2023-01-28T00:59:18Z", "creator": "eeholmes", "is_pull_request": false, "labels": [ "crossref" ], "locked": false, "milestone": "v1.4", "number": 4136, "state": "open", "title": "enhancement: add MathJax equation numbering for math envir...
### Bug description Hi! I want to incluye a small Shiny app in a page of a website generated with quarto. To reproduce the error, create a new quarto website project with Rstudio. This is the source code of the `index.qmd` file. ```` --- title: "Old Faithful" format: html server: shiny --- ```{r} sliderI...
{ "assignee": null, "comments": 1, "created_at": "2023-01-27T17:39:38Z", "creator": "asalber", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4130, "state": "closed", "title": "Error including shiny app in quarto website", "url": "https://githu...
### Bug description When using jupyter-client>=8.0.0, the python3 kernel hangs. I am using a Windows 10 laptop, quarto version 1.2.269 to reproduce this bug, but I believe that this persists in later versions of quarto as well (initially stumbled across this when trying to render via a github action which had inst...
{ "assignee": null, "comments": 0, "created_at": "2023-01-27T16:58:49Z", "creator": "lindsay-fredrick", "is_pull_request": false, "labels": [ "bug", "duplicate" ], "locked": false, "milestone": null, "number": 4128, "state": "closed", "title": "Jupyter kernel hangs when using jupyter-cli...
### Bug description System: Debian 11 RStudio: RStudio 2022.12.0+353 "Elsbeth Geranium". All packages up to date, using default quarto version (could not check version) In the yml file: ``` format: pdf: papersize: a4 include-in-header: text: | \usepackage{titlesec} ...
{ "assignee": null, "comments": 2, "created_at": "2023-01-27T16:36:32Z", "creator": "vfacta", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4126, "state": "closed", "title": "Titlesec error", "url": "https://github.com/quarto-dev/quarto-cli/is...
### Bug description System: Debian 11 RStudio: RStudio 2022.12.0+353 "Elsbeth Geranium". All packages up to date, using default quarto (could not check version) In quarto book, using text commands inside equations, such as \text{} or \mathrm{}, produces a fatal error when a custom main font is used. Below, a cod...
{ "assignee": "cscheid", "comments": 7, "created_at": "2023-01-27T16:14:11Z", "creator": "vfacta", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 4125, "state": "open", "title": "Custom font and Latex 's \\text{} error", "url": "https://githu...
````powershell cd $env:TEMP mkdir test cd test quarto add https://github.com/quarto-ext/lightbox/archive/refs/tags/v0.1.4.tar.gz ```` Error is (in french here) ``` ERROR: La syntaxe du nom de fichier, de rΓ©pertoire ou de volume est incorrecte. (os error 123), stat 'https://github.com/quarto-ext/lightbox/arc...
{ "assignee": "cderv", "comments": 1, "created_at": "2023-01-27T16:07:43Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug", "windows" ], "locked": false, "milestone": "v1.3", "number": 4124, "state": "closed", "title": "Installing extension from url fails on Windows", ...
Quarto does not work with the latest version of jupyter_client that was recently released. In the meantime, quarto devs have verified that the issue does not exist with version 7.4.9 of jupyter_client. So if you're a python quarto user, please pin your jupyter_client version to 7.4.9 while we diagnose and fix the is...
{ "assignee": "cscheid", "comments": 8, "created_at": "2023-01-27T12:53:02Z", "creator": "JeremyBYU", "is_pull_request": false, "labels": [ "bug", "jupyter" ], "locked": false, "milestone": null, "number": 4122, "state": "closed", "title": "jupyter_client 8 issues", "url": "https://git...
### Bug description When using the quarto Render/Publish GitHub Action to create a quarto website embedded with Revealjs slides, I'm receiving: ``` ERROR: Error attempting to provision multiplex token from 'https://reveal-multiplex.glitch.me/': Unexpected token '<', "<html> <h"... is not valid JSON Error: E...
{ "assignee": null, "comments": 2, "created_at": "2023-01-26T22:42:19Z", "creator": "coatless", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4117, "state": "closed", "title": "revealjs slides + quarto website publishing issue via github actions due to provi...
### Bug description [quartodoc](https://machow.github.io/quartodoc/get-started/overview.html) uses a top-level config field in _quarto.yml, e.g.: ```yaml project: type: website resources: - objects.json quartodoc: style: single-page dir: reference package: quartodoc sections: - tit...
{ "assignee": null, "comments": 2, "created_at": "2023-01-26T19:52:51Z", "creator": "machow", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4114, "state": "closed", "title": "Custom config in _quarto.yml fails validation in v1.3.129", "url": "...
cc @dragonstyle We want to do filters like this: ``` filters: pre: - pre.lua render: - render.lua post: - post.lua ``` The inspiration is the sweet positioning of asciidoc.lua and that's how everything else should be in our filter chain.
{ "assignee": "cscheid", "comments": 6, "created_at": "2023-01-26T18:38:47Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 4113, "state": "open", "title": "improve pre-post filter decomposition", "url": "https:...
Currently there's no way to globally adjust the font size used in speaker notes; see [stackoverflow](https://stackoverflow.com/questions/75213819/how-to-change-the-default-font-size-in-quarto-speaker-notes) and [RStudio Community](https://community.rstudio.com/t/create-a-div-that-will-reduce-font-size-of-speaker-notes...
{ "assignee": null, "comments": 1, "created_at": "2023-01-26T16:25:39Z", "creator": "rmcd1024", "is_pull_request": false, "labels": [ "enhancement", "revealjs" ], "locked": false, "milestone": "Future", "number": 4112, "state": "open", "title": "Customize speaker note font size", "url"...
### Bug description System: Debian 11 RStudio: RStudio 2022.12.0+353 "Elsbeth Geranium". All packages up to date, using default quarto version (could not check version) In quarto book, equations such as: ``` \begin{align*} a^n &= a\cdot a \cdot a \cdot \ldots \\ \\ a^n &= p \end{align*} ``` and ``...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-01-26T16:16:25Z", "creator": "vfacta", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4111, "state": "closed", "title": "Some Latex equations don't render correctly to epub output"...
We could support loop or maybe more optional attributes available (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attributes) ### 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> ...
{ "assignee": null, "comments": 1, "created_at": "2023-01-26T11:59:21Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement", "pandoc-lua" ], "locked": false, "milestone": null, "number": 4106, "state": "closed", "title": "Support more attributes for video tag in vide...
### Bug description Hello, I am starting a simple shiny interactive document with a simple drop-down menu selection: ````` --- title: "LULCC_CH_model" format: html server: shiny execute: echo: false --- ````{r setup, include=FALSE} # Install packages packs <- c("data.table", "shiny") new.packs <-...
{ "assignee": "cderv", "comments": 7, "created_at": "2023-01-26T08:26:27Z", "creator": "blenback", "is_pull_request": false, "labels": [ "bug", "upstream", "rstudio" ], "locked": false, "milestone": "v1.4", "number": 4105, "state": "open", "title": "Unable to re-render shiny interact...
### Bug description By chance, [I stumbled across the fact](https://fediscience.org/@andrew/109730300221529378) that Quarto (at least as of v1.3.56) supports nested tabsets, where a document like this: ```` --- title: Tabsets inside tabsets --- :::: {.panel-tabset} ## A section ::: {.panel-tabset} ### A ...
{ "assignee": "cscheid", "comments": 8, "created_at": "2023-01-26T05:38:31Z", "creator": "andrewheiss", "is_pull_request": false, "labels": [ "bug", "regression", "tabsets" ], "locked": false, "milestone": "v1.3", "number": 4104, "state": "closed", "title": "Nested tabsets no longer ...
I tried to use Quarto for schoolwork and I have Rstudio 2022.07.1 installed. Also, I downloaded the latest version of Quarto v1.2.313. I tried to use Rstudio and Powershell to render and both gives me the same results and error message. I posted it on the Rstudio Community and I got an answer that it might because my c...
{ "assignee": null, "comments": 5, "created_at": "2023-01-25T22:31:30Z", "creator": "SelinaS37", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 4103, "state": "closed", "title": "Issue with renderring Quarto hellp.qmd file", "url": "htt...
(cc @machow) Likely a mergeConfigs issue.
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-01-25T18:04:26Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug", "needs-repro", "stale" ], "locked": false, "milestone": "v1.4", "number": 4098, "state": "open", "title": "website:sidebar path resolution ...
### Bug description This doesn't work on Quarto v1.3.124 on macOS 13.0.1: ```swift let foo = "bar" // <1> ``` 1. Test The code block is rendered with the `// <1>` as if it were standard code, and the ordered list a standard list. Changing the `// <1>` to `# <1>` doesn't work either. Neith...
{ "assignee": null, "comments": 2, "created_at": "2023-01-25T12:26:47Z", "creator": "seeM", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4091, "state": "closed", "title": "Code annotation doesn't work in some languages", "url": "https://githu...
Trying to embed a YouTube video in a reveal JS presentation. Have tried using the shortcode for video with several variants of the URL for the video, and the embed code such as the following: `{{< video https://www.youtube.com/watch?v=Ye8mB6VsUHw&t=16s width="850" height="475">}}` produces nothing. `{{< video ...
{ "assignee": null, "comments": 4, "created_at": "2023-01-24T23:28:29Z", "creator": "rressler", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 4089, "state": "closed", "title": "YouTube video not playing in Reveal JS", "url": "https://g...
This comes from discussion below From @cderv > should we maybe add a INSTALL file or something in the bundle ? Do we have a installation page somewhere ? I think we still need to add it in our doc. From @dragonstyle > Yes we should do a better job of this. For our AMD tarball installation, we have the follow...
{ "assignee": "cwickham", "comments": 1, "created_at": "2023-01-24T21:39:12Z", "creator": "cderv", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4505, "state": "open", "title": "Add installation guide for our downloadable bundle", ...
### Bug description I am trying to use Quarto from my work computer in which I cannot write in the usual `C:/Program Files/R/R-4.2.2/library` and use a personal library instead (let's say `C:/user/r-lib`). I have therefore installed the `rmarkdown` package there. When trying to render a document with Quarto, it can...
{ "assignee": null, "comments": 2, "created_at": "2023-01-24T17:11:34Z", "creator": "PierreMasselot", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4081, "state": "closed", "title": "Cannot find `rmarkdown` package from a user library", "url":...
I believe we could have an issue in how we parse format and triage between supported Markdown variants and what we call modifiers (e.g `pdf+draft` and `pdf+final`). This is what we get when running the command above ```` > quarto render doc.qmd --to docx+native_numbering processing file: doc.qmd output fil...
{ "assignee": "dragonstyle", "comments": 5, "created_at": "2023-01-24T15:02:57Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.4", "number": 4080, "state": "open", "title": "Parsing format string with Pandoc's extensions ", "url": "https://github....
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4056 <div type='discussions-op-text'> <sup>Originally posted by **aborruso** January 23, 2023</sup> Hi, if I open this sample page I have a very very useful TOC, on the side. ![image](https://user-images.githubusercontent.com/30607/2140042...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-01-24T14:45:33Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.4", "number": 4079, "state": "open", "title": "TOC Responsive Layout Collapse into Sidebar", "url": "https://githu...
### Bug description Hello, I tried the lastest pre-released 1.3.124 version of quarto and I observed a problem with the tabset in the html format. With the version 1.2.313 my tabset and their content (plot and text) are correctly created. But with the pre-released version the content of the tabset is not show. I...
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-01-23T14:53:20Z", "creator": "Pierre9344", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4068, "state": "closed", "title": "Problem with procedural tabset in the pre-release 1.3.124",...
In RStudio, when a Quarto document with `output: gfm` is rendered, it shows the raw markdown in the Viewer. I think it would be more useful to see the HTML preview, to match what it will look like on GitHub.
{ "assignee": "dragonstyle", "comments": 8, "created_at": "2023-01-23T13:25:50Z", "creator": "mine-cetinkaya-rundel", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.3", "number": 4066, "state": "closed", "title": "HTML preview of `output: gfm` docume...
Consider the following `quarto` document: ```` --- title: "Untitled" format: pdf jupyter: python3 --- ```{python} #|echo: false %load_ext rpy2.ipython ``` ```{python} #| result: asis %%R x <- c(1, 2) names(x) <- c('a', 'b') print(x) ``` ```` The output is misformatted: ![x](https://u...
{ "assignee": null, "comments": 1, "created_at": "2023-01-23T13:05:57Z", "creator": "psads-git", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4133, "state": "closed", "title": "Misformatted Quarto R magic chunk output", "url": "https://github.com/quarto-d...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4059 <div type='discussions-op-text'> <sup>Originally posted by **witszymanski** January 23, 2023</sup> Hi all! According to this: https://quarto.org/docs/reference/formats/presentations/revealjs.html#slide-layout I can use width in percentag...
{ "assignee": null, "comments": 1, "created_at": "2023-01-23T12:13:59Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug", "revealjs" ], "locked": false, "milestone": "v1.3", "number": 4063, "state": "closed", "title": "[revealjs] `width` and `height` in % are not quoted i...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4054 <div type='discussions-op-text'> <sup>Originally posted by **jimjam-slam** January 22, 2023</sup> Starter templates can [include a .quartoignore](https://quarto.org/docs/extensions/starter-templates.html#creating-a-template) file to manua...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-01-23T11:51:56Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.3", "number": 4061, "state": "closed", "title": "Feature request: support negation operator for...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4050 <div type='discussions-op-text'> <sup>Originally posted by **jmgirard** January 22, 2023</sup> When you share a video from youtube with "privacy-enhanced mode" enabled, the link will be `youtube-nocookie.com` instead of `youtube.com`. It ...
{ "assignee": "cderv", "comments": 1, "created_at": "2023-01-23T11:39:44Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.3", "number": 4060, "state": "closed", "title": "Add support for privacy-enhanced youtube to video shortcod...
Simple example ````markdown --- title: "repex" format: html keep-md: true --- ```{r} pander::pander(list("1", "2", 3, c(1, 2))) ``` ```` Which gives us this results ![image](https://user-images.githubusercontent.com/6791940/214011147-dca0577c-ba59-410b-abe8-782413d963e4.png) Somehow the markd...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-01-23T09:57:56Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 4057, "state": "open", "title": "Interaction issue with `pander` package as Markdown is not correct...
### Bug description In a website, when the navbar is turned off via `navbar: false`, the footer set via `page-footer` is not rendered. Reproducible example 1. create website project ```bash quarto create-project quarto-footer-bug --type website ``` 2. edit `_quarto.yml` to turn off navbar and include foo...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-01-22T22:57:51Z", "creator": "petrbouchal", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4053, "state": "closed", "title": "`page-footer` does not render with navbar: false", "...
(This seems like a bug.) ### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4047 <div type='discussions-op-text'> <sup>Originally posted by **aborruso** January 22, 2023</sup> Hi, if I run ``` quarto render ./report/4d9ceaa1-addd-43f0-a0a8-2623e818f348.qmd -o - ``` at the end I hav...
{ "assignee": "cscheid", "comments": 4, "created_at": "2023-01-22T22:54:11Z", "creator": "cscheid", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 4052, "state": "closed", "title": "Error when I write to stdout: how to solve it?", "url": "https://github.c...
### Bug description Using Revealjs, the footnote is appearing on top of the text no matter how little text I have on the slide. See the below example. ``` --- title: "Footnote" format: revealjs --- # Test This needs a footnote^[Footnote] ``` Renders as: <img width="401" alt="Screenshot 2023-01-21 a...
{ "assignee": null, "comments": 4, "created_at": "2023-01-21T18:19:28Z", "creator": "reuning", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4044, "state": "closed", "title": "Footnote in Revealjs on top of text", "url": "https://github.com/qu...
### Bug description First of all, congratulations on the wonderful work you have done at Quarto. I use Quarto with tinytex under WIN11 and Linux under Docker/WSL. In a new Dockerfile, I tried the following: - use of "quarto install tinytex" works fine (as user install) - use of "quarto install tinytex --update...
{ "assignee": null, "comments": 2, "created_at": "2023-01-21T07:49:55Z", "creator": "rddaz2013", "is_pull_request": false, "labels": [ "bug", "needs-repro", "latex" ], "locked": false, "milestone": "v1.4", "number": 4043, "state": "closed", "title": "Outdated L3 programming layer for...
It would be good to migrate any provided classes (particularly as they may be Bootstrap classes) to the HTML table `<table>` element when they are present as Pandoc attributes (next to caption input). Here is an example of valid input: ``` | Default | Left | Right | Center | |---------|:-----|------:|:------:| | ...
{ "assignee": "rich-iannone", "comments": 0, "created_at": "2023-01-20T18:04:08Z", "creator": "rich-iannone", "is_pull_request": false, "labels": [ "enhancement", "tables" ], "locked": false, "milestone": "v1.3", "number": 4036, "state": "closed", "title": "Support usage of classes given...
### Bug description I have a problem rendering from `.qml` to Markdown (to use with Documenter.jl) and to me this seems like a bug. here is the .qml file (hopefully with the full config)= (_edit_: I of course meant a `.qmd` file here, sorry) ``` --- title: "CommonMark Bug?" execute: freeze: auto eval:...
{ "assignee": null, "comments": 8, "created_at": "2023-01-20T18:02:07Z", "creator": "kellertuer", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4035, "state": "closed", "title": "Rendering .qmd to Commonmark md breakes inline LaTeX ", "url": "...
### Bug description I created a Beamer presentation using Quarto, and noticed there was a blank slide after the title slide. After doing some testing, it seems that this issue is caused by having an R chunk before the first slide (I usually have one chunk before the first slide where I load packages etc). Doing some...
{ "assignee": "cscheid", "comments": 7, "created_at": "2023-01-20T16:19:03Z", "creator": "aimundo", "is_pull_request": false, "labels": [ "bug", "revealjs" ], "locked": false, "milestone": "v1.3", "number": 4034, "state": "closed", "title": "Empty slide after title slide in Beamer", "u...
### Bug description With Quarto 1.2.280 (included in recent RStudio daily builds), the presence of a `background-color` in a reveal.js presentation hides a configured `logo`, while the `footer` stays visible. ````markdown --- title: "logo and footer" format: revealjs: theme: simple logo: posit-logo-...
{ "assignee": null, "comments": 1, "created_at": "2023-01-20T14:34:02Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4031, "state": "closed", "title": "background-color hides logo", "url": "https://github.com/quarto-...
About those new function missing in our doc ````lua quarto.doc.input_file quarto.doc.output_file ```` ----- Yep, it will available to any LUA code that is being executed (e.g. filter or shortcode)- it is public but you're right that it is omitted from the documentation (unintentionally)! We also added s...
{ "assignee": "cwickham", "comments": 1, "created_at": "2023-01-19T14:33:42Z", "creator": "cderv", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4499, "state": "open", "title": "Document all public functions from quarto Lua API", "...
Currently https://quarto.org/docs/authoring/markdown-basics.html has no mention of Raw Block and Raw Inline syntax based on https://pandoc.org/MANUAL.html#extension-raw_attribute
{ "assignee": "cwickham", "comments": 0, "created_at": "2023-01-19T13:54:45Z", "creator": "cderv", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4500, "state": "open", "title": "Document raw block syntax in our Basic Markdown Guide",...
### Bug description I'm following the tutorial [here](https://quarto.org/docs/get-started/computations/vscode.html#overview). Using the following `computations.qmd` code example, the matplotlib image is rendered okay, but the plotly image does not get rendered in the preview both in visual studio code and in the br...
{ "assignee": null, "comments": 2, "created_at": "2023-01-19T13:31:52Z", "creator": "aaronsgithub", "is_pull_request": false, "labels": [ "bug", "third-party" ], "locked": false, "milestone": null, "number": 4018, "state": "closed", "title": "plotly cell output is not being rendered", ...
### Bug description # What happens In a Quarto Website project, when, in `index.qmd` - the `listing` `type` is set to `grid` and - `lang` is set to `cs` (which is a supported language) either in `quarto.yml` or in the YAML header of `index.qmd` - the listed ("child") document contains a valid date in the `dat...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-01-19T09:50:47Z", "creator": "petrbouchal", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4017, "state": "closed", "title": "Grid listing garbled with `lang: cs` and a valid `date...
### Bug description When rendering a document using the margin layout with a full-width figure the HTML render makes a full-width caption, which is probably the desired layout. In the PDF layout, the figure is full-width, but the caption is limited to the text column, which is a bit hideous. Running Mac OS. Examp...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-01-19T01:56:45Z", "creator": "mikheyev", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4014, "state": "closed", "title": "Figure caption width not the same when rendering HTML vs pd...
If a plot is programmatically generated, it produces an error: `LaTeX Error: Not in outer par mode` when rendering. Here is a simple example: ```` --- format: pdf: execute: echo: false --- This is some text ::: {.column-margin} #### Subtitle ```{r} #| label: fig-test #| fig-cap: Test...
{ "assignee": null, "comments": 3, "created_at": "2023-01-18T22:49:59Z", "creator": "mikheyev", "is_pull_request": false, "labels": [ "wontfix", "lint" ], "locked": false, "milestone": "Future", "number": 4011, "state": "open", "title": "margin figures errors in pdf when generating plots...
[Page layout](https://quarto.org/docs/output-formats/page-layout.html) gives a code example that produces an error of "ERROR: Render failed due to invalid YAML." The example shows as: ``` format: html: page-layout: full ``` I believe the example should be shown as: ``` format: html page-layout: fu...
{ "assignee": null, "comments": 2, "created_at": "2023-01-18T19:01:20Z", "creator": "SPLOpenData", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4010, "state": "closed", "title": "YAML code example error for page layout", "url": "https://github.com/quarto-...
The following code works in Rmarkdown but not in Quarto to produce side-by-side plots: `.Rmd` file: ```` --- title: "Side-by-side plot test" output: html_document --- ```{r, fig.show='hold', out.width='50%'} plot(1, 2) plot(3, 4) ``` ```` Correct output: plots appear in one *row* in `.html` output f...
{ "assignee": null, "comments": 6, "created_at": "2023-01-18T16:03:22Z", "creator": "jtr13", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4007, "state": "closed", "title": "Side-by-side plots with fig-show: hold not working in Quarto", "url": "https://git...
When rendering a file that includes conditional content e.g.: ``` --- title: "exerc" --- ::: {.content-visible when-profile="solutions"} This content will only appear in the advanced version. ::: ``` The conditional content is not included in the output when rendered using quarto version 1.3.115. In vers...
{ "assignee": "cscheid", "comments": 13, "created_at": "2023-01-18T15:40:10Z", "creator": "PeterReiter", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 4006, "state": "closed", "title": ".content-visible when-profile= ignored in version 1...
It'd be nice to change how this is laid out for the reasons pointed out, but we currently hard code that decision. ### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3999 <div type='discussions-op-text'> <sup>Originally posted by **jtrecenti** January 17, 2023</sup> Hi! Thank you very much ...
{ "assignee": "rich-iannone", "comments": 5, "created_at": "2023-01-18T15:09:58Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement", "crossref", "tables" ], "locked": false, "milestone": "v1.4", "number": 4004, "state": "open", "title": "Figure rendered insid...
### Bug description Quarto is a far bigger platform than R markdown. But, this is limited to only rendering markdown or its flavours with R or the like code sequences only. Asciidoc is simpler and has only one flavour with distinct features for writings very good books, articles and what not? Therefore, I reques...
{ "assignee": null, "comments": 11, "created_at": "2023-01-18T13:14:22Z", "creator": "aksigkvgithub", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 4003, "state": "open", "title": "Quarto should incorporate Asciidoc rendering facilit...
### Bug description Not all the chapters in my book have headers. I've noticed that in the chapters without headers (and therefore no TOC on the right), the `repo-actions` I specified are missing. ## Minimal example ### Input: #### `_quarto.yml` ``` project: type: book format: html: th...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-01-17T22:51:36Z", "creator": "ratnanil", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3998, "state": "closed", "title": "book output: repo-actions only available if chapter has h...
### Bug description The slide numbering gets messed up by h1 (i.e., `#`) sections when using `print-pdf` with RevealJS. If you create a MWE presentation using the code below, it will correctly number the slides 1 to 4 in the IDE and web browser. But when you go to `http://localhost:6600/?print-pdf` (or whatever your...
{ "assignee": "cderv", "comments": 15, "created_at": "2023-01-17T21:14:21Z", "creator": "jmgirard", "is_pull_request": false, "labels": [ "bug", "revealjs" ], "locked": false, "milestone": "v1.4", "number": 3997, "state": "open", "title": "Slide Number Issues with RevealJS's print-pdf an...
I get an error when I run the example on this webpage ("Print Options" section): [https://quarto.org/docs/presentations/revealjs/presenting.html#print-options](https://quarto.org/docs/presentations/revealjs/presenting.html#print-options) ``` --- title: "Presentation" format: revealjs: show-notes: separ...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-01-17T09:44:26Z", "creator": "code86", "is_pull_request": false, "labels": [ "bug", "yaml-validation", "revealjs" ], "locked": false, "milestone": "v1.3", "number": 3996, "state": "closed", "title": "Reveal js error for ...
### Bug description ``` # This will create a file named "template.qmd" in the current folder. # Used in: the "template.qmd" is a parametrized report and in a package. The report # will be compiled in a temporary directly which will be cleaned afterwards. f <- c("---", "title: \"Test\"", "format: html", "---", ""...
{ "assignee": "cderv", "comments": 13, "created_at": "2023-01-17T09:32:18Z", "creator": "rkrug", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 3992, "state": "open", "title": "Compile quarto document in temporary directory in R fails when usin...
### Bug description The function `profvis::profvis()`, somehow, messes up the syntax highlighting of R code blocks. ## Example File: ````Rmd --- format: html --- ```{r} library(profvis) f <- function() { pause(0.1) } # profvis(f()) ``` ```` Normal syntax highlighting: ![2023-01-16_2...
{ "assignee": null, "comments": 7, "created_at": "2023-01-17T06:46:04Z", "creator": "prosoitos", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3991, "state": "closed", "title": "Syntax highlighting messed up by profvis::profvis()", "url": "htt...
### Bug Description My issue is exactly the same as issue #3941. I have tried everything mentioned in it, and still unable to publish on quarto pub. Every time I attempt, I am asked to re-authorize my account. And even after re-authorization, the publishing process doesn't go ahead at all. I updated RStudio version to...
{ "assignee": "softwarenerd", "comments": 5, "created_at": "2023-01-17T06:46:04Z", "creator": "bhattmaulik", "is_pull_request": false, "labels": [ "bug", "publishing" ], "locked": false, "milestone": null, "number": 3990, "state": "closed", "title": "Unable to publish on quartopub blog",...
### Bug description I'm not sure if this is an RStudio issue or a Quarto issue (it doesn't happen when using VS Code, so it might be an RStudio thing; but there also might be some setting in Quarto that I'm missing that could fix it). *(This is all with Quarto 1.3.49 in RStudio 2022.12.0+353 on macOS Ventura 13.1)*...
{ "assignee": null, "comments": 6, "created_at": "2023-01-16T17:52:22Z", "creator": "andrewheiss", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3985, "state": "closed", "title": "Projects stored in subfolders inherit the rendering settings from...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3813 <div type='discussions-op-text'> <sup>Originally posted by **howardm** December 31, 2022</sup> Hi, I'm trying to use the following functionality in a particular portion of a web page: ``` <details><summary>Content to be revealed</s...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-01-16T16:48:55Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "bug", "articles" ], "locked": false, "milestone": "Future", "number": 3983, "state": "open", "title": "Details tag not well supported for art...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3970 <div type='discussions-op-text'> <sup>Originally posted by **Zegeri** January 14, 2023</sup> Some mathematical texts might use axioms and it would be nice if it were supported by quarto. I suggest using "axm" as tag prefix. For example: ...
{ "assignee": "cscheid", "comments": 6, "created_at": "2023-01-16T13:18:33Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement", "crossref" ], "locked": false, "milestone": "v1.4", "number": 3979, "state": "open", "title": "[Feature Request] Add more theorem types f...
I've been testing teaching using Journal templates for Quarto, but I keep hitting the same issue every time: What is the best workflow for using a template, knowing you are likely to switch to another template at a later stage? Academic publishing often leads us into several rejections from various journals, meanin...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2023-01-16T09:03:47Z", "creator": "drmowinckels", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 3978, "state": "open", "title": "[Docs request] Workflow for working with acad...
### Bug description Following the [documentation on sizing mermaid diagram](https://quarto.org/docs/authoring/diagrams.html#sizing), the latest nightly build (1.3.107) running on Ubuntu 20.04 no longer sizes the diagrams differently regardless of the fig-width parameter. I also tried this with the latest stable (1.2.3...
{ "assignee": "cscheid", "comments": 6, "created_at": "2023-01-14T23:34:06Z", "creator": "d-chambers", "is_pull_request": false, "labels": [ "bug", "mermaid" ], "locked": false, "milestone": "v1.4", "number": 3973, "state": "open", "title": "Mermaid fig-width no longer works", "url": "...
The file https://github.com/quarto-dev/quarto-web/blob/50b8e37ab46690f04be9d96a5955928132810449/docs/reference/projects/book.json, contains duplicate entries, some that do not seem to correspond to the quarto book type. I am submitting a quick PR to fix this issue.
{ "assignee": null, "comments": 1, "created_at": "2023-01-14T16:12:00Z", "creator": "jmcastagnetto", "is_pull_request": false, "labels": [ "bug", "enhancement", "yaml-validation" ], "locked": false, "milestone": "v1.3", "number": 3981, "state": "closed", "title": "Clean up schemas in...
### Bug description The file https://github.com/quarto-dev/quarto-web/blob/50b8e37ab46690f04be9d96a5955928132810449/docs/reference/projects/book.json, contains duplicate entries, some that do not seem to correspond to the quarto book type. I am submitting a quick PR to fix this issue
{ "assignee": null, "comments": 1, "created_at": "2023-01-14T16:09:28Z", "creator": "jmcastagnetto", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3972, "state": "closed", "title": "duplicate entries in books.json", "url": "https://github.com/...
### Bug description Hello! I am getting an issue when I press the render button in Rstudio vs running `quarto render` in the CLI. When I press Render in Rstudio, my python installation is not being found, but when I run 'quarto render' everything works just as expected. Here are the outputs from trying to press Re...
{ "assignee": null, "comments": 3, "created_at": "2023-01-13T23:28:56Z", "creator": "sweiner123", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3968, "state": "closed", "title": "Quarto Render button not working but `quarto render` in command li...
Just getting started with quarto. I used it in VSC and it rendered with python code..but with r code, using the file from the official site https://quarto.org/docs/get-started/hello/rstudio/_hello.qmd from here https://quarto.org/docs/get-started/hello/rstudio.html the following error occured when trying to render...
{ "assignee": "cderv", "comments": 5, "created_at": "2023-01-13T20:50:51Z", "creator": "AbdurrahmanMN", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 3967, "state": "closed", "title": "Error on rendering r code", "url": "https://github...
### Bug description As far as I can tell, there are no tests of rendering `.qmd` files with Julia code. E.g. ```bash paul@pts2 tests [main] $ grep -rnw . -e "{julia}" | wc -l 0 paul@pts2 tests [main] $ grep -rnw . -e "{python}" | wc -l 15 paul@pts2 tests [main] $ grep -rnw . -e "{r}" | wc -l 130 ``` ###...
{ "assignee": null, "comments": 1, "created_at": "2023-01-13T20:25:33Z", "creator": "schrimpf", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 3965, "state": "open", "title": "there are no tests for Julia", "url": "https://github.co...
```` > quarto use template quarto-journals/acs Quarto templates may execute code when documents are rendered. If you do not trust the authors of the template, we recommend that you do not install or use the template. ? Do you trust the authors of this template (Y/n) Β» Yes ? Directory name: Β» test-quarto-acs ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-01-12T17:12:35Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 3955, "state": "open", "title": "Rendering to a non declared custom format silently ren...
### Bug description When we include R code in quarto files, the same code chunk (with our current setup) is split into multiple rendered junks (even though it belongs to the same junk in the source code. Each of these rendered junks starts with the number 1, which is not desirable as it prevents referring to the line ...
{ "assignee": null, "comments": 1, "created_at": "2023-01-12T16:51:14Z", "creator": "sebffischer", "is_pull_request": false, "labels": [ "bug", "verify-fixed" ], "locked": false, "milestone": null, "number": 3954, "state": "closed", "title": "Line numbers of code blocks are not ", "url...
### Bug description Hi. As always, thank you, thank you, thank you for this awesome software. As the title states, for revealjs documents, fontawesome icons used in section headers do not appear in the presentation outline. Unicode/HTML does, though. ````md --- title: "Test Prez" format: revealjs --- ## ...
{ "assignee": null, "comments": 6, "created_at": "2023-01-12T15:54:50Z", "creator": "kbvernon", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 3950, "state": "closed", "title": "revealjs - fontawesome icon in section header does not appear in pre...
### Bug description Putting `references.bib` (or a csl file, as I was attempting) in a subdirectory Quarto does not find it for HTML only. For a reprex, create a Quarto book from template (say, `quarto create-project mybook --type book`) Then place the .bib fiile in a new directory called `subdir` then modify `_...
{ "assignee": "cderv", "comments": 5, "created_at": "2023-01-12T15:22:34Z", "creator": "nclJoshCowley", "is_pull_request": false, "labels": [ "bug", "windows" ], "locked": false, "milestone": null, "number": 3949, "state": "closed", "title": "References (in subdirectory) not found for HT...
I tried to render the quarto example document "hello.qmd" to pdf. This throws an error, because an external image is linked in Markdown (the same problem would appear in R Markdown). As soon as I comment out the image the pdf document can be created. I think it is not ideal to use an example document that cannot be ...
{ "assignee": null, "comments": 11, "created_at": "2023-01-12T14:00:36Z", "creator": "hemonika", "is_pull_request": false, "labels": [ "bug", "windows" ], "locked": false, "milestone": "v1.3", "number": 3982, "state": "closed", "title": "rendering a document with online image to pdf is n...
### Bug description Code annotations in the v1.3.97 pre-release are not working when `code-link: true`: A reproducible example may be made in RStudio with New Project > Quarto Website, then add `code-link: true` to the _quarto.yml. ````markdown --- title: "Reprex" --- This is a Quarto website. To lear...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2023-01-12T12:10:14Z", "creator": "cgoo4", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 3945, "state": "closed", "title": "Code annotations in the v1.3.97 pre-release are not working ...
I'm having a related bug when the csl is defined in an extension. Both in 1.2.313 and 1.3.97 on Windows. It works fine on Ubuntu. ``` File _extensions-institute-for-nature-and-forest.csl not found in resource path ERROR: File _extensions-institute-for-nature-and-forest.csl not found in resource path ``` The re...
{ "assignee": "cderv", "comments": 7, "created_at": "2023-01-12T11:49:34Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug", "windows" ], "locked": false, "milestone": "v1.3", "number": 3944, "state": "closed", "title": "CSL is not found when defined in an extension. ", ...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3940 <div type='discussions-op-text'> <sup>Originally posted by **pnavaro** January 12, 2023</sup> I am trying to publish on quarto-pub and I am stuck in a loop hole. I always get this message ``` The authorization saved for Quarto Pub is ...
{ "assignee": "softwarenerd", "comments": 3, "created_at": "2023-01-12T11:04:47Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3941, "state": "closed", "title": "Can't publish on quarto-pub", "url": "https://github.com/quarto-dev/quar...
Hi, Is there a way to include an appendix when using quarto to produce a .pdf? In that case, tables and figures should have the caption: "table A1." and "Figure A1." respectively.
{ "assignee": null, "comments": 0, "created_at": "2023-01-12T09:29:46Z", "creator": "ygalanak", "is_pull_request": false, "labels": [], "locked": true, "milestone": null, "number": 3942, "state": "closed", "title": "appendix in pdf", "url": "https://github.com/quarto-dev/quarto-cli/issues/3942" ...