page_content
stringlengths
0
46.9k
metadata
dict
### Bug description I've replicated this with the RStudio default blog template. You can view a repository here https://github.com/JoFrhwld/quarto-name I changed the [`./index.qmd`](https://github.com/JoFrhwld/quarto-name/blob/master/index.qmd) header to have a grid listing: ```yaml # ./index.qmd --- title: "blo...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-03-27T18:10:46Z", "creator": "JoFrhwld", "is_pull_request": false, "labels": [ "bug", "triaged-to", "regression" ], "locked": false, "milestone": "v1.3", "number": 4985, "state": "closed", "title": "listing `type: grid` ...
so if a user links to this page: https://quarto.org/docs/download/tarball.html?version=1.3.290&idPrefix=download-pre but like: https://quarto.org/docs/download/tarball.html Just make it show the latest version.
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-03-27T15:14:23Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.3", "number": 4984, "state": "closed", "title": "Make tarball page use `latest` version of qu...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4967 <div type='discussions-op-text'> <sup>Originally posted by **mcanouil** March 25, 2023</sup> The website is great regarding markdown typesetting. In addition to what is already in it, I think it would be really great to also include Quar...
{ "assignee": "cwickham", "comments": 3, "created_at": "2023-03-27T08:05:05Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "documentation", "epic" ], "locked": false, "milestone": "Future", "number": 4977, "state": "closed", "title": "Quarto CLI documentation in quar...
### Bug description Hello, I'm currently using the version `1.3.290`. I've got a small but specific problem with the code annotation for annotating [VHDL](https://en.wikipedia.org/wiki/VHDL) code. It doesn't seem to detect the `-- <x>`-Snippet and therefore doesn't correctly generate the annotation in the PDF. ...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-03-26T19:22:53Z", "creator": "joelvonrotz", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4974, "state": "closed", "title": "Code Annotation for VHDL doesn't work", "url": "http...
### Bug description ### Issue: Inconsistent information between your web page tutorial and the demo file Hi team, There is inconsistent information between your web page tutorial and the demo file (hello.qmd). Please review them. On your [web page](https://quarto.org/docs/get-started/hello/rstudio.html),...
{ "assignee": null, "comments": 0, "created_at": "2023-03-26T08:03:19Z", "creator": "mickeyang", "is_pull_request": false, "labels": [ "documentation", "enhancement" ], "locked": false, "milestone": "Future", "number": 4973, "state": "closed", "title": "inconsistency between the web page...
### Bug description I am having trouble rendering my quarto documents as pdfs similar to issue #4951 . I am unable to install tinytex due to an error. Such weird errors I am not sure if I am even able to properly uninstall. All I can tell there seems to be a folder missing called "win32". I am worried abou...
{ "assignee": null, "comments": 6, "created_at": "2023-03-26T03:51:16Z", "creator": "lbui30", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4972, "state": "closed", "title": "I am unable install latex with tinytex due to a bug. Can Anyone Help? ", "url": ...
### Bug description ## Issue Description It seems that using a floating `sidebar` in Quarto sets the `floating` class on the `body` element, which in turn causes bootstrap to not apply `border-top` to `nav-footer` (see below), in turn causing the footer border to not show up. ```css body:not(.floating) .nav-...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-03-25T23:57:31Z", "creator": "ravicodelab", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4971, "state": "closed", "title": "Floating sidebar causes footer border to disappear", ...
### Bug description When using the [Matlab kernel](https://github.com/Calysto/matlab_kernel) in a qmd file `````` --- jupyter: matlab --- ```{matlab} fprintf('First line\n') fprintf('Second line\n') fprintf('Third line ') fprintf('in two parts\n') ``` `````` it appears in Quarto's HTML output as !...
{ "assignee": null, "comments": 11, "created_at": "2023-03-25T20:09:35Z", "creator": "allefeld", "is_pull_request": false, "labels": [ "bug", "upstream", "jupyter" ], "locked": false, "milestone": "v1.4", "number": 4968, "state": "closed", "title": "output is split over several cells...
Currently `$code-annotation-higlight-color` and `$code-annotation-higlight-bg` are not described in Quarto's documentation, either on <https://quarto.org/docs/authoring/code-annotation.html> or <https://quarto.org/docs/output-formats/html-themes.html#sass-variables>[^1]. [^1]: Discussed in https://github.com/quarto-...
{ "assignee": "cwickham", "comments": 3, "created_at": "2023-03-25T19:24:44Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4966, "state": "open", "title": "`code-annotation-higlight-*` SASS variables not docu...
### Bug description This code renders successfully with Quarto stable ``` --- title: "example of broken link" --- ![](http://r-statistics.co/screenshots/ggplot_masterlist_2.png){width="488"} [SOURCE](http://r-statistics.co/Top50-Ggplot2-Visualizations-MasterList-R-Code.html) ``` $ quarto check [>] Checking...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2023-03-25T16:28:45Z", "creator": "apsteinmetz", "is_pull_request": false, "labels": [ "bug", "windows" ], "locked": false, "milestone": "v1.3", "number": 4964, "state": "closed", "title": "quarto release candidate breaks on an i...
### Bug description Desired outcome is to add a title or Figure label and/or figure caption to a mermaid diagram in a qmd file. Quarto documentation shows figure labeling for graphviz dot, but same syntax does not work with mermaid. https://quarto.org/docs/authoring/diagrams.html#figures The outcome of this me...
{ "assignee": null, "comments": 1, "created_at": "2023-03-25T15:38:27Z", "creator": "devdiva", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4963, "state": "closed", "title": "Mermaid diagram title frontmatter support", "url": "https://github.com/quarto-de...
### Bug description Understood that C4 diagrams have experimental support in mermaid. But wanted to open a ticket noting that their use in RStudio qmd document returns a syntax error in the rendered HTML output. https://mermaid.js.org/syntax/c4c.html ``` C4Context title System Context diagram for In...
{ "assignee": null, "comments": 1, "created_at": "2023-03-25T15:17:01Z", "creator": "devdiva", "is_pull_request": false, "labels": [ "mermaid" ], "locked": false, "milestone": null, "number": 4962, "state": "closed", "title": "Mermaid C4 diagram support", "url": "https://github.com/quarto-...
### Bug description Hi, Is it possible to use Python variables in LaTeX expressions similarly to that it is possible for R variables? Namely, the following qmd-file ````` --- title: "Test Knitr" format: html --- ```{r} x <- 1 #Code in R ``` Test: $x= `r x`$ ```{python} y = 1 #Code in Python ``...
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-03-25T10:46:55Z", "creator": "finkelshtein", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 4961, "state": "open", "title": "Python variables cannot be used in LaTeX expression...
### Bug description The quarto works for python based qmd files and also Jupyter, but does not work for R. I tried `quarto check` and it seems that the problem is induced by Quarto not finding R installation. ``` dev-dsk % quarto check [βœ“] Checking versions of quarto binary dependencies... Pandoc version...
{ "assignee": "cscheid", "comments": 3, "created_at": "2023-03-24T21:14:28Z", "creator": "kdzhang", "is_pull_request": false, "labels": [ "bug", "quarto-check" ], "locked": false, "milestone": "v1.4", "number": 4956, "state": "open", "title": "Unable to locate an installed version of R",...
We no longer need to bundle JS now that deno has improved their caching behavior. In addition, `deno bundle` is deprecated and doesn't work with npm specifiers, and is the reason we're stuck with 1.28.2. On top of that, `deno bundle` is causing us continued grief with its bugs in cyclic dependencies. So, let's...
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-03-24T19:45:56Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "early-in-release" ], "locked": false, "milestone": "v1.5", "number": 4955, "state": "open", "title": "Don't bundle JS anymore", "url": "https://github....
Documentation wise it was nice to see this section https://quarto.org/docs/computations/execution-options.html#figure-options which I hadn't found before. Maybe it could be linked in the[ Authoring/Figures/Computations](https://quarto.org/docs/authoring/figures.html#computations) section? _Originally posted by @see...
{ "assignee": "cwickham", "comments": 0, "created_at": "2023-03-24T16:51:44Z", "creator": "cderv", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4954, "state": "open", "title": "Mentions default figure option value in the Figure page...
### Bug description Here is a reprex: ```` --- format: html --- ```{r} 2 + 2 # <1> summary(cars) # <2> ``` 1. Add 2 to 2 2. Summary of `cars` dataset 1. Followed by 2. an enumerated list about something else ```` The result is: <img width="800" alt="Screenshot 2023-03-24 at 12 25 ...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-03-24T16:31:05Z", "creator": "mine-cetinkaya-rundel", "is_pull_request": false, "labels": [ "bug", "needs-discussion" ], "locked": false, "milestone": null, "number": 4953, "state": "closed", "title": "Code annotation follow...
### Bug description Any help? processing file: try.qmd output file: try.knit.md pandoc to: latex output-file: try.tex standalone: true pdf-engine: xelatex variables: gra...
{ "assignee": "cderv", "comments": 5, "created_at": "2023-03-24T14:49:11Z", "creator": "yoyo25", "is_pull_request": false, "labels": [ "question", "latex" ], "locked": false, "milestone": "v1.4", "number": 4951, "state": "open", "title": "xelatex not found", "url": "https://github.com/...
To avoid users incorrectly filing pandoc issues about quarto bugs, let's explicitly check for pandoc errors and add to that message.
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-03-24T13:43:10Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement", "early-in-release" ], "locked": false, "milestone": "v1.4", "number": 4950, "state": "open", "title": "Add message about pandoc errors"...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-03-24T13:42:52Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "epic", "dashboards" ], "locked": false, "milestone": "v1.4", "number": 4949, "state": "open", "title": "Simple Dashboard", "url": "https:/...
Potential fixes and enhancements to Confluence Publishing for the 1.4 Milestone. - [x] https://github.com/quarto-dev/quarto-cli/issues/4489 - [ ] https://github.com/quarto-dev/quarto-cli/issues/4890 - [ ] https://github.com/quarto-dev/quarto-cli/issues/5151 - [ ] https://github.com/quarto-dev/quarto-cli/issues/46...
{ "assignee": "allenmanning", "comments": 4, "created_at": "2023-03-24T13:41:07Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "publishing-confluence", "epic" ], "locked": false, "milestone": "v1.4", "number": 4948, "state": "open", "title": "[Confluence] Bugs & Impr...
We have currently some scripts that allows to locally run test in parallels. It is based on diving our tests to run in clusters https://github.com/quarto-dev/quarto-cli/blob/main/tests/run-parallel-tests.ts We should be able to leverage this to create buckets of tests to run, and then use some parallel jobs in CI (...
{ "assignee": "cderv", "comments": 0, "created_at": "2023-03-24T13:39:49Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "epic", "builds" ], "locked": false, "milestone": "v1.4", "number": 4947, "state": "open", "title": "Speed Up CI Smoke Tests", "url": "https://gi...
Work for this is being done as a Quarto extension in the `https://github.com/rich-iannone/quarto-email` repository (private for now). The email body will be in a div with class `"email"`. To make this work with the Connect emailing system, the main goal, the filter needs to generate a JSON file in the working direct...
{ "assignee": "rich-iannone", "comments": 0, "created_at": "2023-03-24T13:33:24Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "epic", "email" ], "locked": false, "milestone": "v1.4", "number": 4946, "state": "open", "title": "Email Integration", "url": "https://gi...
{ "assignee": "cwickham", "comments": 0, "created_at": "2023-03-24T13:31:20Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "epic", "meca" ], "locked": false, "milestone": "v1.4", "number": 4945, "state": "open", "title": "MECA Publishing", "url": "https://github.co...
## The Big Ol' List of Things To Fix - [ ] ensure format options work across formats (or document where they can't) - #215 - [ ] control numbering of anchor crossrefs - #644 - #1145 - #5614 - [ ] Caption format control for float crossrefs - #645 - [ ] Allow fine-grained control over crossref label...
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-03-24T13:29:55Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "crossref", "epic" ], "locked": false, "milestone": "v1.4", "number": 4944, "state": "open", "title": "Crossref Overhaul", "url": "https://gith...
### Bug description A markdown table does not have a horizontal scrollbar after rendering from a QMD document. I tried my best in the docs and on Google Search and in other Github issues. As seen below, the same table written in code blocks get a horizontal scrollbar automatically. Is there any hack of doing...
{ "assignee": null, "comments": 6, "created_at": "2023-03-24T10:29:51Z", "creator": "fortunewalla", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 4942, "state": "closed", "title": "A markdown table does not have a horizontal scrollbar after rendering from ...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3249 <div type='discussions-op-text'> <sup>Originally posted by **jmgirard** November 8, 2022</sup> I am hosting a Quarto website on Github Pages using the "docs" method. I have a custom domain and thus need to have a `docs/CNAME` file in my ...
{ "assignee": "cwickham", "comments": 6, "created_at": "2023-03-24T10:16:55Z", "creator": "cderv", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4941, "state": "open", "title": "Document how to setup custom domain on Github Pages whe...
### Bug description updating existing packages finding package for tikzfill.image.sty compilation failed- no matching packages LaTeX Error: File `tikzfill.image.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. <read *> ...
{ "assignee": null, "comments": 5, "created_at": "2023-03-24T09:07:11Z", "creator": "GuyNYAMSI", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4940, "state": "closed", "title": "erreur lors de la compilation en pdf", "url": "https://github.com/quarto-dev/q...
### Bug description Hi, I've just started getting what appears to be an error with table crossref.lua. This appeared all of a sudden (within the last two weeks). I'm on Mac OS 13.2.1 (22D68), with Quarto v1.78.0 through VSCode 1.76.2. I think everything is updated (R ver 4.2.3) and it worked just a couple of week...
{ "assignee": "cscheid", "comments": 14, "created_at": "2023-03-24T02:54:21Z", "creator": "daniel1noble", "is_pull_request": false, "labels": [ "enhancement", "crossref" ], "locked": false, "milestone": "v1.4", "number": 4938, "state": "open", "title": "Emit better error message in the p...
### Bug description After upgrading from v. 0.9.515 to v. 1.3.282, a previously working book project failed to render via quarto preview with message "property name number-depth is invalid" Option "number-depth" is still included in the guide as a valid option for a book project. Kubuntu 20.04 To reproduce: ...
{ "assignee": "cwickham", "comments": 4, "created_at": "2023-03-23T17:38:25Z", "creator": "blacksqr", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "Future", "number": 4936, "state": "closed", "title": "\"number-depth\" option in book project causes _...
### Bug description Similar to #4934, the collapsed sidebar items have invalid ARIA attributes and should be buttons rather than links, and the chevron should be combined with the text so that it has a clear label. Here's the [axe issue description ](https://axe.deque.com/issues/72e98c34-2809-4c7a-9520-dc5d820f0...
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-03-23T15:47:48Z", "creator": "batpigandme", "is_pull_request": false, "labels": [ "bug", "accessibility", "early-in-release" ], "locked": false, "milestone": "v1.4", "number": 4935, "state": "open", "title": "Left-nav menu e...
### Bug description Collapsed callouts when rendered use an invalid/inaccessible pattern where the ARIA attribute `aria-expanded="false"` is invalid [link to [axe DevTools issue found](https://axe.deque.com/issues/1b566527-127f-4660-acb1-4a7e61e0a018) when attached qmd is rendered]. From discussion with @gtritchi...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-03-23T15:33:38Z", "creator": "batpigandme", "is_pull_request": false, "labels": [ "bug", "accessibility", "early-in-release" ], "locked": false, "milestone": "v1.4", "number": 4934, "state": "open", "title": "Collapsed callo...
### Bug description I would like the out-width to equal the fig-width that I have specified in inches in a code chunk. In the documentation it says "[By default figures are displayed using their actual size](https://quarto.org/docs/authoring/figures.html#figure-sizing)" but this does not happen when I have set the d...
{ "assignee": "dragonstyle", "comments": 7, "created_at": "2023-03-23T15:03:15Z", "creator": "see24", "is_pull_request": false, "labels": [ "enhancement", "articles", "triaged-to" ], "locked": false, "milestone": "Future", "number": 4933, "state": "open", "title": "Set out-width equa...
### Bug description Quarto is failing to find the R installation on my machine. This fails from within R studio and when run from a shell. R is in the PATH and works as expected. R works fine within RStudio and compilation with RMarkdown also works. ``` E:\>set QUARTO_LOG_LEVEL=DEBUG E:\>quarto check [>...
{ "assignee": "cscheid", "comments": 10, "created_at": "2023-03-23T10:47:46Z", "creator": "s-andrews", "is_pull_request": false, "labels": [ "enhancement", "early-in-release", "quarto-check" ], "locked": false, "milestone": "v1.4", "number": 4930, "state": "open", "title": "Quarto un...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3615 <div type='discussions-op-text'> <sup>Originally posted by **michielvdmeulen** December 9, 2022</sup> I'm trying to serve a blog on a non-root path, but despite following the instructions in the [documentation](https://quarto.org/docs/we...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-03-23T08:53:25Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "websites", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 4929, "state": "open", "title": "Non-root site path not working",...
![image](https://user-images.githubusercontent.com/674792/227150351-f9fe93af-4e6c-4593-af91-bbf8662a0bbc.png)
{ "assignee": null, "comments": 0, "created_at": "2023-03-23T08:47:31Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.3", "number": 4928, "state": "closed", "title": "Include `giscus` in comments list.", "url": "https...
### Bug description Setting custom text via code-summary doesn't seem to be working for OJS code chunks. ````md --- title: "repr" --- This is R code. ```{r} #| code-fold: true #| code-summary: "My text" 1 + 1 ``` This is Python code. ```{python} #| code-fold: true #| code-summary: "My text" 1 ...
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-03-23T08:42:25Z", "creator": "ksreyes", "is_pull_request": false, "labels": [ "bug", "ojs-engine", "early-in-release" ], "locked": false, "milestone": "v1.4", "number": 4927, "state": "open", "title": "code-summary for ojs c...
The [existing docs for custom AST nodes](https://quarto.org/docs/prerelease/1.3/ast.html) need fleshing out. Probably more changes coming that will need docs that live in the same space.
{ "assignee": "cwickham", "comments": 0, "created_at": "2023-03-23T08:24:26Z", "creator": "cwickham", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4926, "state": "open", "title": "More detailed docs on building filters", "url": "h...
````markdown --- title: Callout padding format: html --- ::: {.callout-note} # Title ## Another header There is no padding here ::: # Document Header Content ::: {.callout-note} # Title There is correct padding here ::: ::: {.callout-note} # Title Something first ## Sub he...
{ "assignee": "cscheid", "comments": 19, "created_at": "2023-03-22T16:03:23Z", "creator": "cderv", "is_pull_request": false, "labels": [ "documentation", "articles" ], "locked": false, "milestone": "v1.4", "number": 4922, "state": "open", "title": "Missing padding in callout body when it...
### Bug description Im encountering an odd problem when rendering documents into HTML. First a bit of background. Im using the kernel nbstata to use Stata directly with quarto and VScode. So far I have no problems, running code, or getting outputs. However, any now and then, when I display the output straight from S...
{ "assignee": "cscheid", "comments": 9, "created_at": "2023-03-22T13:19:07Z", "creator": "friosavila", "is_pull_request": false, "labels": [ "upstream", "jupyter" ], "locked": false, "milestone": null, "number": 4918, "state": "closed", "title": "Problems rendering HTML", "url": "https...
This was reported by @mine-cetinkaya-rundel ````markdown --- title: "Untitled" format: gfm toc: true --- # A header # With ending dot. # With a.dot in the middle ```` will render to ````markdown # Untitled - [A header](#a-header) - [With ending dot.](#with-ending-dot.) - [With a.dot in the...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-03-22T11:51:57Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug", "upstream" ], "locked": false, "milestone": "v1.4", "number": 4917, "state": "closed", "title": "`toc: true` with gfm does not produce valid ...
if we see `credentialless` in the raw params, we should pass it along. ### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4913 <div type='discussions-op-text'> <sup>Originally posted by **coatless** March 21, 2023</sup> Right now, the video short code `{{ video }}` provides a standard ifram...
{ "assignee": "allenmanning", "comments": 0, "created_at": "2023-03-21T20:09:27Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement", "good-first-issue", "video" ], "locked": false, "milestone": "v1.4", "number": 4914, "state": "open", "title": "Support for cr...
### Bug description When creating a website with posts and a listing page, if the author of a post as a long name, the name gets squished and loses white space between words on the listing page. For example, this is what the listing page looks like for the two posts copied below. ![image](https://user-images.githu...
{ "assignee": null, "comments": 1, "created_at": "2023-03-21T18:05:47Z", "creator": "mfherman", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4910, "state": "closed", "title": "Long author name of posts loses spaces in listing page", "url": "h...
### Bug description Hello, I've recently been struggling with compiling a Quarto-Document to PDF and I don't know why it behaves the way it does. I've installed TinyTex using the installation prompt `quarto install tinytex --update-path` and when trying to compile following document... ```qmd --- title: "Untit...
{ "assignee": "dragonstyle", "comments": 17, "created_at": "2023-03-21T16:32:45Z", "creator": "joelvonrotz", "is_pull_request": false, "labels": [ "bug", "needs-repro", "stale" ], "locked": false, "milestone": "v1.4", "number": 4908, "state": "open", "title": "command pdflatex not fo...
### Bug description ### Bug description Quarto 1.2.335 on Mac OS X 12.6.1 seems to render a list only, if there is an empty line before the list. So the following quarto file `test.qmd` will not render the list ``` --- title: "Introduction to markdown lists" subtitle: "" author: Mark Down date: 2023-01-02 --...
{ "assignee": null, "comments": 1, "created_at": "2023-03-21T15:31:31Z", "creator": "asmaier", "is_pull_request": false, "labels": [ "duplicate" ], "locked": false, "milestone": null, "number": 4907, "state": "closed", "title": "Quarto needs an empty line before a list", "url": "https://gi...
TeX Live 2023 is out, and now new TinyTeX release is built. One of the change is `win32/` directory becomes `windows/` directory. I believe our code should adapt to that like `tinyTexBinDir()` for example. Still adapting **tinytex** R package to this change. cc @dragonstyle
{ "assignee": "cderv", "comments": 1, "created_at": "2023-03-21T15:01:41Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 4906, "state": "closed", "title": "Adapt to new `windows/` dir for TeX Live 2023 for Windows", "url": "https://g...
### Bug description Quarto 1.2.335 on Mac OS X 12.6.1 seems to render a list only, if there is an empty line before the list. So the following quarto file `test.qmd` will not render the list ``` --- title: "Introduction to markdown lists" subtitle: "" author: Mark Down date: 2023-01-02 --- ## Introduction ...
{ "assignee": "cscheid", "comments": 6, "created_at": "2023-03-21T14:57:01Z", "creator": "amaier-obs", "is_pull_request": false, "labels": [ "enhancement", "jupyter", "early-in-release" ], "locked": false, "milestone": "v1.4", "number": 4905, "state": "open", "title": "Quarto needs a...
### Bug description In a web site project, a page with ``` --- title: "Data Visualization" listing: - id: methods contents: listing-contents.yml type: table --- Lorem ipsum :::{#methods} ::: ``` and `listing-contents.yml` as ``` - `awesome.md` ``` gives the error ``` Unexp...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2023-03-21T11:12:12Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": "v1.3", "number": 4903, "state": "closed", "title": "Support YAML file with list of files for listing c...
### Bug description I have a blog that has the following directory structure: ```markdown $ tree . β”œβ”€β”€ 404.qmd β”œβ”€β”€ _quarto.qmd β”œβ”€β”€ blog β”‚ β”œβ”€β”€ index.qmd β”‚ β”œβ”€β”€ welcome-to-my-blog β”‚ β”‚ └── index.qmd β”‚ └── writing-papers-with-markdown β”‚ └── index.qmd └── index.qmd ``` When visiting the page for...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-03-21T01:44:16Z", "creator": "kdheepak", "is_pull_request": false, "labels": [ "enhancement", "good-first-issue" ], "locked": false, "milestone": "v1.4", "number": 4901, "state": "open", "title": "Allow customization of titl...
### Bug description When installing the quarto pkg file for MacOS, the current default installation requires root. Is there a reason this was chosen as the default? I'd like to propose changing it such that it installs just for one user by default. Users can opt-in to choosing to install it for all users (i.e. wit...
{ "assignee": "dragonstyle", "comments": 10, "created_at": "2023-03-21T01:22:30Z", "creator": "kdheepak", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 4900, "state": "open", "title": "Macos pkg default installation location should be `~/Appli...
`code-line-numbers` is an unclear name for using with Reveal.js to do highlighting, particularly since `code-line-numbers` does other important things to the output. IMO this deserves its own argument, e.g. `code-line-highlighting`, or at least an alias along those lines
{ "assignee": "cderv", "comments": 2, "created_at": "2023-03-20T20:43:23Z", "creator": "malcolmbarrett", "is_pull_request": false, "labels": [ "enhancement", "revealjs" ], "locked": false, "milestone": "v1.4", "number": 4899, "state": "open", "title": "Clearer argument name for Reveal.js...
### Bug description I can't use `. . .` with or near headers ```markdown --- title: "Untitled" format: revealjs editor: visual --- ## This doesn't work . . . ### hello . . . ### there ## This also doesn't work ### A bit of preamble . . . now something to reveal . . . and a b...
{ "assignee": "cderv", "comments": 4, "created_at": "2023-03-20T20:38:31Z", "creator": "malcolmbarrett", "is_pull_request": false, "labels": [ "bug", "upstream", "revealjs" ], "locked": false, "milestone": "v1.4", "number": 4898, "state": "open", "title": "Reveal.js `. . .` fragments...
### Bug description Hi all, I am trying to adapt some of my old RMD templates, and I have a strange issue. When I render a .qmd file to DOCX, the `flextable` package complains that `pandoc version >= 2 required for printing flextable in docx` The thing is, quarto reports that `quarto pandoc --version` is `pan...
{ "assignee": "cscheid", "comments": 12, "created_at": "2023-03-20T17:27:23Z", "creator": "jlgraves-ubc", "is_pull_request": false, "labels": [ "bug", "needs-repro" ], "locked": false, "milestone": "Future", "number": 4896, "state": "closed", "title": "Flextable and Pandoc", "url": "ht...
A container Epic for reveal-js issues that have been collecting. Some of these issues may need refinement and research into scope before scheduling work to the 1.4 Milestone. Some of these issues may need to be re-assigned as we learn more about them. https://github.com/quarto-dev/quarto-cli/issues?q=is%3Aopen+is%...
{ "assignee": "cderv", "comments": 0, "created_at": "2023-03-20T14:01:32Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "revealjs", "epic" ], "locked": false, "milestone": "v1.4", "number": 4894, "state": "open", "title": "reveal.js : Bugs & Improvements for Mileston...
Some thoughts on where 1.3 highlight will live in the "Release Candidate" website: **Bold** indicates a new page/section: * [Confluence](https://quarto.org/docs/prerelease/1.3/confluence.html) -> Guide/Publishing/**Confluence** Also add to list of options on https://quarto.org/docs/publishing/ Do we...
{ "assignee": "cwickham", "comments": 2, "created_at": "2023-03-19T23:32:11Z", "creator": "cwickham", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.3", "number": 4892, "state": "closed", "title": "Move 1.3 feature documentation into website", "u...
The docs now mention: ``` quarto create project confluence ``` but don't make use of this template structure. Rewrite this section to use the template project from the start.
{ "assignee": "cwickham", "comments": 0, "created_at": "2023-03-19T21:29:39Z", "creator": "cwickham", "is_pull_request": false, "labels": [ "documentation", "publishing-confluence" ], "locked": false, "milestone": "v1.4", "number": 4891, "state": "open", "title": "Use template project as...
### Bug description To reporoduce: * `quarto create project confluence` * Publish to a public space * On warning about permissions, answer: No Result: An error (see below) Expected: Some kind of message that indicates I cancelled publishing, e.g. "Publishing aborted by user" ``` ? Space or Parent Page URL:...
{ "assignee": "allenmanning", "comments": 1, "created_at": "2023-03-19T21:19:28Z", "creator": "cwickham", "is_pull_request": false, "labels": [ "enhancement", "publishing-confluence" ], "locked": false, "milestone": "v1.4", "number": 4890, "state": "open", "title": "[Confluence] Aborting...
### Bug description I'm trying to create an extension with custom formats, as described here <https://quarto.org/docs/extensions/formats.html>. The second example on that page refers to several custom formats with the same name, `acm-pdf` and `acm-html`. Similar to that, I would like to have custom formats called `doc...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-03-19T20:45:41Z", "creator": "allefeld", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 4889, "state": "open", "title": "Creating different custom formats with same name but differ...
The natural syntax is a span: ``` This is some content. [this is some HTML content]{.content-visible when-format="html"} ``` The technical complication is that AST blocks currently declare one of Block or Inline (and it might be hard to make a version of this that intelligently knows its context). If we accept ...
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-03-19T02:27:03Z", "creator": "cscheid", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.4", "number": 4887, "state": "open", "title": "Enhancement: inline version of content-{visible, hidden}", "url": "https://...
### Bug description I would like to use Mermaid diagrams in Quarto pdf. But when I run the following simple example, it returns an error. Here is some reproducible code: ``` --- format: pdf --- ```{mermaid} flowchart LR A[Hard edge] --> B(Round edge) B --> C{Decision} C --> D[Result one] C --> ...
{ "assignee": null, "comments": 2, "created_at": "2023-03-18T17:19:21Z", "creator": "QuintenSand", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4883, "state": "closed", "title": "Mermaid doesn't work in Quarto PDF", "url": "https://github.com...
### Bug description For my personal blog, these are all the options I had that are currently not present in my quarto version of the blog: ``` <link rel="canonical" href="https://kdheepak.com/blog/{metadata.slug}" /> <meta name="robots" content="index, follow" /> <meta property="og:type" content="article...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-03-18T17:07:30Z", "creator": "kdheepak", "is_pull_request": false, "labels": [ "enhancement", "good-first-issue" ], "locked": false, "milestone": "v1.4", "number": 4882, "state": "open", "title": "Allow specifying canonical ...
### Bug description When using the [extended author name schema](https://quarto.org/docs/journals/authors.html#author-schema), authors’ names get rendered as [object Object] on listing pages. I’ve set up an example (https://github.com/JoFrhwld/quarto-name) using the default quarto blog template in RStudio, but adj...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-03-18T15:13:46Z", "creator": "JoFrhwld", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4881, "state": "closed", "title": "Extended author name schema doesn’t display correctly in ...
### Bug description Currently, if two chunks have the same label, the error the user gets back is not that informative. ```r Calls: .main ... process_file -> split_file -> lapply -> FUN -> parse_block Backtrace: 1. global .main() 2. execute(...) 3. rmarkdown::render(...) 4. knitr::knit(knit_input, knit_ou...
{ "assignee": null, "comments": 4, "created_at": "2023-03-18T12:13:00Z", "creator": "IndrajeetPatil", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 4878, "state": "closed", "title": "Provide more informative error message when chunk labe...
Thanks for the report, but please don't open copies of issues on different repositories :) I've answered your question on the quarto-web issue. _Originally posted by @cscheid in https://github.com/quarto-dev/quarto-cli/issues/4130#issuecomment-1406850760_ I tried to find the answer in quarto-web bu...
{ "assignee": null, "comments": 0, "created_at": "2023-03-18T09:15:06Z", "creator": "teuffy", "is_pull_request": false, "labels": [ "invalid" ], "locked": false, "milestone": null, "number": 4877, "state": "closed", "title": "Thanks for the report, but please don't open copies of issues on d...
Hi I navigated the documentation to see if it was possible but couldn't find anything about it. I want to make a quarto website with various technical reports/preprints/...... involving multiple authors and I'd like to know if I can have a centralised author/affilitation file so that I can reuse the information for ...
{ "assignee": null, "comments": 2, "created_at": "2023-03-17T16:59:26Z", "creator": "mloubout", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 4873, "state": "closed", "title": "Feature request: shared authors/affil/...", "url": "http...
### Bug description It seems that code blocks as well as the resulting table are placed in the margin. - OS: Ubuntu 22.04 - Quarto Dev version (latest commit) ````qmd --- title: test format: html: self-contained: true engine: knitr --- ```{r} #| echo: false library(DBI) con <- dbConnect(R...
{ "assignee": "dragonstyle", "comments": 8, "created_at": "2023-03-17T15:33:28Z", "creator": "eitsupi", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 4869, "state": "open", "title": "Article Layout Margin option for knitr sql code block seems ...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4861 <div type='discussions-op-text'> <sup>Originally posted by **KaiWaldrant** March 16, 2023</sup> I was making a bug issue about the tabset-panel inconsistency in border-colors used when I found out it was actually an issue with the themes ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-03-17T13:00:57Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4868, "state": "closed", "title": "tabset panel border-color rendering incorrect", "url...
### Bug description When rendering with quarto 1.2 to pdf, the conditional div does not change anything. In quarto 1.3.272 however right margins are way too large. When commenting out the div part, or removing the .column-screen everything works as expected. HMTL rendering is OK. ``` --- title: problème with ....
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-03-17T11:16:20Z", "creator": "xtimbeau", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4867, "state": "closed", "title": "conditional div", "url": "https://github.com/quarto-dev/qua...
### Bug description # Example [test.zip](https://github.com/quarto-dev/quarto-cli/files/11000206/test.zip) # OS Linux - Arch # Quarto check ``` [βœ“] Checking versions of quarto binary dependencies... Pandoc version 3.1.1: OK Dart Sass version 1.55.0: OK [βœ“] Checking versions of quarto depende...
{ "assignee": "cscheid", "comments": 4, "created_at": "2023-03-17T10:15:42Z", "creator": "DhruvaSambrani", "is_pull_request": false, "labels": [ "bug", "crossref" ], "locked": false, "milestone": "v1.3", "number": 4866, "state": "closed", "title": "Book - Chapter crossref breaks if file ...
### Bug description The Website shows up. But there is no graph. ![image](https://user-images.githubusercontent.com/104669893/225783290-37cce488-a28d-4d88-aaf0-222f493ebfd4.png) ![image](https://user-images.githubusercontent.com/104669893/225783342-3b001742-3e69-4575-ae30-274f1d7c5941.png) [Quarto-ErrorCode-Github....
{ "assignee": null, "comments": 9, "created_at": "2023-03-17T00:28:00Z", "creator": "pvsundar", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 4864, "state": "closed", "title": "The code sample for Old Faithful does not work:", "url": "https://...
See #4862
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-03-16T23:00:18Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement", "crossref" ], "locked": false, "milestone": "v1.4", "number": 4863, "state": "open", "title": "crossref overhaul: callouts", "url": "...
- Is the heavy left border a little too strong / intense- should it be reduced? - Should we consider adding other styles of callouts (a couple of alternatives to consider) **Suggestions** ![Screenshot 2023-03-16 at 2 41 38 PM](https://user-images.githubusercontent.com/261654/225721538-c1f5dfc4-555d-41a3-a4b8-fa95f...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-03-16T18:43:08Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 4859, "state": "open", "title": "Revisit Callout Appearance", "url": "https://g...
- Should top border be responsive to the presence and position of a table caption or should it always be consistently present? - Should we reduce the intensity of the 'striping' background color of tables? We're currently taking the bootstrap default.
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-03-16T18:40:29Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.4", "number": 4858, "state": "open", "title": "Revisit Table Appearance", "url": "https://github.com/quarto-dev/quarto...
### Bug description The following code in a .qmd document ```tex <!-- Problem --> ``abc" \(123\) ``def" <!-- Problem --> ``abc" ``def" <!-- No problem --> ``abc" ``def" ``` produces (when rendered with the R-code `quarto::quarto_render("mydocument.qmd")` the following TeX code ```tex \texttt{abc"\...
{ "assignee": null, "comments": 4, "created_at": "2023-03-16T17:17:14Z", "creator": "timothee-bacri", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4857, "state": "closed", "title": "Multiple quotation marks on the same line get mishandled", "url": "https:...
Steps To Reproduce Description: As seen in debugging #4846. Steps to Reproduce: - Publish a simple document confluence - Use verbose logging `quarto publish confluence hello-world.qmd --log-level debug` - Use this domain `https://x.y/` Expected Result: - Complete error is shown in verbose logging Actual Result: ...
{ "assignee": "allenmanning", "comments": 0, "created_at": "2023-03-16T08:29:45Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "enhancement", "publishing-confluence" ], "locked": false, "milestone": "v1.3", "number": 4852, "state": "closed", "title": "[Confluence] Ve...
### Bug description Hello, Thanks for releasing another great version of Quarto. Excited to make use of Confluence publishing. i tried the minimal example using my custom confluence hosted domain but unfortunately, ``` quarto publish confluence qtr.qmd ? Confluence Domain: β€Ί https://x.y/ (\) Verifying...Sendi...
{ "assignee": "allenmanning", "comments": 7, "created_at": "2023-03-15T18:59:18Z", "creator": "saptarshiguha", "is_pull_request": false, "labels": [ "bug", "publishing-confluence" ], "locked": false, "milestone": "Future", "number": 4846, "state": "closed", "title": "Confluence publishin...
This would help diagnose latex issues.
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-03-15T14:56:27Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement", "latex", "quarto-check" ], "locked": false, "milestone": "v1.4", "number": 4845, "state": "open", "title": "`quarto check` should r...
### Bug description OS-specific keyboard shortcuts seem to fail with HTML but not PDF (using the example in the [pre-release docs](https://quarto.org/docs/prerelease/1.3/kbd.html)). PDF: ```md --- format: pdf --- To print, press {{< kbd Shift-Ctrl-P >}}. To open an existing new project, press {{< kbd mac=S...
{ "assignee": "cscheid", "comments": 3, "created_at": "2023-03-15T14:55:08Z", "creator": "etiennebacher", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4844, "state": "closed", "title": "OS-specific keyboard shortcuts fail with HTML", "url":...
We use Lua patterns everywhere, but pandoc ships with lpeg and (lpeg.re) specifically. We should _definitely_ switch to those. (cc @cderv: lpeg is a great parsing engine, it turns out, and lpeg.re is a regex engine with `|` inside it :))
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-03-15T14:36:33Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement", "early-in-release" ], "locked": false, "milestone": "v1.4", "number": 4843, "state": "open", "title": "Lua Internals: replace standard ...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4822 <div type='discussions-op-text'> <sup>Originally posted by **itepifanio** March 14, 2023</sup> Quarto provides [pre and post rendering](https://quarto.org/docs/projects/scripts.html#pre-and-post-render) features but it doesn't extend when...
{ "assignee": null, "comments": 0, "created_at": "2023-03-15T11:32:29Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement", "project-scripts" ], "locked": false, "milestone": "Future", "number": 4841, "state": "open", "title": "Pre render for quarto preview", "url...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4837 <div type='discussions-op-text'> <sup>Originally posted by **galachad** March 15, 2023</sup> Currently, it's not possible to define a custom js hypothesis client. It should be possible to set the `https://hypothes.is/embed.js` to a cus...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-03-15T10:52:25Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 4840, "state": "open", "title": "Allow to set a custom hypothesis client", "url": "ht...
This came up through discussion in https://github.com/quarto-dev/quarto-cli/discussions/4761 by @coatless through the use case of webr Quarto extension (https://github.com/coatless/quarto-webr) Main question is : > Is there a way to register engine requirements or options in a quarto extension, e.g. `_extension.y...
{ "assignee": "cscheid", "comments": 19, "created_at": "2023-03-15T10:36:17Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement", "extensions" ], "locked": false, "milestone": "v1.4", "number": 4839, "state": "open", "title": "Defining custom cell handlers in Extens...
### Bug description When rendering a plotly plot with quarto it is not correctly scaled according to given width & height arguments passed to the ggplotly scale. This has also been tested for Rmarkdown and there the behavior is as expected. Scaling of the plot output happens on the basis of the width & height argum...
{ "assignee": "cscheid", "comments": 11, "created_at": "2023-03-15T09:41:37Z", "creator": "dkmanl", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4836, "state": "closed", "title": "Plotly not correctly scaled based on width and height", "url": "https://git...
**Use case:** It's nice to get feedback on docs/blog from people outside of the dev team (e.g. #os-dev-rel, or #quarto), but it's a big ask to have people outside the team render the docs locally to review a PR. Related issue in quarto-dev/quarto-actions#33
{ "assignee": "cderv", "comments": 3, "created_at": "2023-03-15T07:42:33Z", "creator": "cwickham", "is_pull_request": false, "labels": [ "bug", "documentation" ], "locked": false, "milestone": "v1.4", "number": 4835, "state": "closed", "title": "Fix Preview for PRs on quarto-web", "url...
### Bug description Why does the font get smaller after a section is introduced with a title slide using a level 1 header (#) in a revealjs presentation with `{.smaller}` applied globally? I am using RStudio 2022.07.1 and Quarto Version: 1.2.335 Thanks ```` --- title: "test" format: revealjs: sma...
{ "assignee": "cderv", "comments": 0, "created_at": "2023-03-15T05:45:26Z", "creator": "jatalah", "is_pull_request": false, "labels": [ "bug", "revealjs" ], "locked": false, "milestone": "v1.4", "number": 4834, "state": "open", "title": "Font size changes after section break", "url": "...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4756 <div type='discussions-op-text'> <sup>Originally posted by **giorgiopaulon** March 10, 2023</sup> I am interested in exporting a Quarto table to a .pdf document. The only resources I found suggest to use the following ```{r} #| tbl-ca...
{ "assignee": null, "comments": 6, "created_at": "2023-03-14T21:32:19Z", "creator": "giorgiopaulon", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 4830, "state": "closed", "title": "Math symbols in Table caption", "url": "https://githu...
### Bug description I am getting an error while installing quarto on macOS Ventura 13.2.1: _**The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance**_. I have tried to install it by running a command in a terminal: _sudo installer -pkg ~/Down...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2023-03-14T15:40:07Z", "creator": "yevgenryeznik", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": "v1.3", "number": 4825, "state": "closed", "title": "Cannot install quarto on macOS Ventura", "...
(Comes from https://github.com/quarto-dev/quarto-cli/discussions/4092#discussioncomment-4950816) Currently comment letters are managed in multiple files and the same modification must be made to each. I registered for PRQL in #4147, but did not realize that I needed to register in the following files, so it appea...
{ "assignee": "cderv", "comments": 9, "created_at": "2023-03-14T13:24:18Z", "creator": "eitsupi", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 4823, "state": "open", "title": "New language comment characters need to be registered in m...
### Bug description # Version `1.3.264` # Possible Issue IJulia decided to move the location of python # Workaround Use `QUARTO_PYTHON=~/.julia/conda/3/x86_64/bin/python` # OS Linux - Arch ### Checklist - [X] Please [format your issue](https://quarto.org/bug-reports.html#formatting-make-githubs-markdown...
{ "assignee": null, "comments": 16, "created_at": "2023-03-14T09:00:26Z", "creator": "DhruvaSambrani", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4821, "state": "closed", "title": "Quarto is unable to find IJulia jupyter installation automatically", "ur...
### Bug description Right now `giscus` uses a light theme by default even when a dark theme is toggled. <img width="1045" alt="image" src="https://user-images.githubusercontent.com/1813121/224907905-db32d0e6-0f75-4d84-ba55-bc40df8f6c03.png"> ### Checklist - [ ] Please include a minimal, fully reproducible exam...
{ "assignee": "allenmanning", "comments": 1, "created_at": "2023-03-14T05:48:26Z", "creator": "kdheepak", "is_pull_request": false, "labels": [ "bug", "giscus" ], "locked": false, "milestone": "v1.4", "number": 4820, "state": "closed", "title": "When using a dark theme, giscus should use...
### Bug description I think when linking to the source file, it would be nice if the `code-tools: source: repo` linked to exact commit for that file on GitHub. For my personal blog, I used to do something like this: ```typescript const commit = child_process .spawnSync("git", ["log", "-n", "1", "--pretty=...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-03-14T03:57:40Z", "creator": "kdheepak", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 4819, "state": "open", "title": "When using `code-tools: source: repo` link to exact...
I noticed that on the website, the area of a code block where you would normally specify a programming language has random characters instead. It seems like this is the case throughout the website. I also checked on another device just to be sure that it wasn't a weird browser issue, but I'm still seeing it. ![Scree...
{ "assignee": "jjallaire", "comments": 4, "created_at": "2023-03-13T19:16:53Z", "creator": "jcmkk3", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4812, "state": "closed", "title": "Code blocks on the website have random characters instead of ...
### Bug description There are a few places on the docs website where the code chunk language is not correct. It appears to be a random (?) string of letters instead of the actual language for the code chunk. These are the places where I've seen the problem: - At [Authoring > Diagrams](https://quarto.org/docs/author...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-03-13T19:07:29Z", "creator": "kelly-sovacool", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4811, "state": "closed", "title": "Code chunks not displaying language correctly at https:...
I'm getting the compilation error below on one file (w5-digital-imageworlds.qmd) when trying to publish to GH Pages. All other files render correctly, and the file in question has the same YAML as the other files: --- title: "W5: Digital Imageworlds" toc: false format-links: false --- The file is in a directo...
{ "assignee": null, "comments": 2, "created_at": "2023-03-13T18:04:55Z", "creator": "mroberts1", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4810, "state": "closed", "title": "LaTex compilation error when publishing to GH Pages", "url": "https://github.c...
### Bug description After updating to the latest pre-release v1.3.260, I've encountered an issue with post `feature.jpg`s no longer additionally showing up in the respective listing page. This set-up had been working okay in an earlier release. Reprex: _quarto.yml: ```` project: type: website website: t...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-03-13T15:36:56Z", "creator": "cgoo4", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 4806, "state": "closed", "title": "Images not displaying on sub-folder listing page in pre-rele...
The following v1 APIs are now deprecated in favor of their 2.0 versions. We should upgrade them if we can: - get Space - get Content - create Content - update Content - get Content by Id - delete Content - get Attachments - get Content for Space
{ "assignee": "allenmanning", "comments": 0, "created_at": "2023-03-13T14:51:08Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "enhancement", "publishing-confluence", "epic" ], "locked": false, "milestone": "Future", "number": 4805, "state": "open", "title": "[Co...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4792 <div type='discussions-op-text'> <sup>Originally posted by **franzeder** March 13, 2023</sup> How can I add a licence (e.g., CC BY-NC) to a quarto book? I would like to print this licence (maybe including the respective figures) at my ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-03-13T13:15:25Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 4803, "state": "open", "title": "Add support for displaying license in book title...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4787 <div type='discussions-op-text'> <sup>Originally posted by **kdheepak** March 12, 2023</sup> By adding a `index.xsl` with appropriate styling, you can make the RSS feed the same style as the webpage. You'll need to add the following to th...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-03-13T12:41:59Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 4800, "state": "open", "title": "Support styling RSS stylesheets by adding a `ind...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4522 <div type='discussions-op-text'> <sup>Originally posted by **gdietl** February 24, 2023</sup> With quarto, it is possible to generate tables with R or Python. Is there also a way to generate tables with Julia? I've tried using PrettyTabl...
{ "assignee": "rich-iannone", "comments": 1, "created_at": "2023-03-13T11:14:33Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement", "tables" ], "locked": false, "milestone": "v1.4", "number": 4797, "state": "open", "title": "Test support for generating Tables with...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4779 <div type='discussions-op-text'> <sup>Originally posted by **kdheepak** March 12, 2023</sup> ### Bug description Currently, when running `quarto preview` for a while and editing multiple pages, there's lots of output on `stdout`. If I ...
{ "assignee": "cderv", "comments": 2, "created_at": "2023-03-13T11:12:32Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 4796, "state": "open", "title": "Running `quarto preview` should show localhost url more freq...