page_content
stringlengths
0
46.9k
metadata
dict
## Description: Debugging console log in `Tippy.hover` https://github.com/quarto-dev/quarto-cli/blob/5df9451723c7fe81462700c19709c0b06846de95/src/resources/formats/html/templates/quarto-html.ejs#L443 ## Steps to Reproduce: - Render a Quarto Doc to HTML - Open HTML file and search for `console.log` - Preview HT...
{ "assignee": "allenmanning", "comments": 0, "created_at": "2023-06-08T07:09:00Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "bug", "good-first-issue", "websites" ], "locked": false, "milestone": "v1.4", "number": 5848, "state": "closed", "title": "`console.log...
## Description: Unable to include a reference to a video ## Steps to Reproduce: ### Expected Result: ### Actual Result: ----- ### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/5846 <div type='discussions-op-text'> <sup>Originally posted by **johnmuchow** June 7, 2023</sup> ...
{ "assignee": null, "comments": 17, "created_at": "2023-06-08T06:53:53Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "bug", "video" ], "locked": false, "milestone": "v1.4", "number": 5847, "state": "closed", "title": "Unable to include a reference to a video", "ur...
### Bug description For quartopub, using the Safari browser, account creation and login using Google authentification isn't working. You click create an account or login, and it goes through the Google authentification, but brings you back to the login windown, and never gets you logged in to quartpub. ### Steps to ...
{ "assignee": "softwarenerd", "comments": 2, "created_at": "2023-06-07T19:00:45Z", "creator": "tracykteal", "is_pull_request": false, "labels": [ "bug", "triaged-to", "publishing-quartopub" ], "locked": false, "milestone": null, "number": 5845, "state": "open", "title": "quartopub ac...
I get a `Permission denied` error on my Linux machine when I work on one of my network shares. I believe that Quarto tries to access `_quarto.yml` outside of my share (actually, two folders up), which I don't have permission to read and/or write. Specifically, my project is located in `/run/user/1000/gvfs/smb-share:...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-06-07T16:47:35Z", "creator": "cbrnr", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.4", "number": 5843, "state": "open", "title": "Issue with automatic project root discovery", "url": "https://github.com/quar...
### Bug description When I execute `r wday(Sys.Date())`, I get the expected response. However, when I try to include the character label, using `r wday(Sys.Date(), label=T)`, I get an error: > Error in wday(Sys.Date(), label = T) : unused argument (label = T) Calls: .main ... inline_exec -> hook_eval -> withVis...
{ "assignee": null, "comments": 4, "created_at": "2023-06-06T17:11:42Z", "creator": "jonathanmburns", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5835, "state": "closed", "title": "lubridate wday(label=T) creating error in Quarto", "url": "https://github...
### Bug description I don't seem to be able to capture `on_selection()` or `on_click()` events for interactive plots with plotly. I've tried both native `.qmd` files and Quarto snippets inside jupyter notebooks in VSCode, by trying to display outputs with `fig.show()`. However, the events do get captured correct...
{ "assignee": "cscheid", "comments": 3, "created_at": "2023-06-06T16:57:13Z", "creator": "saeejithnair", "is_pull_request": false, "labels": [ "bug", "jupyter", "plotly" ], "locked": false, "milestone": "v1.4", "number": 5834, "state": "open", "title": "Unable to capture plotly click...
![image](https://github.com/quarto-dev/quarto-cli/assets/6791940/7404c0e0-78a1-4c6f-9ce0-fd83bce536a1) This is because of the `.smaller` effect on the slide applying to the callout titles. There is probably a css rule to tweak to avoid this
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-06-06T15:57:34Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement", "revealjs", "triaged-to", "callouts" ], "locked": false, "milestone": null, "number": 5832, "state": "open", "title": "Callou...
### Bug description `quarto render index.qmd --to md` and `quarto render index.qmd --to markdown` produce different output. ### Steps to reproduce Consider the minimal working example where `index.qmd` is ``` --- title: MWE --- ## Section This is a simple placeholder for the manuscript's main document. ``...
{ "assignee": "cscheid", "comments": 11, "created_at": "2023-06-06T12:35:48Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [ "enhancement", "pandoc" ], "locked": false, "milestone": "Future", "number": 5830, "state": "open", "title": "md and markdown are different output fo...
### Bug description I am having troubles by adding extensions from a GitLab repo, which I am developing. The extension seems to be downloaded but it fails when unzipping the zip-file. ### Steps to reproduce ```bash quarto add https://gitlab.cc-asp.fraunhofer.de/quarto-extensions/mdz/-/archive/main/shorty-main.zip ...
{ "assignee": "dragonstyle", "comments": 9, "created_at": "2023-06-06T08:37:49Z", "creator": "kamapu", "is_pull_request": false, "labels": [ "bug", "documentation", "extensions", "triaged-to" ], "locked": false, "milestone": null, "number": 5827, "state": "closed", "title": "Inst...
## Description: Confluence: HTML (not markdown) Anchor links not supported ## Steps to Reproduce: Create a Quarto Document with an HTML anchor link ``` --- title: "5826-confluence-html-anchor-links-images-not-supported-only-markdown" --- <img src="elephant.png"/> <a href="elephant.png">elephant-image-li...
{ "assignee": "allenmanning", "comments": 0, "created_at": "2023-06-06T08:19:31Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "bug", "publishing-confluence", "html" ], "locked": false, "milestone": "v1.4", "number": 5826, "state": "open", "title": "Confluence: ...
### Bug description When using tinytex to create the PDF, hyphenation is not applied. When I create the PDF with the tex distrubution from Debian, the hyphenation is correct. ### Steps to reproduce Here is my test Markdown file: ```Markdown --- lang: de-DE format: pdf: latex-tinytex: false keep-te...
{ "assignee": null, "comments": 1, "created_at": "2023-06-05T19:29:38Z", "creator": "Martin15135215", "is_pull_request": false, "labels": [ "duplicate" ], "locked": false, "milestone": null, "number": 5821, "state": "closed", "title": "There is a problem with hyphenation with tinytex in the ...
### Bug description In a book project with repo actions defined, if a chapter has a TOC, the repo action icon will not appear in the footer if the page is displayed in mobile view. Chapters without a TOC will display the icon as expected. ### Steps to reproduce Create a book project: ``` $ quarto create-proje...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-06-05T16:36:54Z", "creator": "blacksqr", "is_pull_request": false, "labels": [ "bug", "books", "triaged-to" ], "locked": false, "milestone": null, "number": 5818, "state": "open", "title": "Repo actions in book proj not ...
### Bug description Links to file attachments not supported ### Steps to reproduce - Create a simple quarto document that creates a link to a file ``` --- title: "5815-confluence-links-to-file-attachments-not-supported" --- [quarto-hex-png](quarto-hex.png) [quarto-hex-svg](quarto-hex.svg) ``` ### E...
{ "assignee": "allenmanning", "comments": 1, "created_at": "2023-06-05T14:03:10Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "bug", "publishing-confluence", "regression" ], "locked": false, "milestone": "v1.4", "number": 5815, "state": "closed", "title": "Confl...
## Description: Confluence: Figure Sizing is ignored ## Steps to Reproduce: - Create a simple document with an image that has its width sized ``` --- title: "Bug: Figure Sizing is ignored" --- ![Image](images/quarto-hex.png){width=120} ``` ### Expected Result: The figure's width is 120. Note: This can be set ...
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-06-05T13:49:26Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "bug", "crossref", "publishing-confluence" ], "locked": false, "milestone": "v1.4", "number": 5814, "state": "closed", "title": "Confluence: ...
Consider the following `quarto` document: ``` --- title: "Untitled" format: pdf --- \[x^2\] ``` Could you please make `quarto` to understand that `\[x^2\]` is equivalent to `$$x^2$$`.
{ "assignee": null, "comments": 7, "created_at": "2023-06-05T10:16:44Z", "creator": "psads-git", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5812, "state": "closed", "title": "Quarto does not understand \\[x^2\\] as $$x^2$$", "url": "https://github.com/q...
## Description: TBD Problems publishing a table of Images and Links ``` <table border=0 cellpadding=20> <tr> <td> ![Hex for quarto](images/quarto-hex.png){width=120 height=139} <br /><a href="images/quarto-hex.png">quarto-hex.png</a><br /><a href="images/quarto-hex.svg">quarto-hex.svg</a> </td> <td> <im...
{ "assignee": "allenmanning", "comments": 3, "created_at": "2023-06-05T08:01:07Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "bug", "publishing-confluence" ], "locked": false, "milestone": "v1.4", "number": 5811, "state": "closed", "title": "TBD - Various Issues wi...
### Bug description I have a css file which I want to incorporate into every book project of mine to establish baseline styles. I created a main copy of the file and created a symbolic link to the main copy in a project directory. But when compiling, instead of copying the link target file into the _book directory, ...
{ "assignee": null, "comments": 1, "created_at": "2023-06-04T21:36:48Z", "creator": "blacksqr", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 5807, "state": "open", "title": "Unexpected handling of symbolic link on Linux", "url": "...
### Bug description The table view shows _undefined_ when a listing item does not contain date information. <img width="845" alt="image" src="https://github.com/quarto-dev/quarto-cli/assets/362187/13888691-d84e-4f54-8ad4-bda0052bcdd4"> ### Steps to reproduce The `_quarto.yml`: ```yaml project: type: webs...
{ "assignee": null, "comments": 1, "created_at": "2023-06-03T21:57:04Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5802, "state": "closed", "title": "listing: undefined shown for item with missing date", "url": "ht...
### Bug description The color of headings for the cerulean theme work properly in 1.3.361 but not 1.4.119. ### Steps to reproduce To reproduce render this `.qmd` document: ``` r --- title: "Untitled" format: html: theme: cerulean --- ## Quarto Quarto enable...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-06-03T14:26:15Z", "creator": "jtr13", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5801, "state": "closed", "title": "Cerulean theme doesn't work properly in pre-release 1.4.119"...
### Bug description Callouts, such as this note, are given a different amount of leading and trailing whitespace. <img width="808" alt="image" src="https://github.com/quarto-dev/quarto-cli/assets/362187/21d829ff-0ef7-434b-9d5b-f50c46d4be90"> This is super nit-picky, so feel free to close as a non-issue. We notic...
{ "assignee": null, "comments": 0, "created_at": "2023-06-02T20:02:40Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5798, "state": "closed", "title": "callouts: different amounts of leading/trailing whitespace", "ur...
### Bug description I followed the example at https://quarto.org/docs/publishing/confluence.html to publish the default Quarto file confluence-demo.qmd, with title specified in the yaml as "Confluence Demo". The preview resulting from `quarto preview confluence-demo.qmd` looks correct. The page that makes it to Conf...
{ "assignee": "allenmanning", "comments": 5, "created_at": "2023-06-02T19:50:14Z", "creator": "nwisn", "is_pull_request": false, "labels": [ "bug", "publishing-confluence" ], "locked": false, "milestone": "v1.4", "number": 5797, "state": "closed", "title": "Random hash inserted in title ...
### Bug description Following up on the bug fix from #3414, the patched version of the code seems to not discover/use extension scss at all. Given just a `_variables.scss` file that includes a single line, ```scss @import "definitely/not/a/file" ``` Quarto will render the document without issue, even tho...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-06-02T17:01:53Z", "creator": "dgkf", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5794, "state": "closed", "title": "Extension scss isn't being discovered", "url": "https://git...
### Bug description There is no option for .qmd files in "file > new file" in my Rstudio. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Actual behavior _No response_ ### Your environment - RStudio 2023.03.1+446 "Cherry Blossom" Release (6e31ffc3ef2a1f81d377eeccab71ddc11cfbd29e, 2...
{ "assignee": null, "comments": 3, "created_at": "2023-06-02T14:54:04Z", "creator": "jardel20", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5792, "state": "closed", "title": "Missing option in rstudio for .qmd files", "url": "https://github.com/quarto-de...
We need to add documentation about #5755 to the website.
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-06-02T14:28:10Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 5791, "state": "open", "title": "document feature: control conditional content with boo...
### Bug description Write a very long line of text for a code block in a list using indentation or with backtick fences but without a language tag. The grey background does not span the whole text; it is only present for the initially visible section. Here is the rendering of the example document with each code ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-06-02T13:39:33Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": null, "number": 5789, "state": "open", "title": "default code block background spans initi...
### Bug description I think there may be an error with how the spacing is done in the listing of tables and figures. For example, when I get to chapter 10 figure 10 the text reads as 10.10Mosaic Confusion Matrix of Base Model . . . . . . . . . . . . . 430 here is a screen shot of the rendered pdf ![image](...
{ "assignee": null, "comments": 3, "created_at": "2023-06-02T06:12:13Z", "creator": "jkylearmstrong", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5788, "state": "closed", "title": "Spacing in List of Figures / List of Tables", "url": "https:...
### Bug description Including a subpage of a website that renders to `revealjs` causes `quarto` to fail to discover some scss variables resulting in a scss compilation error. ### Steps to reproduce 1. Clone reproducible example in [this repo](https://github.com/dgkf/quarto-revealjs-theme-reprex) - This repo cont...
{ "assignee": null, "comments": 6, "created_at": "2023-06-01T20:47:41Z", "creator": "dgkf", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5786, "state": "closed", "title": "Previewing hits scss error when using revealjs format within a webpage...
### Bug description Embedding an ipynb notebook with a markdown h1 header in its first cell, causes that header to override the title of the page. ### Steps to reproduce **some_doc.qmd** ``` --- title: real title --- # a title {{< embed notebook.ipynb >}} ``` **notebook.ipynb** A noteboo...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-06-01T20:21:02Z", "creator": "machow", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5785, "state": "closed", "title": "Embedding a notebook with title overrides the page's title"...
````markdown --- format: revealjs --- ## test ```{{python}} 1 + 1 ``` ```` This will give ![image](https://github.com/quarto-dev/quarto-cli/assets/6791940/20c6ade2-cc53-42e8-9f4f-619b7d7dd385) while for HTML ![image](https://github.com/quarto-dev/quarto-cli/assets/6791940/aa7998a6-87ec-4380...
{ "assignee": "cscheid", "comments": 9, "created_at": "2023-06-01T17:14:24Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5783, "state": "closed", "title": "Unexecuted code block feature does not work when code line numbe...
### Bug description Using Quarto 1.3.340 on macOS. Similar to https://github.com/quarto-dev/quarto-cli/issues/2548 axe DevTools reports inline code and navigation elements as having less than the recommended color contrast. Currently rendered result: <img width="1026" alt="image" src="https://github.com/...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-06-01T15:33:22Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug", "good-first-issue", "accessibility", "html" ], "locked": false, "milestone": "v1.4", "number": 5780, "state": "closed", "title":...
### Bug description Tried to see if plotly plots are correctly rendered on confluence using following snippets ### Steps to reproduce 1. Create a jupyter notebook ```python import plotly.express as px from sklearn import datasets import pandas as pd iris = datasets.load_iris() iris = pd.DataFrame(iris.da...
{ "assignee": "allenmanning", "comments": 2, "created_at": "2023-06-01T13:20:04Z", "creator": "grepinsight", "is_pull_request": false, "labels": [ "publishing-confluence", "plotly" ], "locked": false, "milestone": null, "number": 5779, "state": "closed", "title": "Plotly plots not correc...
This is not a huge problem, but when installing `quarto` on an Ubuntu-based distro, I get the following error: ``` ln: failed to create symbolic link '/usr/local/man/quarto.1': No such file or directory ``` caused by this line: https://github.com/quarto-dev/quarto-cli/blob/9402ca9ad15b8c693fcc2c7691df3becb3d3631...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-06-01T11:17:13Z", "creator": "TLouf", "is_pull_request": false, "labels": [ "triaged-to" ], "locked": false, "milestone": null, "number": 5777, "state": "open", "title": "Ubuntu post installation script fails", "url": "https:/...
### Bug description Using `../` when creating a listing on a website doesn't seem to work with 1.4.114 on Windows. It works with 1.3.361 on Windows however. ### Steps to reproduce The following example was the simplest I could come up with to demonstrate the issue. A file structure as follows: _quarto.yml ...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2023-06-01T09:59:36Z", "creator": "snhansen", "is_pull_request": false, "labels": [ "bug", "triaged-to", "listings" ], "locked": false, "milestone": null, "number": 5774, "state": "closed", "title": "Go up a directory doesn't...
### Bug description When trying to run the Graphviz/dot template from the Quatro diagram's page in a chunk with Ctrl/Cmd+Enter, I get an error. When I select `Render on Save` the correct diagram is produced. Perhaps this is intended behaviour, but `nomnoml` has an option for a RMarkdown chunk where only that chunk ...
{ "assignee": null, "comments": 3, "created_at": "2023-05-31T19:04:50Z", "creator": "Obsidian-user", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5769, "state": "closed", "title": "GraphViz dot graph not rendering in chunk but on full render", ...
Consider this .qmd: ```` --- title: mermaid captions --- ```{mermaid} %%| fig-cap: package.json was a mistake flowchart TD subgraph wintercg deno cloudflare end bun ``` ```` Our metadata block search is brittle; we should either fix this or warn the user about the extra line break.
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-05-31T18:15:36Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "mermaid", "lint" ], "locked": false, "milestone": "Future", "number": 5767, "state": "open", "title": "lint: warn about metadata block in diagrams be...
### Bug description When using Plotly with Quarto on GH pages, the plot does not render. ### Steps to reproduce I made a small repo to demonstrate the problem: - Repo: https://github.com/juliasilge/plotly-quarto-ghpages - Site: https://juliasilge.github.io/plotly-quarto-ghpages/ ### Expected behavior When I pu...
{ "assignee": "cderv", "comments": 7, "created_at": "2023-05-31T17:38:07Z", "creator": "juliasilge", "is_pull_request": false, "labels": [ "bug", "knitr" ], "locked": false, "milestone": null, "number": 5766, "state": "open", "title": "Plotly image does not render correctly when renderin...
I recently also ran into this problem and tried to create a minimal project to reproduce the error: [project.zip](https://github.com/quarto-dev/quarto-cli/files/11614422/project.zip) When rendering the document using `quarto render report/report.qmd -o alternate_name.html` I observed the following: - If `self-co...
{ "assignee": "dragonstyle", "comments": 7, "created_at": "2023-05-31T16:49:56Z", "creator": "cderv", "is_pull_request": false, "labels": [ "websites", "triaged-to" ], "locked": false, "milestone": null, "number": 5765, "state": "open", "title": "Rendering a document in subfolder with `-...
### Bug description Quarto search should offer a keyboard shortcut for search. Prior art: mkdocs-material: "f", "s", "/" (https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/) GitHub: "s" or "/"(https://docs.github.com/en/get-started/using-github/keyboard-shortcuts) As of Quarto 1.3.340...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-31T13:06:40Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 5763, "state": "closed", "title": "feature: search keyboard short-cut", "url": "...
### Bug description Rendering document which includes `#| tbl-cap` and `datatable` still results in error, even after #5704 . Tested with most recent dev versions of quarto-cli and knitr. ### Steps to reproduce ````qmd --- title: "Untitled" subtitle: "PA2" date: 2023-05-31 author: Me toc: true toc-loca...
{ "assignee": null, "comments": 11, "created_at": "2023-05-31T08:02:27Z", "creator": "marioem", "is_pull_request": false, "labels": [ "duplicate" ], "locked": false, "milestone": null, "number": 5762, "state": "closed", "title": "Error in `add_html_caption()`: ! unused argument (xfun::grep_s...
### Bug description Each time I run **quarto render** in RStudio, I always get this error that quarto is unable to find installed version of R. I have attached a screenshot below. ![2023-05-31](https://github.com/quarto-dev/quarto-cli/assets/76583394/3064d3ee-6ea2-41ec-b7ee-274ddaf38593) **Here is my session...
{ "assignee": null, "comments": 15, "created_at": "2023-05-31T07:16:19Z", "creator": "BB1464", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5761, "state": "closed", "title": "Quarto Unable to locate an installed version of R.", "url": "https://github.com/...
## Description: Deno Warnings: "files" configuration is deprecated. Please use "include" and "exclude" instead ## Steps to Reproduce: - Execute Deno via CLI ### Expected Result: - No warnings ### Actual Result: - ` "files" configuration is deprecated. Please use "include" and "exclude" instead.`
{ "assignee": "allenmanning", "comments": 0, "created_at": "2023-05-31T06:34:49Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "deno" ], "locked": false, "milestone": "v1.4", "number": 5760, "state": "closed", "title": "Deno Warnings: \"files\" configuration is deprecate...
cf https://github.com/quarto-dev/quarto-cli/discussions/3207#discussioncomment-6042430 I can repro this in 1.4 and 1.3 both.
{ "assignee": "cscheid", "comments": 0, "created_at": "2023-05-30T21:45:31Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Hot-fix", "number": 5756, "state": "closed", "title": "`rel=\"me\"` attribute is not honored in `tools` navbar ent...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/5714 <div type='discussions-op-text'> <sup>Originally posted by **bryanwhiting** May 27, 2023</sup> ### Description This isn't helpful: ``` Cell 1/20...Done Cell 2/20...Done Cell 3/20...Done Cell 4/20...Done Cell 5/20...Done ...
{ "assignee": null, "comments": 5, "created_at": "2023-05-30T19:14:31Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "enhancement", "good-first-issue", "jupyter" ], "locked": false, "milestone": null, "number": 5752, "state": "closed", "title": "[FR] Replace \"Cell 1...
### Bug description When inside a project such as a website, if the last document to be rendered includes `embed-resources: true`, the shared "libs" is embedded, thus is missing for the project. Behaviour initially discovered in #5738. `embed-resources` should raise a warning and be ignored inside a Quarto proje...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2023-05-30T16:56:16Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 5748, "state": "open", "title": "`embed-resources: true` in a project caus...
### Bug description Colors or R warnings (see 1 in the figure) in Quarto are marked with symbols (see 2, 3). These symbols must not be present. ### Steps to reproduce ````qmd ```{r} with(airquality, table(OzHi = Ozone > 80, Month)) |> DescTools::Desc(plotit = FALSE) ``` ```` ### Expected behavior N...
{ "assignee": "cscheid", "comments": 8, "created_at": "2023-05-30T16:18:40Z", "creator": "GegznaV", "is_pull_request": false, "labels": [ "enhancement", "knitr" ], "locked": false, "milestone": "Future", "number": 5746, "state": "open", "title": "knitr: process ANSI color codes", "url"...
Idea is to convert options that we know about as we already have a list for in chunk YAML.
{ "assignee": "cderv", "comments": 1, "created_at": "2023-05-30T15:35:40Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement", "good-first-issue" ], "locked": false, "milestone": "v1.4", "number": 5744, "state": "open", "title": "Allow `-` options in document YAML `...
### Bug description When using automatically extracted listing descriptions, descriptions are kept empty when the rendered content does not contain a paragraph. Content can have quite a bit of text (within lists, for example), and depending on the presentation of those lists, the description can be empty. ### Steps t...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-30T12:45:20Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5742, "state": "open", "title": "extraction of listing item description needs paragraphs",...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/5409 <div type='discussions-op-text'> <sup>Originally posted by **mccarthy-m-g** May 3, 2023</sup> The sidebar appearance on small screens changed somewhere in v1.3. In previous versions it just took the page's title and added an arrow to the...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-30T12:25:14Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "enhancement", "websites" ], "locked": false, "milestone": "v1.4", "number": 5740, "state": "open", "title": "FR: Add additional customization...
My problem is related to the run time, but not exactly the same as https://github.com/quarto-dev/quarto-cli/issues/1152 My error looks like this: I am publishing 77 html quarto files to Netlify with each page having at least one image in the `![]()` format. To get a sense of the amount of content and whether this...
{ "assignee": null, "comments": 2, "created_at": "2023-05-30T11:05:51Z", "creator": "cderv", "is_pull_request": false, "labels": [ "publishing" ], "locked": false, "milestone": null, "number": 5739, "state": "closed", "title": "Quarto publish Generic API error", "url": "https://github.com/...
### Bug description We are using the GitHub action to publish the website in this repository: https://github.com/gesiscss/quarto-workshop to https://gesiscss.github.io/quarto-workshop/ but the action does not produce the `site_libs` folder with the required libraries. rendering it locally does produce the `site_lib...
{ "assignee": null, "comments": 14, "created_at": "2023-05-30T09:55:35Z", "creator": "schochastics", "is_pull_request": false, "labels": [ "bug", "publishing-github" ], "locked": false, "milestone": null, "number": 5738, "state": "closed", "title": "GitHub Action publish does not create ...
### Bug description I updated a few things at once and kableExtra output in Quarto HTML doesn't seem to act as expected. I use ` kableExtra::kable_styling( bootstrap_options = c("basic", "hover"), full_width=FALSE)` which displays correctly inline for RStudio (screenshot 1), but once rendere...
{ "assignee": "mcanouil", "comments": 1, "created_at": "2023-05-29T23:02:56Z", "creator": "fuhred", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5737, "state": "closed", "title": "Quarto issue with kableExtra::kable_styling", "url": "https://github.com/qu...
### Bug description In the recently released **knitr** version 1.43 a bug was fixed relating to cropping of pdf images on Windows. Previously an external Ghostscript executable was unnecessarily being checked for. This is unnecessary on Windows because (only on Windows) TeXLive/TinyTeX and MikTeX all bundle their own ...
{ "assignee": "cderv", "comments": 0, "created_at": "2023-05-29T20:44:03Z", "creator": "remlapmot", "is_pull_request": false, "labels": [ "bug", "knitr" ], "locked": false, "milestone": "v1.4", "number": 5734, "state": "open", "title": "Correctly check ghostscript for cropping on Windows...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/5691 <div type='discussions-op-text'> <sup>Originally posted by **DOSull** May 26, 2023</sup> This is a very general question about possible future directions, not something likely to get fixed overnight. In short, I find the decision to ov...
{ "assignee": null, "comments": 1, "created_at": "2023-05-29T19:05:49Z", "creator": "DOSull", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5733, "state": "closed", "title": "Overloading markdown # and ## as section and slide breaks", "url": "https://githu...
### Bug description Chromium does not install ### Steps to reproduce In any project, running `quarto install tool chromium` fails. ### Expected behavior Should install successfully ### Actual behavior ``` ERROR: TypeError: Relative import path "puppeteer/mod.ts" not prefixed with / or ./ or ../ Stack trace...
{ "assignee": "cscheid", "comments": 7, "created_at": "2023-05-29T18:36:49Z", "creator": "DhruvaSambrani", "is_pull_request": false, "labels": [ "bug", "triaged-to", "regression", "chromium", "linux" ], "locked": false, "milestone": null, "number": 5732, "state": "closed", "t...
### Bug description As with the current development version of Quarto, the shortcodes are no longer read in "HTML tables with embedded markdown" (1.3 feature). ### Steps to reproduce Render the following document using Quarto 1.3.361 and development version: ````qmd --- format: html --- ```{=html} <t...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-05-29T16:19:01Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "bug", "regression" ], "locked": false, "milestone": "v1.4", "number": 5730, "state": "closed", "title": "Shortcodes no longer read in \"HTML tables ...
### Bug description 👋🏻 Hi, I was trying to publish my website via the GitHub actions process described [here](https://quarto.org/docs/publishing/github-pages.html) ### Steps to reproduce Hopefully you are able to directly see the error from this [link](https://github.com/robcrystalornelas/robcrystalornelas.github....
{ "assignee": null, "comments": 2, "created_at": "2023-05-28T19:54:11Z", "creator": "robcrystalornelas", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 5724, "state": "closed", "title": "Error resolving header-includes- unable to open file includes.html", "...
### Bug description I am publishing 77 html quarto files to Netlify with each page having at least one image in the `![]()` format. To get a sense of the amount of content and whether this is the problem, my website I was able to publish is [here](https://nd-upgrade.netlify.app). There does not seem to be a solution f...
{ "assignee": null, "comments": 0, "created_at": "2023-05-28T13:50:38Z", "creator": "sophiestrazie", "is_pull_request": false, "labels": [ "bug", "publishing" ], "locked": false, "milestone": null, "number": 5723, "state": "open", "title": "Run Time Issue: Number of Files", "url": "htt...
### Bug description fig-xxx for an included_url (such as an interactive graph or a leaflet map) is not accepted as a figure by quarto (bookdown seems to work that way [https://bookdown.org/yihui/rmarkdown-cookbook/include-url.html](https://bookdown.org/yihui/rmarkdown-cookbook/include-url.html)). More generall...
{ "assignee": "cscheid", "comments": 8, "created_at": "2023-05-27T15:53:04Z", "creator": "xtimbeau", "is_pull_request": false, "labels": [ "crossref" ], "locked": false, "milestone": "v1.4", "number": 5718, "state": "open", "title": "label fig-xxx for knitr::include_url", "url": "https://g...
### Bug description `Quarto` version 1.4.90 unlike recent previous versions is not working with `sparkline`. ### Steps to reproduce ````qmd --- title: "Test sparklines" format: html --- ```{r} sparkline::sparkline(0) # load sparkline javascript dependencies ``` ```` ### Expected behavior Should load ...
{ "assignee": null, "comments": 5, "created_at": "2023-05-27T12:03:41Z", "creator": "harrelfe", "is_pull_request": false, "labels": [ "duplicate" ], "locked": false, "milestone": null, "number": 5717, "state": "closed", "title": "Quarto not working with sparkline::sparkline", "url": "https...
### Bug description The latest release, `quarto-1.3.361` is missing the Windows ZIP file: `quarto-1.3.361-win.zip`. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Actual behavior _No response_ ### Your environment _No response_ ### Quarto check output _No response_
{ "assignee": null, "comments": 3, "created_at": "2023-05-27T07:13:54Z", "creator": "RoyiAvital", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5716, "state": "closed", "title": "The Zip File Release for Windows (`quarto-1.3.361-win.zip`) Is Mis...
### Bug description If you want to use a font from a file you need to use a lot of `../` to get to the right area. If both your `styles.scss` file and the font files are in the same directory as `index.qmd` you need to prefix the file names with `../../../../../` since the compiled scss ends up in `index_files/libs/re...
{ "assignee": null, "comments": 3, "created_at": "2023-05-26T21:02:02Z", "creator": "EmilHvitfeldt", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5712, "state": "open", "title": "revealjs: specifying a font-face using local files requires annoy...
### Bug description Quarto 1.3.340 on macOS The `_quarto.yml` ````yaml project: type: website website: navbar: left: - text: "home" file: index.qmd ```` The `index.qmd` ````markdown # alpha Alpha is first. Consider nothing else. ## First {#First} The first sectio...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2023-05-26T20:20:34Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 5711, "state": "open", "title": "built-in search misses sub-headings; double-reports res...
### Bug description Adding `?q=&` to just about any URL will crash the page. This happens on my site built with Quarto, but also yours (and others I tried in your website gallery). For example: https://quarto.org/docs/get-started/?q=& ### Steps to reproduce Go to https://quarto.org/docs/get-started/?q=& ### Expect...
{ "assignee": null, "comments": 3, "created_at": "2023-05-26T18:15:01Z", "creator": "scottamain", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5708, "state": "closed", "title": "Website crash, possible memory leak", "url": "https://github.com...
### Bug description Using Quarto 1.3.340 on macOS. Given a website with the following layout: ``` _quarto.yml alpha.qmd beta.qmd index.qmd include/ _common.qmd _default_details.qmd _other_details.qmd ``` The `quarto.yml`: ```yaml project: type: website website: navbar: l...
{ "assignee": "cscheid", "comments": 3, "created_at": "2023-05-26T16:02:42Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 5707, "state": "closed", "title": "FR: conditional content based on metadata", "url"...
### Bug description The following produces a collapsed box in html but not in revealjs: ``` ::: {.callout-caution collapse="true"} ## Caution caution!! ::: ``` Manjaro Linux quarto version 1.3.353 installed from AUR ``` $ quarto check [✓] Checking versions of quarto binary dependencies... P...
{ "assignee": null, "comments": 1, "created_at": "2023-05-26T13:12:08Z", "creator": "gdkrmr", "is_pull_request": false, "labels": [ "duplicate" ], "locked": false, "milestone": null, "number": 5703, "state": "closed", "title": "collapse in revealjs not working", "url": "https://github.com/...
### Bug description Hello, # Current situation {knitr} has a recent update to v1.43 that makes rendering of R code chunks with htmlwidgets fails with ```bash $ quarto render Reprex.Rmd processing file: Reprex.Rmd 1/5 2/5 [setup] 3/5 4/5 [DT htmlwidget] Qu...
{ "assignee": null, "comments": 6, "created_at": "2023-05-26T10:31:00Z", "creator": "cregouby", "is_pull_request": false, "labels": [ "bug", "needs-discussion", "backport", "knitr" ], "locked": false, "milestone": "Hot-fix", "number": 5702, "state": "closed", "title": "Quarto fai...
### Bug description When hovering on a code annotation and the corresponding code is highlighted, there is a slider appearing at the bottom like this. Perhaps the highlighting is a tad too wide? ![ss1](https://github.com/quarto-dev/quarto-cli/assets/45770265/40f89e19-ac7a-4bd1-9e8f-1315af51ca28) ![ss2](https://git...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2023-05-26T07:14:28Z", "creator": "snhansen", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5700, "state": "closed", "title": "Slider appears when hovering for code annotations", "ur...
We can use a confluence-specific shortcode to render the Page Tree Macro using a Confluence Raw Block. "Is the currently a way to create page-level Table of Contents? Perhaps specified at the Project level?" https://github.com/quarto-dev/quarto-cli/discussions/2003#discussioncomment-6001293
{ "assignee": "allenmanning", "comments": 2, "created_at": "2023-05-26T06:55:16Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "enhancement", "publishing-confluence" ], "locked": false, "milestone": "v1.4", "number": 5699, "state": "open", "title": "Confluence: Site ...
## Description: When publishing Confluence sites, only published changed documents. ## Steps to Reproduce: - Create a Confluence site - Publish to Confluence - Notice all pages are published - Make one edit on a single document - Publish to Confluence ### Desired Result: - Only one page is published. ### Actual Resu...
{ "assignee": "allenmanning", "comments": 1, "created_at": "2023-05-26T06:44:18Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "enhancement", "publishing-confluence" ], "locked": false, "milestone": "Future", "number": 5698, "state": "open", "title": "Confluence, Onl...
Something like `pdf-engine: tinytex` should fail validation and we should limit valid values to pdf engines that we know and support. See #5677 List of engines: https://github.com/quarto-dev/quarto-cli/blob/912a8ac65dea297cc01082419d66e3535fbc84e5/src/config/pdf.ts#L73C1-L76
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-25T20:39:39Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "bug", "yaml-validation", "latex" ], "locked": false, "milestone": "v1.4", "number": 5690, "state": "open", "title": "Add schema validatio...
### Bug description When I create a quarto website with a single sidebar, it gets shown across all pages. However, if I add an additional sidebar entry, e.g. with `- id: dummy-sidebar`, it shows the original sidebar on only the relevant pages. (I'm running quarto version 1.3.340) Here an example setup where th...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2023-05-25T19:53:45Z", "creator": "machow", "is_pull_request": false, "labels": [ "bug", "websites" ], "locked": false, "milestone": "v1.4", "number": 5689, "state": "open", "title": "sidebar with single sidebar entry gets shown ...
here: https://quarto.org/docs/websites/website-navigation.html target sets the target attribute of the link, allowing for things like new windows when clicking navbar or sidebar links.
{ "assignee": "cwickham", "comments": 0, "created_at": "2023-05-25T19:35:22Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "documentation", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 5688, "state": "open", "title": "Add `target` to nav item option...
### Bug description Thanks for the amazing work on quarto, it's been a fantastic resource for which we keep discovering new applications! First, apologies if this is not actually the best repository to report issues with quarto documentation, but this is where the link "Report an Issue with this page" points on you...
{ "assignee": "cscheid", "comments": 1, "created_at": "2023-05-25T17:17:05Z", "creator": "cboettig", "is_pull_request": false, "labels": [ "bug", "documentation" ], "locked": false, "milestone": null, "number": 5686, "state": "open", "title": "gh-actions documentation issues", "url": "...
As discovered in #5567, some `id` attributes are using translation/content which makes it hard to track using CSS, especially in a multi-language context. It seems, Anchor.js is doing this because there is no `id` set. ~~Adding the `id` in <https://github.com/quarto-dev/quarto-cli/blob/main/src/format/html/format-h...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-25T16:54:40Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "enhancement", "triaged-to" ], "locked": false, "milestone": null, "number": 5685, "state": "open", "title": "Set `id` attribute for \"anchored\"...
### Bug description On https://quarto.org/docs/download/ not possible to download v1.4 anymore: ![image](https://github.com/quarto-dev/quarto-cli/assets/12725868/7388a758-13d3-419f-a7ad-66d0211f92ac)
{ "assignee": "dragonstyle", "comments": 5, "created_at": "2023-05-25T16:42:52Z", "creator": "GegznaV", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 5684, "state": "closed", "title": "[Website] Not possible to download pre-r...
### Bug description ref discussion https://github.com/quarto-dev/quarto-cli/discussions/5664 As of ver 1.4.80, Quarto does not allow the capability to 'get into' the kernel in a repl session. Quarto could implement something like a `--debug` that would allow the user to debug errors by intercepting stack traces. ...
{ "assignee": null, "comments": 2, "created_at": "2023-05-25T14:46:58Z", "creator": "majidaldo", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": null, "number": 5682, "state": "closed", "title": "[feature] capability to access repl", "url": "https://git...
### Bug description ``` # quarto use template quarto-journals/elsevier ``` Then edit paper.qmd and remove `R` code from examples in the last 2 sections, since I don't have R ``` # quarto render paper.qmd running xelatex - 1 command xelatex not found, attempting install finding package for xelatex > 1 package ...
{ "assignee": null, "comments": 3, "created_at": "2023-05-25T09:12:11Z", "creator": "VladimirAlexiev", "is_pull_request": false, "labels": [ "bug", "needs-repro", "latex", "stale" ], "locked": false, "milestone": null, "number": 5678, "state": "open", "title": "tlmgr cannot insta...
### Bug description ``` # quarto use template quarto-journals/elsevier # quarto install tool tinytex ``` Edit `paper.qmd` preamble and put that `pdf-engine`. So now it looks like: ```yaml format: elsevier-pdf: pdf-engine: tinytex keep-tex: true journal: name: Automation in Construction...
{ "assignee": "dragonstyle", "comments": 13, "created_at": "2023-05-25T08:59:11Z", "creator": "VladimirAlexiev", "is_pull_request": false, "labels": [ "bug", "latex" ], "locked": false, "milestone": "v1.4", "number": 5677, "state": "closed", "title": "\"ERROR: The format pdf does not sup...
Pull documents from Confluence, converting the documents to local qmd files in a Quarto Confluence project. I could imagine a collaboration workflow in which someone edits in Confluence and I run a command to pull in their changes, make my own edits on top of theirs and then run quarto publish confluence https://gi...
{ "assignee": "allenmanning", "comments": 0, "created_at": "2023-05-25T06:40:17Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "enhancement", "publishing-confluence" ], "locked": false, "milestone": "Future", "number": 5676, "state": "open", "title": "Create QMDs fro...
### Bug description ``` # quarto help Usage: quarto Version: 1.3.124 Description: Quarto CLI Options: -h, --help - Show this help. -V, --version - Show the version number for this program. Commands: render [input] [args...] - Render files or projec...
{ "assignee": null, "comments": 2, "created_at": "2023-05-25T06:33:27Z", "creator": "VladimirAlexiev", "is_pull_request": false, "labels": [ "duplicate" ], "locked": false, "milestone": null, "number": 5675, "state": "closed", "title": "`help` doesn't list all commands", "url": "https://gi...
### Bug description I have dynamically created tabs that contain figures with `purrr::walk`. In the past, I think `fig.asp` worked. But now including `fig.asp` in the chunk options doesn't display the tabs. Here is the reproducible code: ```` --- title: "fig.asp breaks panel-tabset" format: html --- `...
{ "assignee": "cscheid", "comments": 14, "created_at": "2023-05-24T20:04:43Z", "creator": "fuhred", "is_pull_request": false, "labels": [ "knitr" ], "locked": false, "milestone": null, "number": 5667, "state": "closed", "title": "Tabsets break when using purrr::walk and fig.asp", "url": "h...
### Bug description If we have the following code inside of a Lua filter that is included as a `quarto` extension: ```lua -- Sample initialization local example_text = [[ <script> // the hello world program document.write('Hello, World!'); </script> ]] -- Insert the web initializat...
{ "assignee": "dragonstyle", "comments": 8, "created_at": "2023-05-24T18:18:19Z", "creator": "coatless", "is_pull_request": false, "labels": [ "bug", "upstream", "pandoc-lua" ], "locked": false, "milestone": null, "number": 5666, "state": "open", "title": "quarto.doc.include_text doe...
Using callouts in the margin causes some inconsistent indentation behaviour with headers. If I place the callout like so: ````md --- title: "doc" format: html: self-contained: true page-layout: full --- # weird indentation when page-layout: full ::::{.column-margin} :::{.callout-note} ## S...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-24T17:12:53Z", "creator": "boshek", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 5663, "state": "open", "title": "Callout in margins causes inconsistent indentation", "url":...
### Bug description In Quarto 1.4, when creating callouts in a shortcode, the necessary "code" doesn't make it to the latex. The callout gets printed but without the box around it. In html I have the impression that the callout doesn't show at all. I have created a small extension that showcases this : [https://gi...
{ "assignee": "cscheid", "comments": 5, "created_at": "2023-05-24T15:21:52Z", "creator": "Nenuial", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": null, "number": 5661, "state": "closed", "title": "Callouts in shortcodes don't get \"styled\" wi...
### Bug description Using Quarto 1.3.340 on macOS Given the Quarto document: ````markdown --- title: raw --- ```{=html} <p id="raw" <!-- this is an important comment --> class="raw" > apples are red. </p> ``` ```` This content is rendered to look like: <img width="281" alt="ima...
{ "assignee": null, "comments": 5, "created_at": "2023-05-24T14:39:59Z", "creator": "aronatkins", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.4", "number": 5660, "state": "closed", "title": "HTML block containing comment not left as-is", "url": "https://github.com/q...
### Bug description The hover feature for cross-references of sections, equations, etc. doesn't work for me when compiling books. No errors are given, just nothing happens when hovering the links. If I compile a standalone document such as: --- format: html --- # Introduction This is a book created ...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2023-05-24T11:25:31Z", "creator": "snhansen", "is_pull_request": false, "labels": [ "bug", "books" ], "locked": false, "milestone": "Future", "number": 5659, "state": "closed", "title": "crossrefs-hover doesn't work with the book...
### Bug description With the newest Quarto version (1.4.84) on Windows, I now get an error when trying to label a table created with `gt()`. A minimal example: --- format: html --- # Title ```{r} #| echo: false #| tbl-cap: "Caption." #| label: tbl-test library(gt) gt(mtcars) ``` which ...
{ "assignee": "cscheid", "comments": 11, "created_at": "2023-05-24T08:44:04Z", "creator": "snhansen", "is_pull_request": false, "labels": [ "bug", "tables" ], "locked": false, "milestone": null, "number": 5657, "state": "closed", "title": "Labeling of gt-tables is broken", "url": "http...
Attempt to setup a local dev environment for Confluence Data Center. ## Testing Notes - [Confluence Docker Container](https://hub.docker.com/r/atlassian/confluence-server) with [PostgreSQL 15](https://postgresapp.com/documentation/) - Version: `[Atlassian Confluence](https://www.atlassian.com/software/confluence) ...
{ "assignee": "allenmanning", "comments": 1, "created_at": "2023-05-24T07:51:23Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "publishing-confluence", "research spike" ], "locked": false, "milestone": "v1.4", "number": 5656, "state": "open", "title": "Spike: Port t...
### Bug description Initially discovered when discussing in #5637, formalising as separate bug report. If the there is a multi-line `![]()` specifying a figure, it will compile successfully, but if the `fig-env` is set globally in the `_quarto.yml` then it fails to compile. If the `fig-env: bp` is remove it compile...
{ "assignee": null, "comments": 3, "created_at": "2023-05-24T04:46:05Z", "creator": "BradyAJohnston", "is_pull_request": false, "labels": [ "bug", "latex" ], "locked": false, "milestone": null, "number": 5655, "state": "closed", "title": "Multi-line `![]()` Fails to Compile with Global `...
### Bug description If I create a book project and add a navbar to it, then (as expected) the sidebar search field is removed and a search icon is added to the navbar. But If I switch to mobile view in a browser (ctrl-shift-m on Firefox), or look at the site on a mobile phone, then a search icon is added to the col...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2023-05-23T20:53:53Z", "creator": "blacksqr", "is_pull_request": false, "labels": [ "bug", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 5653, "state": "closed", "title": "extra book sidebar search icon visible ...
My addition here to the wish list for quarto crossref (@cscheid :-)): a mechanism for **\tag**ging. For equations, one could keep LaTeX syntax, that is what presumably most users of such a feature already are familiar with. _Originally posted by @ute in https://github.com/quarto-dev/quarto-cli/issues/4136#issuecomme...
{ "assignee": "cscheid", "comments": 2, "created_at": "2023-05-23T19:21:38Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "crossref" ], "locked": false, "milestone": "v1.4", "number": 5652, "state": "open", "title": "Crossref support for _tags_", "url": "https://github.com/...
### Bug description Using Quarto 1.3.340 and macOS. Given the Quarto configuration that declares an output directory: ```yaml project: output-dir: out ``` and a single `index.qmd` file: ````markdown --- title: nothing important --- this is some content. ```` Rendering this content produces t...
{ "assignee": null, "comments": 0, "created_at": "2023-05-23T18:40:32Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5651, "state": "open", "title": "empty image_files left behind with output-dir", "url": "https://gi...
### Bug description On Windows, when I convert a document to word using quarto 1.4.84, I get the following error: ![image](https://github.com/quarto-dev/quarto-cli/assets/1813121/6230f2d5-d768-4db2-96e6-42c960c3b523) I don't get this error with quarto 1.3.353. I'm currently in the middle of trying to get a r...
{ "assignee": null, "comments": 9, "created_at": "2023-05-23T17:39:44Z", "creator": "kdheepak", "is_pull_request": false, "labels": [ "bug", "question", "needs-repro", "stale" ], "locked": false, "milestone": null, "number": 5650, "state": "open", "title": "Word experienced an er...
I found this auditing our crossref issue list: ```` --- title: foo --- ::: {#fig-histograms} ```{r} #| fig-show: hold #| fig-width: 4 #| fig-height: 3 #| layout-nrow: 1 hist(runif(100)) hist(rnorm(100)) ``` This caption is unique ::: ```` On `main`, this .qmd yields: <img width="793" alt="...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2023-05-23T16:44:42Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug", "html" ], "locked": false, "milestone": null, "number": 5648, "state": "open", "title": "Bad styling of code cell with multiple output figu...
### Bug description I have a markdown file like this: ```` --- title: "Report" date: last-modified --- ```{julia} #| error: true data1 = zeros(3, 3, 3) data2 = zeros(3, 3) data1[:, :, 2] .= 1.0 data2 .= data1 ``` ```{mermaid} %%| echo: false flowchart LR Main(Main) --> lib1(lib1) Main(Ma...
{ "assignee": null, "comments": 6, "created_at": "2023-05-23T16:39:22Z", "creator": "kdheepak", "is_pull_request": false, "labels": [ "bug", "needs-repro", "windows", "triaged-to", "stale" ], "locked": false, "milestone": null, "number": 5647, "state": "closed", "title": "err...
### Bug description This file fails to compile with quarto 1.4.84, running under Ubuntu 22.04: ```` --- title: test format: pdf --- ```{r} missing <- function(x) x ``` ```` The error message is ```` processing file: test.qmd |................................... | 67% (unnamed-chunk-1...
{ "assignee": "cderv", "comments": 6, "created_at": "2023-05-23T16:04:13Z", "creator": "rmcd1024", "is_pull_request": false, "labels": [ "bug", "knitr" ], "locked": false, "milestone": "Future", "number": 5646, "state": "open", "title": "Compile fails when there is a function named \"mis...
### Bug description Using Quarto 1.3.340 on macOS. Given the Quarto `index.qmd` document: ````markdown 1. Some thing. 2. Another **[`GET /some/arbitrarily/long/thing`](https://example.com/api/reference/some-arbitrarily-long-thing)** thing that you want to know about. 3. Success! ```` When pre...
{ "assignee": null, "comments": 3, "created_at": "2023-05-23T15:51:18Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 5645, "state": "open", "title": "line-wrap of inline code produces much whitespace", "url": "https:...
### Bug description Using Quarto 1.3.340 on macOS with Safari. Given the Quarto project: ```yaml project: type: website website: sidebar: - title: "important things" collapse-level: 1 contents: - text: "introduction" file: "index.qmd" - section: "R" ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-23T14:57:00Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug", "good-first-issue", "html" ], "locked": false, "milestone": "v1.4", "number": 5642, "state": "open", "title": "sidebar click-to-expa...
### Bug description Using Quarto 1.3.340 on macOS ````markdown * normal text * `code text` * [normal link](https://quarto.org) * [`code link`](https://quarto.org) * [`testthat::test_that`](https://quarto.org) ```` When rendered, the `code link` and `test_that` text do not differ by much; the reader might i...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2023-05-23T14:43:06Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug", "good-first-issue", "html" ], "locked": false, "milestone": "v1.4", "number": 5641, "state": "closed", "title": "link with inline co...
### Bug description Using Quarto 1.3.340 and macOS Using a Quarto project with the YAML: ```yaml project: type: website website: sidebar: - title: "navigations" contents: - text: "apples, bananas, and cucumbers" file: "index.qmd" - text: "cucumbers salad" ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2023-05-23T14:11:08Z", "creator": "aronatkins", "is_pull_request": false, "labels": [ "bug", "good-first-issue", "html" ], "locked": false, "milestone": "v1.4", "number": 5640, "state": "closed", "title": "wrapped sidebar hea...