page_content
stringlengths
0
46.9k
metadata
dict
It would be great if the math preview was aware of user-defined macros, the ones supported by pandoc, which are automatically expanded in processing. Otherwise, the preview is a mess. I understand that this might be a bit more of an involved change..
{ "assignee": "jjallaire", "comments": 4, "created_at": "2022-10-04T08:21:49Z", "creator": "lcnbr", "is_pull_request": false, "labels": [ "enhancement", "yaml-validation", "editors" ], "locked": false, "milestone": "v1.4", "number": 2884, "state": "open", "title": "Macro expand math ...
### Bug description I have organization-internal document classes that I'd like to use with Quarto. I can render to a `latex` output, and then build the PDF myself, but I'd ideally like to render `.qmd` files to PDFs all in one step. Specifying a path to `documentclass` causes Quarto to search for the path on TeX...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2022-10-04T03:10:31Z", "creator": "jcarpi", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2718, "state": "closed", "title": "Specifying Local TeX packages and classes", "url": "https:/...
### Bug description This might be better directed to @rocker-org, but I'll start here! I've endeavoured to [set up a VSCode devcontainer](https://github.com/360-info/quarto-scaffold/tree/test-container) for our Quarto projects based on the R community devcontainer template (which in turn uses the `rocker/r-ver:4.2` Do...
{ "assignee": null, "comments": 16, "created_at": "2022-10-04T01:56:22Z", "creator": "jimjam-slam", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 2716, "state": "closed", "title": "Pandoc memory issue in amd64 docker container emulated on M1 M...
Hello, There is a bug. In my quarto book file 03-tidy_data.qmd the code block is ```r #| label: tbl-birth #| tbl-cap: "Birth table" load("dataset/births.rda") births ``` _quarto.yml settings ``` yaml format: html: theme: cosmo df-print: paged ``` @tbl-birth when I render the book...
{ "assignee": "cscheid", "comments": 5, "created_at": "2022-10-03T14:20:09Z", "creator": "hao203", "is_pull_request": false, "labels": [ "needs-repro", "tables" ], "locked": false, "milestone": "v1.2", "number": 2712, "state": "closed", "title": "crossref table error with paged table", ...
I followed instructions from documentation, but it didn't work: ```_quarto.yml project: type: book book: title: "My book title" language: "pt-BR" chapters: - index.qmd format: html: theme: cosmo ```` _Originally posted by @fredguth in https://github.com/quarto-dev/quarto-cli/discussions/2453#discuss...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2022-10-03T08:27:53Z", "creator": "cderv", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.3", "number": 2707, "state": "closed", "title": "changing language of a book does work with `langua...
### Bug description ## Issue In `_quarto.yml`, `resources` data after `output-dir` does not work. Below is an example of `_quarto.yml` that does not include `test.html` in the `docs` directory. ``` project: type: website output-dir: docs resources: - "test.html" ``` This is an example that wor...
{ "assignee": null, "comments": 3, "created_at": "2022-10-03T00:19:11Z", "creator": "chadyuu", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2706, "state": "closed", "title": "Cannot include resources", "url": "https://github.com/quarto-dev/qu...
### Bug description Hi there, first time submitting an issue, so I hope I get all the information you need. I was trying to put some information followed by a citation in parenthesis. For example: (this is a piece of information; Bananas, 2022). So I tried to use the citation syntax: `[this is a piece of informa...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-10-02T23:02:20Z", "creator": "cicarrascog", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 2705, "state": "closed", "title": "Wrong citation format when text and citations are incl...
It seems that any aside block will shift any math content to below it: ![image](https://user-images.githubusercontent.com/23530896/193462851-01f423ad-7964-4486-beed-cda65a50c4ca.jpeg) This seems like some bad overlap between math ax divs and aside ones
{ "assignee": "dragonstyle", "comments": 5, "created_at": "2022-10-02T15:43:48Z", "creator": "lcnbr", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.2", "number": 2701, "state": "closed", "title": "Asides shifts math", "url": "https://github.com/quarto-dev/quarto-cli/i...
# Problem Creating website projects in RStudio always fails with the following error: ![image](https://user-images.githubusercontent.com/46591182/193437035-fc35c6eb-3f65-4c38-9c7e-dace5ad95c73.png) If I create it locally on the C: drive and then copy it back to the network drive, I get the following error ...
{ "assignee": null, "comments": 3, "created_at": "2022-10-02T04:03:24Z", "creator": "t-gummer", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 2711, "state": "closed", "title": "Error when rendering quarto websites on mapped/network drives/UNC paths on Window...
(for other quarto devs: this is a side-project of mine anyway, so it's easy to make it official) ### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/2653 <div type='discussions-op-text'> <sup>Originally posted by **slimhk45** September 28, 2022</sup> There is already support for KaTeX in mat...
{ "assignee": "cscheid", "comments": 0, "created_at": "2022-10-02T03:11:14Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "enhancement", "third-party" ], "locked": false, "milestone": "Future", "number": 2700, "state": "open", "title": "Add support for ABC notation", "u...
### Bug description The stdout of the embedded pandoc is getting redirected to stderr. For example: ``` quarto pandoc --version 2> /dev/null ``` outputs nothing (`2>` redirects stderr) but ``` pandoc --version 2> /dev/null ``` does output the version message. This holds for other outputs of pandoc to stdout...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-10-01T21:41:01Z", "creator": "castedo", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 2699, "state": "open", "title": "quarto embedded pandoc stdout redirected to stderr", "url": "h...
### Bug description Url fields in bibtex render separately, not as hrefs on the title. I believe the default behavior in citeproc is to have the title field from the bibtex to be the text for the link. This is not how they render on the sidebar using quarto (version 1.0.37) Osx 11.1, m1 macbook. <img width="1...
{ "assignee": null, "comments": 4, "created_at": "2022-10-01T19:58:26Z", "creator": "rahuldave", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2696, "state": "closed", "title": "url fields in bibtex render separately, not as hrefs on the title",...
### Bug description Hello, I'm trying to create an interactive HTML document using jupyter widgets. here are the python code chuck in my qmd file: ```` --- title: "Test - Embed widget" author: byryepez format: html --- ## Creating plotting function ```{python} import pandas as pd import matplotlib.p...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-10-01T13:33:05Z", "creator": "byryepez", "is_pull_request": false, "labels": [ "jupyter" ], "locked": false, "milestone": "v1.2", "number": 2693, "state": "closed", "title": "Embed jupyter widget not working", "url": "https://gith...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/2690 <div type='discussions-op-text'> <sup>Originally posted by **castedo** September 30, 2022</sup> With the attached qmd file [license.qmd.txt](https://github.com/quarto-dev/quarto-cli/files/9688255/license.qmd.txt) I can do the following: ...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-10-01T12:56:06Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 2691, "state": "closed", "title": "Feature request: support JATS license like pandoc", "url": "https...
We don't want this to happen: ![image](https://user-images.githubusercontent.com/285675/193344821-f11a997f-dbaa-4e62-93db-a19f6cb218d7.png)
{ "assignee": "cscheid", "comments": 0, "created_at": "2022-09-30T19:42:18Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "yaml-validation" ], "locked": false, "milestone": "v1.2", "number": 2688, "state": "closed", "title": "support `crossref: false` in formats", "url": "h...
This should work: ``` --- format: customformat.lua: default --- ``` Instead we get a validation error. With `validate-yaml: false` everything works as expected.
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-09-30T19:19:43Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug", "yaml-validation" ], "locked": false, "milestone": "v1.2", "number": 2687, "state": "closed", "title": "support custom writers as format keys",...
## Bug description Hello! I am using Quarto (version 0.9.531) on Windows 10 (I am running RStudio IDE version 2022.07.2+576), to output a PDF Curriculum Vitae. Everything was going great, until I decided to change the font and style of the section headers. And the logic way to do this in Latex, is by using the `titl...
{ "assignee": null, "comments": 7, "created_at": "2022-09-30T16:47:11Z", "creator": "pedropark99", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2686, "state": "closed", "title": "Latex conflict when including the `titlesec` package", "url": "...
### Bug description In the example below, I highlight some lines progressively using `|` in `code-line-numbers`. However, after the first step, the "copy code" button doesn't appear anymore when I hover the code chunk. I'm not sure which behavior is expected: hide the copy button as soon as there's some line highl...
{ "assignee": "cderv", "comments": 1, "created_at": "2022-09-30T16:00:18Z", "creator": "etiennebacher", "is_pull_request": false, "labels": [ "bug", "revealjs" ], "locked": false, "milestone": "v1.3", "number": 2685, "state": "closed", "title": "revealjs: highlighting lines with `|` hide...
### Bug description I tried the latest quarto cli and it opened the wrong port (6582). The correct port seems to be the one shown on the command line (3512). (Note that the command was executed on the terminal in the VSCode Dev Containers.) ![image](https://user-images.githubusercontent.com/50911393/193285964-393...
{ "assignee": "jjallaire", "comments": 12, "created_at": "2022-09-30T14:03:23Z", "creator": "eitsupi", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2684, "state": "closed", "title": "Running the `quarto preview` command in a docusaurus project ...
### Bug description From https://github.com/quarto-ext/code-filename/issues/3 but extensions has been included inside core now. ````markdown --- title: Test format: html --- Non computation code filename ```{.r filename="file.R"} 1 + 1 ``` Inside code-fold ```{r filename="file.R"} #| code-fol...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-09-30T12:42:30Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug", "crossref" ], "locked": false, "milestone": "v1.4", "number": 2683, "state": "open", "title": "Code filename not correctly placed when used on co...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/2678 <div type='discussions-op-text'> <sup>Originally posted by **cbrnr** September 30, 2022</sup> Recently, it took me longer than I'd like to admit to find out why the following code chunk gets evaluated despite setting the corresponding opt...
{ "assignee": "cscheid", "comments": 10, "created_at": "2022-09-30T08:21:53Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug", "yaml-validation" ], "locked": false, "milestone": "v1.2", "number": 2681, "state": "closed", "title": "chunk options with non-breaking space do...
### Bug description I created a blog based on Quarto and imported about 200 old articles in markdown and Jupyter Notebooks. It is on Github: https://github.com/zonca/zonca.dev The problem is that when I run `quarto render`, it builds all the posts, but then hangs, with no error. The render is actually complete, i...
{ "assignee": null, "comments": 5, "created_at": "2022-09-30T05:13:27Z", "creator": "zonca", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2676, "state": "closed", "title": "Quarto render hangs after building website", "url": "https://github.c...
### Bug description STEPS: from empty directory on Linux ``` sudo mkdir /tmp2 sudo mount -t tmpfs tmpfs /tmp2 echo Hi > test.qmd touch _quarto.yml quarto render test.qmd --to markdown --output-dir /tmp2 ``` RESULT: quarto outputs: ``` ERROR: Invalid cross-device link (os error 18), rename '/home/castedo/sh...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-09-30T01:00:43Z", "creator": "castedo", "is_pull_request": false, "labels": [ "bug", "file-systems" ], "locked": false, "milestone": "v1.4", "number": 2671, "state": "open", "title": "--output-dir fails on cross-device destinati...
### Bug description STEPS: Run the following in an empty directory: ``` echo Hi > test.qmd quarto render test.qmd --to markdown --output-dir out ``` EXPECTED: `test.md` to be written to an `out` subdirectory, not the current directory. NOTES: 1) This all works as expected if I do ``` touch _quarto.yml...
{ "assignee": null, "comments": 1, "created_at": "2022-09-29T23:50:23Z", "creator": "castedo", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2670, "state": "closed", "title": "--output-dir option ignored when _quarto.yml file is absent", "url"...
I have 2 students who have installed Quarto and the VSCode extension appropriately but the Render button does nothing, and the keyboard shortcut is not recognized. We can select the drop down menu for rendering different formats, but nothing happens when clicking any of them. It doesn't look "greyed out" either. ...
{ "assignee": null, "comments": 2, "created_at": "2022-09-29T21:25:05Z", "creator": "pcc-git", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": null, "number": 3379, "state": "closed", "title": "Render Button Inoperable ", "url": "https://github.com/quar...
### Bug description Truly bizzare bug. When you include a mermaid.js diagram on the 1st or second slide of a revealjs presentation it displays fine, but when it's on the 3rd slide or later it requires a refresh to render the diagram. OS: Mac OS Big Sur 11.6 Rstudio: 2022.07.1 Build 554 This doesn't work pr...
{ "assignee": null, "comments": 3, "created_at": "2022-09-29T16:41:58Z", "creator": "GShotwell", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2667, "state": "closed", "title": "Mermaid diagrams require refresh when they're on the 3rd (!!) slide...
> I want to create custom styles, but it seems the only ones that are available are the Headers. First, each component in Markdown will be translated in a docx component with a default style apply to them. Best way to see what component (code, list, header, ...) is associated to what style is to add the compone...
{ "assignee": null, "comments": 0, "created_at": "2022-09-29T14:09:11Z", "creator": "cderv", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.4", "number": 4502, "state": "open", "title": "Document custom styles syntax for using with DOCX template", ...
### Bug description Is it currently possible to get quarto to error on broken links, instead of just warning about them, even if this is opt-in? Having it exit successfully when there are broken cross-links like this makes it harder to include quarto in automated workflows. Especially if multiple people are working on...
{ "assignee": "cscheid", "comments": 0, "created_at": "2022-09-29T12:30:47Z", "creator": "allenmanning", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 2665, "state": "open", "title": "Quarto should error or warn on broken links", "ur...
### Bug description ![asis](https://user-images.githubusercontent.com/28039275/192930141-093b9d93-43a3-450e-bb27-6ab51d09dee7.png) ### Checklist - [X] Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue. ...
{ "assignee": null, "comments": 2, "created_at": "2022-09-29T03:12:44Z", "creator": "zhchenyang", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 2663, "state": "closed", "title": "Includes not working in asis code chunk", "url": "https://github.com/quarto-d...
### Bug description On my quarto blog site, on mobile and with very narrow browser windows, there is a lot of space on the right hand side that enables you to “scroll right” to see things off the page. This seems to be needed because I have a few very wide inline `code` words (like `"/Library/Frameworks/R.framework/Ve...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-09-28T15:16:39Z", "creator": "DavisVaughan", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2649, "state": "closed", "title": "Force wrapping of wide `code` words", "url": "https...
### Bug description **Description Issue Render Default R Quarto Document** Render with yaml extension: Format: html Format: pdf is failing when r code is included When specifying Format: docx it is rendering fine --- The failed output is shown as: ``` > quarto::quarto_render('T0002.qmd') ...
{ "assignee": "cderv", "comments": 21, "created_at": "2022-09-28T11:11:53Z", "creator": "BertTijhuis", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 2646, "state": "closed", "title": "Render Quarto with HTML or PDF failed in when codechunks wi...
### Bug description going to this url: https://quarto.org/docs/presentations/revealjs/#speaker-notes produced this output: <img width="1436" alt="image" src="https://user-images.githubusercontent.com/32404415/192700494-2669c445-a201-42d1-bca0-8dcde277511a.png"> where section header is hidden under navbar Ex...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-09-28T06:06:55Z", "creator": "miwojc", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2641, "state": "closed", "title": "Links to section open with section header hidden below navb...
### Bug description I am trying to create a Quarto PowerPoint presentation with a 2-column slide where the columns are not equal width. I create a source document like below, but the columns are equal width in the rendered PowerPoint document. The column width settings are respected in `revealjs` and `beamer` fo...
{ "assignee": "cscheid", "comments": 0, "created_at": "2022-09-27T23:55:29Z", "creator": "rgayler", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 2635, "state": "open", "title": "can't control column width in 2-column Powerpoint slide", "url...
### Bug description See the following document. Removing the centering code or adding a caption leads to the figure's inclusion again. ```md --- title: "Figure Test" format: revealjs --- ![](https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Lorem_ipsum.jpg/432px-Lorem_ipsum.jpg){fig-align="center"} ...
{ "assignee": null, "comments": 1, "created_at": "2022-09-27T16:30:53Z", "creator": "fkohrt", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2632, "state": "closed", "title": "Centered figure without caption not displayed for revealjs", "url": ...
### Bug description When I reference a source in Revealjs it appears twice in the end of the presentation. The code looks like: ## Tiden för implementering ::: {#implementering .incremental} - En ny betygsskala hade nyligen införts. - Kunskapskrav istället för betygskriterier - Betygssystemet framstod...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-09-27T11:32:55Z", "creator": "frankbach", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2626, "state": "closed", "title": "Double references", "url": "https://github.com/quarto-...
### Discussed in https://github.com/quarto-dev/quarto-web/discussions/414 <div type='discussions-op-text'> <sup>Originally posted by **e-alizadeh** September 26, 2022</sup> I want to remove the BibTeX citation section at the end of my post, but want to keep the attribution piece as shown in the screenshot. Cur...
{ "assignee": null, "comments": 0, "created_at": "2022-09-27T11:08:11Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 2625, "state": "closed", "title": "Allow user to specify whether to show bibtex, html, or both citation formats...
### Bug description I was trying to publish a document contained in a subfolder to Quarto Pub, e.g. ``` quarto publish quarto-pub folder/test.qmd ``` The structure is: ``` . └── folder └── test.qmd ``` And the content of `folder/test.qmd` is not important, e.g. ``` --- engine: jupyter --- ...
{ "assignee": "jjallaire", "comments": 2, "created_at": "2022-09-27T08:12:16Z", "creator": "cbrnr", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2623, "state": "closed", "title": "quarto publish in subfolder fails", "url": "https://github.c...
### Bug description Hi, I have a quarto presentation with `Altair` plot and `OJS`. For some reason, the Altair plots do not consistently show up on chromium-based browsers (I tested Microsoft Edge and Google Chrome). Weirdly, on Firefox, it works fine. ![image](https://user-images.githubusercontent.com/...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-09-27T05:15:53Z", "creator": "Lourenzutti", "is_pull_request": false, "labels": [ "bug", "ojs-engine" ], "locked": false, "milestone": "v1.4", "number": 2621, "state": "open", "title": "Altair plots disappearing with OJS cells o...
### Bug description If the first paragraph of a page contains formatting (bold for example) the listing layout breaks. I tried with a page (among a number of other pages without formatting) that contains some bold first paragraph like so: ```md --- title: "Test1" --- **Lorem ipsum dolor sit amet, consectetur ad...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-09-27T04:42:32Z", "creator": "Nenuial", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2620, "state": "closed", "title": "Formatting breaks listing layout", "url": "https://githu...
### Bug description Unicode can be displayed in the body, but not in the title and headings ``` --- title: 青黑體 format: pdf mainfont: "Noto Sans CJK JP" --- ## 青黑體簡體中文,ヒラギノ 青黑體簡體中文,ヒラギノ角 ``` ![unicode](https://user-images.githubusercontent.com/28039275/192415842-8b85b85f-8e35-459d-83be-98c73a4e1ecd....
{ "assignee": null, "comments": 3, "created_at": "2022-09-27T02:23:06Z", "creator": "zhchenyang", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 2619, "state": "closed", "title": "Unicode cannot be displayed in headings and title", "url": "https://github.co...
### Bug description I have a slide where I show two steps with a pause between the two. If I add a footnote in the second step, it is displayed from the beginning whereas it should appear only in the second step. Example: ```rmd --- format: revealjs --- First step. . . . Second step^[This footnote shou...
{ "assignee": null, "comments": 2, "created_at": "2022-09-26T17:39:38Z", "creator": "etiennebacher", "is_pull_request": false, "labels": [ "bug", "revealjs" ], "locked": false, "milestone": "Future", "number": 2616, "state": "open", "title": "revealjs: footnotes always appear despite pau...
This page is currently an orphaned page: https://quarto.org/docs/output-formats/html-themes-more.html - it has no left-sidebar. The link to this page can be seen at: https://quarto.org/docs/output-formats/html-themes.html#:~:text=For%20more%20information%20about%20available%20Sass%20variables%2C%20see May need to...
{ "assignee": null, "comments": 1, "created_at": "2022-09-26T17:00:36Z", "creator": "jthomasmock", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 4503, "state": "closed", "title": "\"HTML themes more\" article not linked to sidebar", "url": "https://github....
### Bug description Working with an **.ipynb** file in **VSCode**. Quarto **0.9.462**. Windows 11. To reproduce, use the Python package `statsmodels` to generate a summary of an OLS model. That is, ```python import pandas as pd import statsmodels.formula.api as smf df = pd.read_csv("Carseats.csv") # The ...
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-09-26T16:57:47Z", "creator": "JER-ry", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2615, "state": "closed", "title": "My code generated two tables, but Quarto only handled one", "...
### System details RStudio Edition: Desktop RStudio Version : 2022.07.1 Build 554 OS Version : MacOS 12.6 R Version : 4.2.1 ### Steps to reproduce the problem 1. Create a new Quarto Presentation 2. Set the output to revealjs, and `df-print` to `paged` 3. Add a slide with an r ...
{ "assignee": null, "comments": 0, "created_at": "2022-09-26T13:41:08Z", "creator": "vrbiki", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3380, "state": "closed", "title": "Data frame paged print out too large in revealjs format", "url": "https://github....
### Bug description Mermaid diagrams in reveal JS clip the diagram image after the second slide. For example, consider the following file (named slides.qmd): ```` --- title: "mermaid crash" format: revealjs --- # git graph 1 ```{mermaid} gitGraph commit id: "Alpha" ``` # git graph 2 ...
{ "assignee": "jjallaire", "comments": 11, "created_at": "2022-09-26T02:29:48Z", "creator": "d-chambers", "is_pull_request": false, "labels": [ "bug", "mermaid" ], "locked": false, "milestone": "v1.2", "number": 2607, "state": "closed", "title": "Mermaid diagrams in reveal JS don't rende...
### Bug description Since I installed the Quarto preview version 1.2.154, the descriptions in grid listings seem to be far too long. I tried using `max-description-length` to shorten them, but to no effect. It seems to take the entire first paragraph of the page. I'm using Quarto 1.2.154 on MacOS 12.6 using 2022.07...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-09-25T15:36:57Z", "creator": "Nenuial", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2604, "state": "closed", "title": "Grid listing description length is too long", "url": "ht...
### Bug description ````md --- title: "Quarto Latex Issue Docx" format: docx --- $$ \text{Level 1: } Y_{ij} = \beta_j +\epsilon_{ij} \\ \text{Level 2: } \beta_j = \gamma + \delta_j \\ \text{Reduced Form: } Y_{ij} = \gamma + \delta_j + \epsilon_{ij} $$ ```{r} sessionInfo() ``` ```` This is my `sessi...
{ "assignee": "jjallaire", "comments": 1, "created_at": "2022-09-25T13:39:38Z", "creator": "emstruong", "is_pull_request": false, "labels": [ "bug", "third-party" ], "locked": false, "milestone": null, "number": 2602, "state": "closed", "title": "DOCX not rendering Latex", "url": "http...
### Bug description ````md --- title: "Quarto Latex Issue PDF" format: pdf --- $$ \text{Level 1: } Y_{ij} = \beta_j +\epsilon_{ij} \\ \text{Level 2: } \beta_j = \gamma + \delta_j \\ \text{Reduced Form: } Y_{ij} = \gamma + \delta_j + \epsilon_{ij} $$ ```{r} sessionInfo() ``` ```` This is my `session...
{ "assignee": "jjallaire", "comments": 1, "created_at": "2022-09-25T13:37:09Z", "creator": "emstruong", "is_pull_request": false, "labels": [ "bug", "upstream", "third-party" ], "locked": false, "milestone": "Future", "number": 2601, "state": "open", "title": "PDF output does not res...
### Bug description Hello, After the 1.2.145 update, I cannot render python. Even if environment variables was set, it gives error "unable to locate python". I tried to update to latest prerelease but problem still continue. `python` command is available from same terminal. ![image](https://user-images.gi...
{ "assignee": null, "comments": 1, "created_at": "2022-09-25T12:07:47Z", "creator": "mrtkp9993", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2599, "state": "closed", "title": "Python rendering not working after update", "url": "https://githu...
### Bug description Quotation (">") does not work when using pdf-output, Ther is no grey line and grey textcolor . > Test ### System I am using Windows and VS Code
{ "assignee": null, "comments": 1, "created_at": "2022-09-25T09:37:39Z", "creator": "benjaminmoritz", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2598, "state": "closed", "title": "Quotation (\">\") does not work when using pdf-output", "url...
## Premise Hi everyone! I would like to thank the **RStudio** and the **QUARTO** _community_ for being here and for all the amazing tools and support provided. I am currently trying to write my _Master's degree thesis_ in **QUARTO**. I am absolutely excited about this great piece of software. Nevertheless, there are ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-09-24T20:53:40Z", "creator": "Nicholas-R-Sheriff", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 2596, "state": "open", "title": "Several Bugs Report for the .pdf format output + ...
### Bug description It seems like macros in hidden divs still get expanded by pandoc. This is problematic as I have defined some macros that only work with mathjax not latex (and vis versa) (for example the mathjax mathtip macro) ```quarto ::: {.content-visible unless-format="pdf"} \newcommand{\test}{one} ...
{ "assignee": null, "comments": 1, "created_at": "2022-09-23T15:35:26Z", "creator": "lcnbr", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 2580, "state": "open", "title": "Conditional content does not work with latex macros", "url": "https...
I'd like to use Listings to present specific content on a page based on either category or tag (I'll use which ever is easier to implement). I can almost get there today -- with `categories: true` as a site visitor I can click on a category and see my filtered list of content, however, I don't want this to be a site...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-09-23T14:11:20Z", "creator": "kmasiello", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.3", "number": 2577, "state": "closed", "title": "Website listings - filter by category", "url": "https://github.com/...
### Bug description When I add the lines ```{python} #| label: fig-density #| fig-cap: "Plots of the probability density function for $\mu$ = 10" ``` in a `{python}` block, then render my project with VSCode (`❯ quarto preview /path/to/project --render all --no-browser --no-watch-inputs`), I get the error ```...
{ "assignee": null, "comments": 2, "created_at": "2022-09-23T13:19:47Z", "creator": "phinate", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2576, "state": "closed", "title": "\"Unknown escape sequence\" error when rendering dollar sign math syn...
@cderv It does seem like we should consider doing this when rsvg-convert is available on the path. We'd just need a Lua filter for this that targets PDF/LaTeX/Beamer. I'd think we'd want to do it automatically (as the other alternative is an error message from LaTeX). Could you take a shot at a PR for this? (note that ...
{ "assignee": null, "comments": 2, "created_at": "2022-09-23T11:54:56Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement", "pandoc-lua" ], "locked": false, "milestone": "v1.3", "number": 2575, "state": "closed", "title": "Use rsvg-convert when available on the path...
### Bug description Quarto does not seem to allow any styling of the text in table captions like _italics_ etc. This problem does not occur with figure captions. ### Screenshot ![image](https://user-images.githubusercontent.com/6596512/191931023-8f3880ab-32a8-4d01-bb87-afe89f19bf82.png) ### .qmd file (can't at...
{ "assignee": "cderv", "comments": 6, "created_at": "2022-09-23T09:27:17Z", "creator": "patrickvdb", "is_pull_request": false, "labels": [ "bug", "third-party" ], "locked": false, "milestone": "v1.3", "number": 2573, "state": "closed", "title": "Markdown styling in table captions", "ur...
### Bug description I see some unexpected behavior when it comes to cross-referencing and linking to chapters and sections in book parts. - When I have a cross-reference to a chapter / level 1 header in a book part, it does not work for html or pdf. - When I have a level 2 header in a book part, it does not appear...
{ "assignee": "cscheid", "comments": 9, "created_at": "2022-09-23T08:20:56Z", "creator": "VMTdeJong", "is_pull_request": false, "labels": [ "bug", "crossref" ], "locked": false, "milestone": "v1.4", "number": 2571, "state": "open", "title": "Cross-reference and link to book parts", "ur...
### Bug description 👋 thanks again for quarto. the more i use it, the more i am appreciating it. I am reporting this here with quarto rather than knitr because it changes for me from `1.1.251` -> `1.2.148`. I also tested on the dev version with this HEAD (https://github.com/quarto-dev/quarto-cli/commit/5da03...
{ "assignee": "cderv", "comments": 12, "created_at": "2022-09-22T21:17:14Z", "creator": "boshek", "is_pull_request": false, "labels": [ "bug", "needs-repro" ], "locked": false, "milestone": "v1.3", "number": 2566, "state": "closed", "title": "Can't knit child qmds in a sub-directory", ...
The sidebar nav `content: auto` functionality does not list index.(q/r)md files as pages in the navigation menu. For sites that are organized with content pages within individual folders, each with an index file inside, the sidebar navigation will be blank when using any of the auto generation options.
{ "assignee": "jjallaire", "comments": 1, "created_at": "2022-09-22T21:00:39Z", "creator": "kmasiello", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 2565, "state": "closed", "title": "Sidebar nav `auto` population does not pull in index files", "url": "ht...
### Bug description Dear support team, I have come across a wired behavior of Quarto Book (in Rstudio) when using `bash` chunks. I initiate quarto book project from Rstudio and if I include `bash` chunks in the qmd files which are initiated with the project (index.qmd, intro.qmd etc) it works fine. However, if I c...
{ "assignee": null, "comments": 3, "created_at": "2022-09-22T15:24:32Z", "creator": "AmelZulji", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 2557, "state": "closed", "title": "bash code chunks error", "url": "https://github.com/quarto-dev/quarto-cli/issu...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/2512 <div type='discussions-op-text'> <sup>Originally posted by **iusgit** September 20, 2022</sup> Hi, first thanks for this wonderful tool! I created a book project and one output format is a docx (unfortunately... I'm not a friend of ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-09-22T14:38:57Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "enhancement", "books" ], "locked": false, "milestone": "v1.4", "number": 2556, "state": "open", "title": "Add Support for Books With No `inde...
### Bug description Example document: ``` --- title: "Test" format: html: theme: cosmo pdf: indent: true keep-tex: true --- 1. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam tempus iaculis interdum. ```{r fig-test} #| echo: false #| fig-cap: Ducks. ...
{ "assignee": null, "comments": 1, "created_at": "2022-09-22T14:28:54Z", "creator": "capnrefsmmat", "is_pull_request": false, "labels": [ "invalid" ], "locked": false, "milestone": null, "number": 2555, "state": "closed", "title": "Code blocks inside lists mis-rendered, depending on indentat...
### Bug description Hi there, I just figured out that if you want to render a PDF with documentclass `moderncv` you need to comment-out these lines in the latex-template: ``` % % Allow footnotes in longtable head/foot % \IfFileExists{footnotehyper.sty}{\usepackage{footnotehyper}}{\usepackage{footnote}} % \makes...
{ "assignee": null, "comments": 2, "created_at": "2022-09-22T13:53:22Z", "creator": "produnis", "is_pull_request": false, "labels": [ "enhancement", "third-party" ], "locked": false, "milestone": null, "number": 2553, "state": "closed", "title": "documentclass moderncv needs \"footnotes ...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/2546 <div type='discussions-op-text'> <sup>Originally posted by **werkstattcodes** September 22, 2022</sup> I would like to number my figures without any additional caption text, just Figure 1, Figure 2... When I use e.g. ``` #| fig-cap: ...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-09-22T13:23:38Z", "creator": "cderv", "is_pull_request": false, "labels": [ "enhancement", "crossref" ], "locked": false, "milestone": "v1.4", "number": 2551, "state": "open", "title": "Crossrefs: support uncaptioned floats", ...
Visiting https://quarto.org/docs/get-started/ with a browser which the website identifies as running on Linux results in being shown a large button like object to click to "Download Quarto CLI 1.1.251 (Linux)" The link goes to a .deb package for x86. Elsewhere on https://quarto.org/docs/get-started/ a .deb package...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-09-22T10:52:02Z", "creator": "mike-somethingnooneelsehasusedyet", "is_pull_request": false, "labels": [ "documentation" ], "locked": false, "milestone": "v1.2", "number": 2550, "state": "closed", "title": ".deb package wrongly l...
### Bug description Currently, the default combination of background and foreground colors for inline code is below 4.5. This is with the latest build of Quarto (from this git repo). I'm on a Mac, but I don't think that's relevant, as it's just about the HTML styling. Live page of the qmd file is here <https://...
{ "assignee": null, "comments": 0, "created_at": "2022-09-22T10:12:31Z", "creator": "batpigandme", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2548, "state": "closed", "title": "Failing color contrast for default inline code styling for HTML",...
### Bug description `header-includes` is not explicitely documented, although it is used on https://quarto.org/docs/reference/formats/pdf.html . It is also wrongly mentioned on https://quarto.org/docs/output-formats/pdf-basics.html (the actual code uses `include-in-header`). Maybe `header-includes` is deprecated in...
{ "assignee": "cscheid", "comments": 10, "created_at": "2022-09-22T10:03:47Z", "creator": "knuesel", "is_pull_request": false, "labels": [ "documentation", "enhancement" ], "locked": false, "milestone": "v1.2", "number": 2547, "state": "closed", "title": "include-in-header / header-inclu...
### Bug description The `monofont` setting is ignored when rendering the following with quarto 1.1.251 (on Pop!_OS 22.04): --- monofont: Iosevka format: beamer: theme: metropolis keep-tex: true --- # Title ``` Some code ``` The...
{ "assignee": "dragonstyle", "comments": 10, "created_at": "2022-09-22T09:34:53Z", "creator": "knuesel", "is_pull_request": false, "labels": [ "bug", "third-party" ], "locked": false, "milestone": "v1.3", "number": 2545, "state": "closed", "title": "monofont ignored with metropolis beame...
### Bug description I have the following information in my `_quarto.yml`: ![image](https://user-images.githubusercontent.com/2444926/191661563-a9fbd219-0906-4c75-a685-acdeb9d13b4b.png) But when you go to my website: https://www.tabularmusings.com/, you can see that the twitter-card site information is not rendered...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-09-22T05:01:13Z", "creator": "radekosmulski", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2544, "state": "closed", "title": "twitter-card doesn't render `twitter:site` metadata ...
### Bug description Hi, I am hitting this error, trying to render a .qmd file, using Quarto in PowerShell (same with VSCode) on Windows 10. I can use the julia-1.7 kernel in jupyter lab, no probs. And I can render a .qmd using the python3 kernel in quarto ``` Starting julia-1.7 kernel...Traceback (most recent call ...
{ "assignee": "jjallaire", "comments": 32, "created_at": "2022-09-21T19:44:40Z", "creator": "EvoArt", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 2539, "state": "closed", "title": "Cannot render preview with Julia Kernel", "url": "https://...
### Bug description This **may be** related to #2466, or may be not... I can't seem to make the hybrid sidebar work. The site [here](https://github.com/giabaio/reprex-site) contains a few pages/folders. I have (successfully) setup a navigation bar and would like to add a sidebar for two of the other folders (`research...
{ "assignee": null, "comments": 2, "created_at": "2022-09-21T16:28:42Z", "creator": "giabaio", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2536, "state": "closed", "title": "Hybrid sidebar not working?", "url": "https://github.com/quarto-dev...
### Bug description This seems somewhat similar to #2388 but that was fixed in https://github.com/quarto-dev/quarto-cli/commit/335608f88e00721388c25534d1939a9e6889a406. Here is a reprex using: ```bash quarto-testing quarto --version 1.1.251 ``` ````md --- title: "Untitled" execute: eval: true ...
{ "assignee": null, "comments": 3, "created_at": "2022-09-21T15:43:22Z", "creator": "boshek", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2533, "state": "closed", "title": "toc-location: left, page-layout: full result in tabs not being clickab...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/2490 <div type='discussions-op-text'> <sup>Originally posted by **kortdriessen** September 18, 2022</sup> Hello, Thanks for all of the fantastic work here, quarto is great. I have two closely related questions: 1. Is there a way to m...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-09-21T00:58:02Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.2", "number": 2524, "state": "closed", "title": "Create variable to theme the toc 'stripe' border for inactive TOC e...
### Bug description In derivatives of `format: html` including `format: revealjs` if a `<hr>` tag is used within fences (matched pairs of `:::`) the fence breaks. ``` Using the hr tag inside of ::: causes issues ::: {.fragment} <hr> Example ::: ``` <img width="1075" alt="image" src="https://user-im...
{ "assignee": null, "comments": 2, "created_at": "2022-09-20T14:02:41Z", "creator": "charliejhadley", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 2519, "state": "closed", "title": "<hr> inside of fenced divs breaks the fence", "url": "https://github.com/...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/2512 <div type='discussions-op-text'> <sup>Originally posted by **iusgit** September 20, 2022</sup> Hi, first thanks for this wonderful tool! I created a book project and one output format is a docx (unfortunately... I'm not a friend of ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-09-20T13:10:41Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.2", "number": 2516, "state": "closed", "title": "Single File Books require `index.qmd`", "url": "https://github.co...
### Bug description I am not able to disable the table of contents (TOC) for chapter 2 and onwards for the book output. This is my `_quarto.yml` for testing. ```yml project: type: book book: chapters: - index.qmd - test.qmd toc: false ``` This is `index.qmd` ````md # Chapter Lorem ...
{ "assignee": null, "comments": 0, "created_at": "2022-09-20T12:53:54Z", "creator": "justanothergithubber", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2515, "state": "closed", "title": "Subsequent pages of book always have TOC", "url": "htt...
### Bug description Adding a comment before the first slide adds an empty slide at the beginning. This code correctly creates a single slide: ```rmd --- format: revealjs --- # Getting up - Turn off alarm - Get out of bed ``` This code generates an empty slide before the slide with content: ```rmd ...
{ "assignee": null, "comments": 4, "created_at": "2022-09-20T11:47:55Z", "creator": "etiennebacher", "is_pull_request": false, "labels": [ "bug", "wontfix" ], "locked": false, "milestone": null, "number": 2514, "state": "closed", "title": "Revealjs: adding a comment before the first slid...
### Bug description Consider the test.ipynb jupyter file as: ``` #%% import pandas as pd x = pd.DataFrame({"a": [1.1, 2, 3], "b": [4, 5, 6]}) x #%% x.style.format('{:.0f}') ``` In jupyterlab, exporting as html has this as result. ![ss](https://user-images.githubusercontent.com/1168223/191247062-19e...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-09-20T11:40:17Z", "creator": "a0th", "is_pull_request": false, "labels": [ "bug", "third-party" ], "locked": false, "milestone": "Future", "number": 2513, "state": "open", "title": "Pandas .style not compatible with html reports...
### Bug description # Description - Windows 11 - quarto-cli version 1.1.251 Anaconda I have installed it before, but I have uninstalled it and replaced it with miniconda. At the same time, I also set an environment variable for `Quarto_python`.But I still get a mistake in running Quarto Check. Output is as follow...
{ "assignee": "cderv", "comments": 10, "created_at": "2022-09-20T05:29:02Z", "creator": "Dagwbl", "is_pull_request": false, "labels": [ "bug", "windows" ], "locked": false, "milestone": null, "number": 2510, "state": "closed", "title": "Error: Checking Jupyter engine render", "url": "h...
Hi, sorry if I misunderstood this. When I use OJS to make slides interactive, it is only interactive while running on the local server. However, if I open the generated `html` file directly in the browser, the interactive bars do not show up. Maybe I'm missing something, or this is the expected behaviour. If ...
{ "assignee": null, "comments": 4, "created_at": "2022-09-20T00:43:05Z", "creator": "Lourenzutti", "is_pull_request": false, "labels": [ "invalid" ], "locked": false, "milestone": null, "number": 2529, "state": "closed", "title": "OJS - not locally interactive", "url": "https://github.com/...
### Bug description Having a code chunk that uses `output-location` which is then wrapped by a fenced div causes the rendered document to fail back to the default output location. See the following reprex below, it is expected that output should appear next to the code but it appears below. If the `::: {.test}` fen...
{ "assignee": "jjallaire", "comments": 0, "created_at": "2022-09-19T16:05:37Z", "creator": "rundel", "is_pull_request": false, "labels": [ "bug", "revealjs" ], "locked": false, "milestone": "v1.2", "number": 2503, "state": "closed", "title": "Fenced divs break output-location for revealj...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/2498 <div type='discussions-op-text'> <sup>Originally posted by **cbrnr** September 19, 2022</sup> I have a website project and I'm trying to set the default engine to `knitr`. I tried adding this to my `_quarto.yml`: ``` engine: knitr ...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-09-19T15:56:44Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug", "yaml-validation" ], "locked": false, "milestone": "v1.2", "number": 2502, "state": "closed", "title": "YAML parse bug", "url": "https://gith...
Not tagging this as a bug as I'm not sure if I'm doing something wrong -- would appreciate any help. I'm using Quarto 1.1.251. Inputs in ObservableJS cells created in Quarto with hugo as the output format, then rendered to html using hugo seem to be hidden. Here is an example qmd: ```` --- title: Test Quarto +...
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-09-19T05:38:56Z", "creator": "aaronschiff", "is_pull_request": false, "labels": [ "bug", "ojs-engine" ], "locked": false, "milestone": "Future", "number": 2495, "state": "open", "title": "OJS inputs hidden in Hugo output?", "u...
### Bug description Consider the following minimal working example `````` --- title: "MWE" format: docx: default --- Some text ```{r} #| echo: false #| label: tbl-foo #| tbl-cap: Some table iris |> head() |> knitr::kable() ``` ```{r} #| echo: false #| label: fig-bar #| fig-cap: Minin...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-09-19T02:30:58Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [ "bug", "pandoc-lua" ], "locked": false, "milestone": "v1.2", "number": 2493, "state": "closed", "title": "Figure concatenated to previous table in...
### Bug description Consider the following minimal working example ``` --- title: "MWE" format: pdf: documentclass: article pdf-engine: xelatex keep-tex: true --- Figures ::: {#fig-elephants layout-ncol="2"} ![Surus](elephant.png) ![Hanno](elephant.png) Famous Elephants ::: ...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-09-19T02:13:00Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [ "bug", "crossref" ], "locked": false, "milestone": "v1.4", "number": 2492, "state": "open", "title": "Float crossrefs with unlabeled subfloats", "ur...
### Bug description Hi all, I'm trying to include some emojis in a pdf document. The following code just yields white spaces where the emojis should be: `--- from: markdown+emoji format: pdf pdf-engine: lualatex --- :house: :telephone_receiver:` I've tried a few different pdf-engines and stuff. HTML works f...
{ "assignee": null, "comments": 2, "created_at": "2022-09-19T01:08:30Z", "creator": "mhollanders", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2491, "state": "closed", "title": "Emojis don't show up in pdf", "url": "https://github.com/quarto...
### Bug description Here is a sample document: ```qmd --- title: "German Example" date: 2022-09-18 lang: de author: "Author Name" --- ## Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>. ``` When c...
{ "assignee": null, "comments": 0, "created_at": "2022-09-18T16:09:21Z", "creator": "jkseppan", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2485, "state": "closed", "title": "The \"authors\" part of the title does not get localized", "url": ...
### Bug description ![image](https://user-images.githubusercontent.com/63704591/190884947-45036a1e-16c0-47b9-8f9d-040288ce4a94.png) Everything is right on the visual editor before rendering the pdf document, but I got the above error. I am writing the formulas as follows: `$Hd_2 = H d_1 * \left[\frac{ ( 1 - e ...
{ "assignee": null, "comments": 2, "created_at": "2022-09-18T04:02:15Z", "creator": "Gabrielforest", "is_pull_request": false, "labels": [ "bug", "needs-repro" ], "locked": false, "milestone": "Future", "number": 2481, "state": "closed", "title": "Error using LaTeX formulas in tables", ...
### Bug description Hello, I publish my blog with Quarto. I am getting error with generated XML RSS feed: ``` This page contains the following errors: error on line 8 at column 30: xmlParseEntityRef: no name Below is a rendering of the page up to the first error. ``` [Here](https://github.com/mrtkp9993/My...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2022-09-17T18:53:44Z", "creator": "mrtkp9993", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2479, "state": "closed", "title": "Generated feed error", "url": "https://github.com/quar...
### Bug description Reported by @hamelsmu. If you include the `ioynb` format in a website absolute image references are not resolved (and result in a pandoc error). The same documents rendered to `html` do not exhibit the error. Here is a minimal example repo: https://github.com/hamelsmu/quarto_nbcopy In this re...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-09-17T11:15:53Z", "creator": "jjallaire", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2475, "state": "closed", "title": "absolute image refs don't work for ipynb output in websi...
### Bug description I saw this issue brought up in the mapview discussion [here](https://github.com/r-spatial/mapview/issues/419). But the mapshot function does not seem to be playing well with quarto. I am trying to render a quarto project to pdf and html. If I leave a leaflet map as-is and render then I get an imag...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-09-16T21:50:07Z", "creator": "ericvmai", "is_pull_request": false, "labels": [ "bug", "needs-repro" ], "locked": false, "milestone": "v1.3", "number": 2470, "state": "closed", "title": "Mapshot and quarto not playing together?",...
The subscription box displays correctly on the index page: <img width="327" alt="Screenshot 2022-09-16 at 16 43 01" src="https://user-images.githubusercontent.com/45441679/190677995-f35e1023-f4e9-45b9-90e7-da9cce95e823.png"> However, the file name which contains the code required to display the email subscription...
{ "assignee": null, "comments": 3, "created_at": "2022-09-16T15:51:22Z", "creator": "rossheat", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.2", "number": 2467, "state": "closed", "title": "Email subscription embed code file name displays on pages", "url": "https://g...
### Bug description Hi all, I can provide more detailed reprex but I wonder whether this is something that has been explored and has a simple solution? In a nutshell, in a listing page, if I set `categories` to `false`, the pagination and filter box still appear on the page, but they are not clickable. The first page...
{ "assignee": "dragonstyle", "comments": 11, "created_at": "2022-09-16T12:43:44Z", "creator": "giabaio", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 2466, "state": "closed", "title": "Website: Pagination/filter not working when categories is s...
### Bug description For all user-facing length specifications, please refrain from supporting dimensionless numbers implied to be inches. Do support numbers only when combined with explicit units of measurement, such as `10in`, `17cm`, or `150mm`. (Including, but by no means limited to `page-width`, `fig-width`,...
{ "assignee": null, "comments": 1, "created_at": "2022-09-16T09:07:00Z", "creator": "njbart", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 2463, "state": "open", "title": "For all length specifications, use proper units of measurement", "...
### Bug description `quarto render xyz.qmd` will throw `Fatal javascript OOM in Reached heap limit` when a certain number of figures are added (in our case plotly graphs). In our case it was 26 figures and we get OOM. ``` <--- Last few GCs ---> [2027:0x55bc3354a960] 66765 ms: Mark-sweep 1591.0 (1625.9) -> 1...
{ "assignee": "dragonstyle", "comments": 26, "created_at": "2022-09-16T04:27:38Z", "creator": "nadnerb", "is_pull_request": false, "labels": [ "bug", "deno", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 2462, "state": "open", "title": "Fatal javascript OOM in Reach...
### Bug description ## Bug description Importing `matplotlib.pyplot` leads to `No module named 'matplotlib_inline'` error. ## Details `reprex.qmd` is essentially a single line: `import matplotlib.pyplot as plt`. I have no trouble running this when calling `python3` on the command line. (I needed to change ext...
{ "assignee": null, "comments": 1, "created_at": "2022-09-16T02:49:38Z", "creator": "iangow", "is_pull_request": false, "labels": [ "upstream" ], "locked": false, "milestone": null, "number": 2461, "state": "closed", "title": "Issue with matplotlib_inline", "url": "https://github.com/quart...
Dear Quarto team, I want to use Quarto to create a book. I would like to have a book where chapters are built from several Qmd files (sections - as I will end up having too many chapters otherwise) and I have been unable to understand from the [documentation ](https://quarto.org/docs/books/book-structure.html)whethe...
{ "assignee": null, "comments": 1, "created_at": "2022-09-15T22:09:28Z", "creator": "Thaliehln", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 3382, "state": "closed", "title": "Quarto book - split chapters in separate QMD files (sections)", "url": "https:...
### Bug description I wasn't completely sure if this was better suited for the cli repo or the R repo, but here we are. The `tidytable` package recently introduced dotless versions of functions in its dev version (e.g. `mutate.() -> mutate()`), with one of them being its own version of `base::ifelse()` that ultimately...
{ "assignee": "cderv", "comments": 7, "created_at": "2022-09-15T14:47:34Z", "creator": "mattsams89", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.3", "number": 2454, "state": "closed", "title": "Fatal error while rendering plots when `base::ifelse()` is ma...
I believe this example is not working as reference is shown on hover and not in the margin ![image](https://user-images.githubusercontent.com/6791940/190372019-aa0e4ff9-49ff-47a3-bfc8-f2f0b4302c73.png) where the doc says > As an example, when I cite Xie, Allaire, and Grolemund ([2018](https://quarto.org/docs/auth...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2022-09-15T09:44:10Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.2", "number": 2451, "state": "closed", "title": "Reference citation should be in the margin for this example", "url": "h...
### Bug description ![Screenshot from 2022-09-15 17-15-20](https://user-images.githubusercontent.com/1506457/190365655-16e4f2ef-7e83-4afa-bde5-337c2de36070.png) The small example at https://gitlab.com/raniere-phd/quarto-document-template (output in the screenshot above) produces the callout image in DOCX too small....
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2022-09-15T09:19:43Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 2450, "state": "closed", "title": "Docx callout images don't scale properly when DPI is set",...