page_content
stringlengths
0
46.9k
metadata
dict
### Bug description Thanks for the great package! I've very much enjoyed using it. My bug is related to [#834](https://github.com/quarto-dev/quarto-cli/issues/834). In the example below, the 4th reference note is still being placed on top of the previous note. ``` --- format: html reference-location: margin...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2022-06-21T17:31:25Z", "creator": "jdjohn215", "is_pull_request": false, "labels": [ "bug", "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1197, "state": "closed", "title": "References in margin not correctly pl...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1178 <div type='discussions-op-text'> <sup>Originally posted by **fuhrmanator** June 18, 2022</sup> In books it is very useful to refer to a section by its name. The Quarto documentation does this, e.g. the link to "Cross references" on this l...
{ "assignee": "jjallaire", "comments": 2, "created_at": "2022-06-21T17:28:20Z", "creator": "jjallaire", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1196, "state": "open", "title": "General support for references to the name of a Section/Chapter/etc. ra...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1191 <div type='discussions-op-text'> <sup>Originally posted by **eitsupi** June 21, 2022</sup> The recently made direct-commit feature to gh-branch is great. However, the latest version of quarto seems to generate an error after branch creat...
{ "assignee": "jjallaire", "comments": 4, "created_at": "2022-06-21T17:24:37Z", "creator": "jjallaire", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0", "number": 1195, "state": "closed", "title": "publish to gh-pages branch without verification?", "url": "https://git...
### Bug description I'm trying to figure out an error, but I can't get a sense of what it means at all. I'm using 0.9.603 in VSCode and Python on Windows. This happens when I run `preview` on my `.qmd` file. ``` Starting python3 kernel...Done Executing 'paper.ipynb' Cell 1/7...Done Cell 2/7...Done C...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-06-21T16:44:43Z", "creator": "amichuda", "is_pull_request": false, "labels": [ "bug", "yaml-validation", "needs-repro" ], "locked": false, "milestone": "Future", "number": 1194, "state": "closed", "title": "Strange error abo...
### Bug description Try rendering the penguins example here: https://github.com/quarto-dev/quarto-web/blob/main/docs/interactive/ojs/examples/penguins.qmd When you view source, note that the first `{ojs}` cell includes braces but subsequent ones do not: ![Screen Shot 2022-06-21 at 10 27 16 AM](https://user-image...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-06-21T14:30:19Z", "creator": "jjallaire", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1192, "state": "closed", "title": "code-tools view source for ojs doesn't always use `{ojs}` ", ...
### Bug description I've moved to `quarto` from RMarkdown where it is possible to insert verbatim code chunks, as in this example document: ````` --- title: "rmarkdown" output: html_document --- ````{quarto} --- output: html_document --- ```{r} 2+2 ``` ```` ````` However, in `quarto` this do...
{ "assignee": null, "comments": 3, "created_at": "2022-06-21T10:31:57Z", "creator": "charliejhadley", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 1190, "state": "closed", "title": "quarto does not know how to render verbatim code chunks", "u...
### Bug description I believe you can put R commands into chunk paramters, this is useful but does give issues when you miss out a space. E.g. ```` --- title: "test" --- ```{r} #| warning: false #| eval:false ``` ```` Which gives the error: processing file: test.rmarkdown Error in yaml::yaml.load(yam...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-06-20T22:17:28Z", "creator": "plukethep", "is_pull_request": false, "labels": [ "bug", "yaml-validation" ], "locked": false, "milestone": "Future", "number": 1189, "state": "open", "title": "YAML parameters being interpreted as ...
When filling #1186, I upgraded Quarto as usual with `brew upgrade quarto` and I encountered an error while trying to render #1186 again. ``` assertion failed [block != nullptr]: BasicBlock requested for unrecognized address (BuilderBase.h:550 block_for_offset) /Applications/quarto/bin/quarto: line 106: 44356 Trac...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2022-06-20T19:29:40Z", "creator": "mcanouil", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0", "number": 1188, "state": "closed", "title": "Broken Quarto 0.9.598 when using `brew install/upgrade quarto`", "url...
### Bug description I'm running Quarto 0.9.600. When Quarto encounters a YAML error anywhere in the document, it fails with the error message ```{md} ERROR: Render failed due to invalid YAML. ``` Since in-chunk options are handled as YAML, such errors can appear anywhere in the document's source files. If it'...
{ "assignee": "cscheid", "comments": 5, "created_at": "2022-06-20T19:13:43Z", "creator": "dhicks", "is_pull_request": false, "labels": [ "bug", "yaml-validation" ], "locked": false, "milestone": "1.0", "number": 1187, "state": "closed", "title": "[feature request] More informative error ...
### Bug description Cross references are not parsed properly when combining figure reference and article reference, i.e., the article reference is missing See: https://github.com/mcanouil/quarto-issues/tree/main/quarto-cli-1186 Possibly related to #1155 Quarto: 0.9.592 (I tried to upgrade to 598 and broke Q...
{ "assignee": "jjallaire", "comments": 5, "created_at": "2022-06-20T19:08:26Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "bug", "crossref" ], "locked": false, "milestone": "Future", "number": 1186, "state": "open", "title": "Cross references not parsed properly", "u...
### Bug description From https://github.com/quarto-dev/quarto-cli/discussions/1182 ````markdown --- format: pdf keep-md: true keep-tex: true --- ```{r} #| label: tbl-md #| tbl-cap: "$\\beta$~1~" knitr::kable(data.frame(x = rnorm(5))) ``` ```{r} #| label: tbl-latex #| tbl-cap: "$\\beta$~1~" k...
{ "assignee": null, "comments": 2, "created_at": "2022-06-20T16:10:08Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 1185, "state": "open", "title": "Table caption is not parsed the same when using Markdown table or LaT...
### Bug description The change in our format regex to support custom formats breaks autocompletions because our "complete through prefixes" code doesn't currently support character classes. ### Checklist - [X] [formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier f...
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-06-20T15:25:06Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "bug", "yaml-validation", "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1184, "state": "closed", "title": "YAML autocompletion ...
### Bug description Here is a (pandoc) markdown test file `test.qmd` ``` # Test $$\begin{equation} 1+2 \end{equation}$$ Some text $$\begin{equation} 3+4 \end{equation}$$ more text $$\begin{equation} 5+6 \end{equation}$$ even more text $$\begin{equation} 7+8 \end{equation}$$ the end. ``` When ren...
{ "assignee": "cscheid", "comments": 12, "created_at": "2022-06-19T21:14:00Z", "creator": "asmaier", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 1181, "state": "closed", "title": "Display math $$ delimiter showing up in rendered HTML outpu...
### Bug description When trying to generate a PDF with the VS extension or e.g. `quarto.cmd preview paper.qmd`, I get the following error, even after installing tinytex as per the instructions. ``` No TeX installation was detected. Please run 'quarto install tool tinytex' to install TinyTex. If you prefer, y...
{ "assignee": null, "comments": 2, "created_at": "2022-06-19T19:36:46Z", "creator": "lukesdm", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 1180, "state": "closed", "title": "Problem creating PDFs - 'No TeX installation was detected' (Windows 1...
### Bug description ´quarto install tool tinytex´ triggers a download of a package of approx. 200mb. Any interruptions to the connection seem to break the download and require it to be started again. This is noticeable whilst travelling with e.g. train wifi or mobile hotspot. ![image](https://user-images.githubuserco...
{ "assignee": null, "comments": 0, "created_at": "2022-06-19T10:11:36Z", "creator": "lukesdm", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 1179, "state": "open", "title": "'quarto install tool' Fails on Flaky Connections", "url": "https:...
I'm working on a paper that includes many tables in an appendix section. Some tables are too large to be output on a single portrait-oriented page. A standard practice in my field is to present tables in rotated format — not changing the portrait/landscape orientation of the page, but simply rotating the table. I...
{ "assignee": null, "comments": 1, "created_at": "2022-06-18T18:38:26Z", "creator": "SEthanMilne", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1177, "state": "open", "title": "Feature Request: Additional formatting options for markdown tables", "url"...
@cscheid For our stable release I wanted to take the final patch release of Deno 1.22 (v1.22.3, we are currently back at 1.22.0). I have so far done the following: - Updates configuration for Deno 1.22.3 - Updates the embedded standard library for quarto run to 0.143.0 (the version that was released with Deno 1.22....
{ "assignee": "cscheid", "comments": 4, "created_at": "2022-06-18T13:20:49Z", "creator": "jjallaire", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0", "number": 1175, "state": "closed", "title": "Update to Deno 1.22.3", "url": "https://github.com/quarto-dev/quarto-cli...
### Bug description Hi, I'm maintainer of Arch Linux package `quarto-cli` (0.9.594 currenly). Few days ago deno was updated there to 1.23.0 With the new Deno version I'm getting half a dozen of errors during the build: ``` ../dist/bin/tools/deno run --unstable --allow-env --allow-read --allow-write --allow-run --all...
{ "assignee": null, "comments": 13, "created_at": "2022-06-18T04:37:41Z", "creator": "trap000d", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 1174, "state": "open", "title": "Couldn't build against Deno 1.23.0 ", "url": "https://github.co...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1172 <div type='discussions-op-text'> <sup>Originally posted by **harrelfe** June 17, 2022</sup> I specify cap-location: margin in my Quarto book yaml. For the few figures that have multiple panels this causes the figures to no longer be rend...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-06-17T21:44:11Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.4", "number": 1173, "state": "open", "title": "How to override format: html: cap-location: margin", "...
### Bug description At https://datasciencebox.org/, if you switch between pages in the navbar, the `page-footer` jumps/flickers. The page is built via a GitHub action but I observe the same behaviour when rendered with dev-quarto as well. ### Checklist - [X] [formatted your issue](https://yihui.org/issue/#please-for...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-06-17T15:57:44Z", "creator": "mine-cetinkaya-rundel", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1169, "state": "closed", "title": "page-footer jumps/flickers when switching bet...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1166 <div type='discussions-op-text'> <sup>Originally posted by **linogaliana** June 17, 2022</sup> Hi, `callouts` are a really nice feature. I have seen in the doc that currently Jupyter Notebooks are not supported (https://quarto.org/docs...
{ "assignee": null, "comments": 4, "created_at": "2022-06-17T11:13:41Z", "creator": "jjallaire", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1167, "state": "open", "title": "Callout boxes for ipynb output", "url": "https://github.com/quarto-dev/quart...
### Bug description This one has me scratching my head! I have an [example notebook on Observable](https://observablehq.com/d/4edbbf49c9c105af) based on the [Synchronised Inputs](https://observablehq.com/@observablehq/synchronized-inputs?collection=@observablehq/inputs) notebook. In my example, each of three buttons s...
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-06-17T06:19:51Z", "creator": "jimjam-slam", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1164, "state": "closed", "title": "Buttons that alter several other inputs not rendering", "...
### Bug description I made a GitHub action to update https://rlille.fr website built with Quarto. I wanted to check the latest updates in Quarto. It appears from the automatic PR (https://github.com/RLille/rlille.fr/pull/8), that now `og:description` and `twitter:description` content are truncated for some reason ...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-06-16T13:38:03Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1163, "state": "closed", "title": "`og:description` and `twitter:description` content truncat...
### Bug description When using `pptx` as an output format, `mermaid` isn't rendering. A minimal `.qmd` file with an example is below: ```` --- title: "Mermaid not rendering" format: pptx --- ## Mermaid won't render ```{mermaid} graph LR A[Hello] --> B[World] ``` ```` The resulting PowerPoint cont...
{ "assignee": "cscheid", "comments": 4, "created_at": "2022-06-15T23:21:15Z", "creator": "lucas-a-meyer", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1159, "state": "closed", "title": "Mermaid diagram doesn't render on PowerPoint", "url": "...
### Bug description I'd like to attach a CSS class or to a code chunk: `hello`, or example, or `hello` and `goodbye`. But in my rendered output, the chunk element appears to get `class="cell h e l l o"` or `class="cell h e l l o g o o d b y e"` (note the spaces). Here's my test example: ```` --- title: "Test d...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-06-15T06:20:27Z", "creator": "jimjam-slam", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1157, "state": "closed", "title": "Classes option on code chunk explodes input class with spac...
Consider the following code cells in a quarto-document: ```` ## Welcome {.unnumbered} ```{r} my_list = list(1, 2, 3) typeof(my_list) ``` ```{python} my_list = [1, 2, 3] type(my_list) ``` ```` Would it be possible to add a flag to `quarto` that specifies only _R_ code chunks be written/evaluated? e...
{ "assignee": null, "comments": 3, "created_at": "2022-06-14T21:55:01Z", "creator": "coatless", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1156, "state": "open", "title": "[feature request] Option to extract a single language code chunks from a multi-...
It is not that uncommon to refer to citations within something already in parentheses or to have the citation in parentheses along with a cross reference to a table, figure, or equation. In those cases it can be nice to separate each element by a semi-colon rather than having back to back parentheses e.g. "(Figure 3; N...
{ "assignee": null, "comments": 0, "created_at": "2022-06-14T19:30:59Z", "creator": "ailich", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1155, "state": "open", "title": "Supress parentheses around specific citations [Feature Request]", "url": "https...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1150 <div type='discussions-op-text'> <sup>Originally posted by **olivroy** June 14, 2022</sup> It might be a good idea to control table font size In a chunk ```{r} #| tbl-font-size: "80%" knitr::kable(head(mtcars)) ``` Sometimes for...
{ "assignee": "jjallaire", "comments": 0, "created_at": "2022-06-14T18:20:55Z", "creator": "jjallaire", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1153, "state": "open", "title": "Table font size", "url": "https://github.com/quarto-dev/quarto-cli/is...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1149 <div type='discussions-op-text'> <sup>Originally posted by **ma-riviere** June 14, 2022</sup> Hello Quarto, I'm wondering if there is a way to make Quarto (or Pandoc) use more threads/cores ? I'm currently compiling a document to HT...
{ "assignee": null, "comments": 10, "created_at": "2022-06-14T18:18:54Z", "creator": "jjallaire", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1152, "state": "open", "title": "Long render times", "url": "https://github.com/quarto-dev/quarto-cli/issues...
### Bug description It seems that the crossref is not being converted to python notebook format when using `quarto convert`. A MRE is as follows, ````md --- title: Ref in converted `ipynb` --- ```{python} # a code chunk print("See below") ``` $$ E = mc^2 $$ {#eq-example} See an example, @eq-exampl...
{ "assignee": null, "comments": 2, "created_at": "2022-06-14T16:33:03Z", "creator": "juliantao", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 1151, "state": "closed", "title": "`quarto convert`: crossref not converted to ipynb format", "url":...
I no longer have the prompt (or the preview panel) that ask where to preview the generated HTML file either Windows 10 / MacOS 12.4, while I stil have it within a Docker container running Debian. The settings were not modified (*i.e.*, default). Any idea, how to fix this, if not on quarto-vscode side? <img width="366...
{ "assignee": "jjallaire", "comments": 7, "created_at": "2022-06-14T13:58:48Z", "creator": "mcanouil", "is_pull_request": false, "labels": [ "needs-repro" ], "locked": false, "milestone": "Future", "number": 1154, "state": "closed", "title": "Preview no longer available in VSCode", "url": ...
### Bug description Hello, Somewhere between 0.9.426 and 0.9.580 Quarto has stopped processing multiplexed revealjs presentations correctly and the `*-speaker.html` file is no longer presenting correctly - there's no slides etc it's just a single document, e.g.: ![image](https://user-images.githubusercontent.com...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-06-14T13:55:57Z", "creator": "py9mrg", "is_pull_request": false, "labels": [ "bug", "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1148, "state": "closed", "title": "Revealjs - multiplexing no longer functi...
### Bug description Rendering a qmd file like the following will leave a file named `qmdfilename_files/figure-docx/mermaid-figure-1.png`. If this is the expected behavior, it would be a good idea to write to .gitignore to exclude these files. ````qmd --- title: "Untitled" format: docx --- ```{mermaid} fl...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-06-14T10:18:24Z", "creator": "eitsupi", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1146, "state": "closed", "title": "Rendering files containing mermaid code blocks to docx leaves t...
### Bug description When both `toc: true` and `number-sections: true` are set, the section number is added twice in the ToC, resulting in dead links when one clicks on them in the ToC. Small reproducible example (running under quarto `v0.9.566` and RStudio `2022.02.3 Build 492` on macOS Monterey) ``` --- title: ...
{ "assignee": "dragonstyle", "comments": 9, "created_at": "2022-06-14T07:39:55Z", "creator": "astamm", "is_pull_request": false, "labels": [ "bug", "crossref" ], "locked": false, "milestone": "v1.4", "number": 1145, "state": "open", "title": "ToC does not play well when sections are numb...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1140 <div type='discussions-op-text'> <sup>Originally posted by **fuhrmanator** June 13, 2022</sup> I'm using SVG a lot in my markdown, and it renders nicely (most of the time) in PDF by way of `rsvg-convert` part of the LaTeX chain: > (rsv...
{ "assignee": null, "comments": 1, "created_at": "2022-06-14T03:16:58Z", "creator": "jjallaire", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1144, "state": "open", "title": "How to specify other SVG conversion tools (Inkscape) into the chain", "url":...
### Bug description I am unable to use `cat()` to print computed output from in-line R code, even though it works in a code chunk. Example `qmd` file: ````--- title: "test" format: html execute: results: asis --- <!-- nothing shows up --> `r cat("hello")` <!-- prints --> `r "no cat here"` ```{r...
{ "assignee": null, "comments": 6, "created_at": "2022-06-14T02:04:51Z", "creator": "joelnitta", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1143, "state": "closed", "title": "cannot use `cat()` to print output from in-line R code", "url": "https://githu...
### Bug description Sometime prior to 0.9.577 my book project would generate PlantUML/GraphViz images using pandoc's official diagram filter with no troubles, if I used the `self-contained: true` in the html part of the .yml. It seems to be broken now. Instead of `data:` uri's for the filter-generated SVGs, I get ...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-06-13T22:42:40Z", "creator": "fuhrmanator", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1142, "state": "closed", "title": "The `self-contained: true` setting in the _quarto.yml i...
### Bug description When using a footnote inside a figure caption, Quarto crashes. I'm converting a pandoc book to Quarto, and I was previously able to use a footnote inside a caption in Pandoc: ```markdown ![Here's a caption[^1].](images/example.jpg) [^1]: Here's a footnote. ``` But it crashes when I tr...
{ "assignee": null, "comments": 1, "created_at": "2022-06-13T20:15:54Z", "creator": "fuhrmanator", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 1141, "state": "open", "title": "Footnote in figure caption crashes PDF render", "url": "https...
I use the dropdown menu in the main navigation to link the related blog posts/listing categories. However, only the first one could automatically refresh the page. Following categories do not automatically refresh the page when clicking and I have to click return to refresh it.
{ "assignee": null, "comments": 2, "created_at": "2022-06-13T16:17:56Z", "creator": "drganghe", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1139, "state": "closed", "title": "Category tags do not refresh page in the dropdown memu", "url": "https://gi...
Quarto's custom date format can provide the time zone, but only as UTC offset (e.g. `-6:00`) rather than the time zone name/abbreviation (e.g. `PDT` or `Pacific Daylight Time`). ### Checklist - [X] [formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier for us to read?...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2022-06-13T16:04:20Z", "creator": "connorp", "is_pull_request": false, "labels": [ "bug", "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1138, "state": "closed", "title": "Time Zone abbreviation rather than UTC ...
### Bug description When I widen the browser, the page follows the left side instead of being centered as shown in the attached screenshot. I do not understand under what conditions this occurs, as it does not happen in my other projects. ![image](https://user-images.githubusercontent.com/50911393/173335231-7ea1526...
{ "assignee": null, "comments": 3, "created_at": "2022-06-13T10:38:19Z", "creator": "eitsupi", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 1137, "state": "open", "title": "Expand the web site, then move to the left side", "url": "https:/...
### Bug description I noticed that the shorcode example is missing in the reference page. Perhaps the behavior of quarto has changed? https://quarto.org/docs/authoring/includes.html ![image](https://user-images.githubusercontent.com/50911393/173333021-06ce346f-bcc0-4d14-bdf2-9caf96a7d19d.png) ````md --- ti...
{ "assignee": null, "comments": 3, "created_at": "2022-06-13T10:24:19Z", "creator": "eitsupi", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 1136, "state": "closed", "title": "\"include\" shortcode in code blocks are broken", "url": "https://g...
### Bug description Originally reported by @314a here: https://github.com/quarto-dev/quarto-cli/discussions/1033#discussioncomment-2923301 I started writing a post-render script. The stripped down version should render a file to the output folder specified in the _quarto.yml_ file. The following code works well wh...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-06-12T11:54:50Z", "creator": "jjallaire", "is_pull_request": false, "labels": [ "bug", "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1134, "state": "closed", "title": "error running post render script on w...
### Bug description My issue is that quarto cannot found numpy package if the file is rendered in vs code. Works perfectly RStudio, or if a cell is simple ran, but fails if I try to render the file. I enclose a pic about the error message. ![2022-06-11_23 32 26](https://user-images.githubusercontent.com/64445649/17...
{ "assignee": null, "comments": 4, "created_at": "2022-06-11T21:33:52Z", "creator": "MarcellGranat", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 1133, "state": "open", "title": "Error finding numpy in vs code", "url": "https://github.com...
### Bug description # Problem description I am trying to include an RSS feed for my blog listing. This works all fine with the blog setup that you get when you create a new quarto blog from within RStudio. But it breaks if I tweak the landing page. Then, I get ``` ## Error 1 ERROR: PermissionDenied: Zugriff ve...
{ "assignee": "dragonstyle", "comments": 11, "created_at": "2022-06-11T13:04:45Z", "creator": "AlbertRapp", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "v1.2", "number": 1131, "state": "closed", "title": "Access denied with RSS-feed when blog listing is not i...
### Bug description Hi, I would like to give a bug report - I use Quarto book to render a source file (`.qmd`) that lives in a **subdirectory**. - I've found that, **plot output** from that particular file is not included if the output format is `docx`. (but HTML output works fine) ## Example I've created ...
{ "assignee": "jjallaire", "comments": 5, "created_at": "2022-06-11T10:31:17Z", "creator": "Lightbridge-KS", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1130, "state": "closed", "title": "Not include Plot for MS Word output if source file is ...
### Bug description At least on the about page jolla theme seems to break off at the edges when viewed from smart phones. This is also reproduced when using the desktop browser's developer tools. In this image, the site as displayed with `quarto preview` and in the desktop version of Firefox. ![image](https://u...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2022-06-11T04:14:19Z", "creator": "eitsupi", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "Future", "number": 1129, "state": "open", "title": "Edges are not displayed when viewed about page from mobile...
### Bug description Is it possible to add an additional folder when creating a Website at `output-dir`? In blogdown the "static" folder could be exported at `output-dir`
{ "assignee": null, "comments": 2, "created_at": "2022-06-10T21:14:28Z", "creator": "Flavjack", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 1127, "state": "closed", "title": "Include \"static\" folder to a webpage", "url": "https://github.co...
### Bug description I have the following listing yaml: ``` title: "Hello" image: "hello.jpg" image-alt: "Image's alt text" ``` The rendered listing page is the following: <img width="875" alt="Screen Shot 2022-06-10 at 4 30 42 PM" src="https://user-images.githubusercontent.com/5965649/173146466-bcd036ff-7...
{ "assignee": null, "comments": 0, "created_at": "2022-06-10T20:39:56Z", "creator": "mine-cetinkaya-rundel", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 1126, "state": "closed", "title": "`image-alt` for listings breaks the image if it contain...
### Bug description ## The issue I believe I found a bug where shared metadata for posts is not shown on listing page of a website, but it is shown on the individual posts. ## Description and minimal example I have a website containing a listing page with the following structure: ```default |- documents/ ...
{ "assignee": null, "comments": 0, "created_at": "2022-06-10T17:39:03Z", "creator": "mccarthy-m-g", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 1125, "state": "closed", "title": "Shared metadata for posts is not shown on listing page", "url"...
### Bug description I'm running into the following error `LaTeX Error: Not in outer par mode` when trying to render a `.qmd` as a `pdf`. The problem only occurs when using `fig-align:` together with `#| fig-cap:`. Removing one or the other option solves the issue. Below is a reproducible example. `````` --- forma...
{ "assignee": "jjallaire", "comments": 3, "created_at": "2022-06-10T16:57:34Z", "creator": "arnaudgallou", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1124, "state": "closed", "title": "Combined use of fig-align and fig-caption results in LaT...
When I render PDF, I want to keep .aux files so that I can do cross referencing using external document with {xr}. The option `keep-tex: true` only keeps .tex files.
{ "assignee": "jjallaire", "comments": 3, "created_at": "2022-06-10T09:50:10Z", "creator": "mattocci27", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0", "number": 1122, "state": "closed", "title": "Question: how can I keep .aux file?", "url": "https://github.com/quar...
It looks like the way `code-link: true` works is through this R script https://github.com/quarto-dev/quarto-cli/blob/f30845bb322ec9bbfcb4b5e6e12887aa902f5fcc/src/resources/rmd/rmd.R If I uninstall one of the dependencies you use there, say, jsonlite, and try and run `quarto render` then I get: ```r [ 1/15] post...
{ "assignee": "jjallaire", "comments": 6, "created_at": "2022-06-09T20:03:45Z", "creator": "DavisVaughan", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1121, "state": "closed", "title": "`quarto render` with `code-link: true` can report an inc...
### Bug description Twitter and open cards aren't properly copying the image file as a resource for images that are only referenced by the twitter/opengraph metadata. We need to contribute the image to the resources when we add in the website-meta post processor. ### Checklist - [ ] [formatted your issue](https://yi...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-06-09T18:16:33Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1120, "state": "closed", "title": "Social Metadata Images Not Being Copied", "url": "htt...
### Bug description Jupyter notebooks wrap dataframe column heading text as needed. When rendering in Quarto the wrap is not maintained so the headers (and the tables) trail off the side of the page. Quarto version: 0.09.495 OS: Windows 11 Pro 22000.675 Input: ``` title: "Wrap Text Column Heading" title-bloc...
{ "assignee": "cscheid", "comments": 2, "created_at": "2022-06-09T17:45:28Z", "creator": "konnerhorton", "is_pull_request": false, "labels": [ "bug", "upstream" ], "locked": false, "milestone": "1.0", "number": 1119, "state": "closed", "title": "Wrap text in column headings - pandas data...
Dataframe headings (produced from a Jupyter/python code cell) show greek symbols: ![Screenshot 2022-06-09 124555](https://user-images.githubusercontent.com/95249835/172901275-97e3338d-d978-4df7-b21c-fb731576232e.jpg) When I use Quarto to render the pdf, column headings are shown with the Latex command: ![Scree...
{ "assignee": "jjallaire", "comments": 4, "created_at": "2022-06-09T17:03:41Z", "creator": "konnerhorton", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0", "number": 1118, "state": "closed", "title": "Greek symbols in dataframe column heading - Quarto output", "url": ...
### Bug description When pasting a piece of text from MSWord in visual mode, some extra lines are included. Linebreaks are also added in the text (at a given width). When pasting the same piece of text in source mode, the result is as expected with no lines or linebreaks added. This seems to be true on Win11 and Mac...
{ "assignee": null, "comments": 1, "created_at": "2022-06-09T16:58:55Z", "creator": "xtimbeau", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 1117, "state": "closed", "title": "pasting from word in visual mode", "url": "https://github.com/quar...
### Bug description Hello, I used the following to install TinyTex in a VSCode terminal on Windows 10.0.19044: ``` quarto tools install tinytex ``` Which outputted: ``` Installing tinytex [>] Downloading TinyTex v2022.05 [>] Unzipping TinyTeX-v2022.05.zip [>] Moving files [>] Verifying tlgpg support [>] ...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-06-09T14:22:06Z", "creator": "ifateri", "is_pull_request": false, "labels": [ "bug", "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1116, "state": "closed", "title": "tinytex installation and location error...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1112 <div type='discussions-op-text'> <sup>Originally posted by **arnaudgallou** June 9, 2022</sup> I can't manage to capitalize a cross-reference by changing the syntax of the inline reference as explained in the [documentation](https://quar...
{ "assignee": "jjallaire", "comments": 2, "created_at": "2022-06-09T08:59:55Z", "creator": "cderv", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": "1.0", "number": 1113, "state": "closed", "title": "Can't capitalize inline cross-references", "url": "https://gi...
### Bug description Is it possible to include Quarto templates in an R Package, as is possible for R Markdown? I've tried following the same methodology as for R Markdown, i.e. I added template resources to inst/quarto/templates, but that doesn't seem to work. I'm working in RStudio, and I'm expecting to select the...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2022-06-08T22:23:17Z", "creator": "Pecners", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "1.0 Formats", "number": 1111, "state": "closed", "title": "Include Quarto templates in R Package", "...
**OS:** Pop!_OS 22.04 LTS x86_64 **Quarto version:** 0.9.550 Minimal example to reproduce error: ```sh quarto create-project mybook --type book ``` Add conditional content to bottom of intro.qmd: ``` # Introduction This is a book created from markdown and executable code. See @knuth84 for additional...
{ "assignee": "dragonstyle", "comments": 11, "created_at": "2022-06-08T20:09:18Z", "creator": "bbartholdy", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1108, "state": "open", "title": "Conditional content error", "url": "https://github.com/quarto-dev...
It would be nice to have the option to show the listing `image` in the actual post as a featured image. This would require getting the sizing and layout correct and I imagine two types of images might be needed: a square one for listing and a rectangular one as a banner on post page.
{ "assignee": null, "comments": 1, "created_at": "2022-06-08T16:55:33Z", "creator": "mine-cetinkaya-rundel", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1105, "state": "open", "title": "Feature request: Show listing `image` on the post as a featured im...
Good morning, I am working on a Python/Django tutorial and I decided to use Quarto to generate the necessary commands. At the moment of generating the tutorial I get the following error ![image](https://user-images.githubusercontent.com/4395506/172636378-ba87aec9-ab8f-4e74-8039-c2db37a27441.png) ![image](https...
{ "assignee": null, "comments": 1, "created_at": "2022-06-08T13:50:49Z", "creator": "5t4t1ck", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1103, "state": "closed", "title": "error: Uncaught ", "url": "https://github.com/quarto-dev/quarto-cli/issues/1103"...
There seems to be a nonsensical tile mixed in with the HTML site listing page (https://quarto.org/docs/websites/website-listings.html). Note that it may disappear if I am editing files while `quarto preview` is running. ## `type: grid` ![image](https://user-images.githubusercontent.com/50911393/172596156-342cb1d...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2022-06-08T10:43:05Z", "creator": "eitsupi", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1101, "state": "closed", "title": "Listing useless items", "url": "https://github.c...
I think we should add some more description in the pages as currently we get not so nice cards when sharing links. Example on https://community.rstudio.com ![image](https://user-images.githubusercontent.com/6791940/172572711-963666c2-cb7c-41e3-a740-3dfb87e77d1d.png) @dragonstyle does description needs to be set o...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-06-08T08:45:48Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0", "number": 1099, "state": "closed", "title": "Setting Open Graph description on pages inside this website ? ", "url": ...
Look at the second aside, before and after switching to Visual mode https://user-images.githubusercontent.com/19150088/172512228-b2469cdb-9a3e-44b7-b497-b01bdc497878.mov Original code in the qmd: ``` --- title: "2022-05-23_locale-revisited" editor_options: chunk_output_type: console --- # Intro ...
{ "assignee": null, "comments": 1, "created_at": "2022-06-08T01:34:28Z", "creator": "DavisVaughan", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1097, "state": "closed", "title": "When switching from Source->Visual, an aside that starts with a link is mangl...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1086 <div type='discussions-op-text'> <sup>Originally posted by **fitzchivalrik** June 7, 2022</sup> I am in the process of porting my latex template for my thesis to quarto, using the `book` template. When using `appendices` in the `book` y...
{ "assignee": null, "comments": 0, "created_at": "2022-06-07T21:23:27Z", "creator": "jjallaire", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1096, "state": "open", "title": "Latex: Possiblity to remove 'Appendices' part title in table of contents", "...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1088 <div type='discussions-op-text'> <sup>Originally posted by **arnaudgallou** June 7, 2022</sup> Here're a few suggestions/recommendations for possible improvements. I couldn't find easy solutions in the documentation to do what follows so...
{ "assignee": "jjallaire", "comments": 8, "created_at": "2022-06-07T21:21:33Z", "creator": "jjallaire", "is_pull_request": false, "labels": [ "crossref" ], "locked": false, "milestone": "Future", "number": 1095, "state": "open", "title": "A few suggestions for cross referencing and text layo...
The last version 0.9.542 for mac OS do not show all the information in the yaml for the author. Fails to display: link to author url affiliation link to affiliation url orcid
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-06-07T20:26:57Z", "creator": "ManuelSpinola", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1094, "state": "closed", "title": "Version 0.9.542 for Mac OS do not show all t...
When a gt table, that has a [`rowname_col`](https://gt.rstudio.com/reference/gt.html) specified, is included in a knitr code chunk that *also* has a `tbl-cap` set, rendering the document to PDF fails with the following error: <details><summary>Terminal output</summary> ``` processing file: t.qmd |...............
{ "assignee": "cderv", "comments": 1, "created_at": "2022-06-07T19:54:08Z", "creator": "salim-b", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0", "number": 1093, "state": "closed", "title": "gt table with `rowname_col` plus `tbl-cap` fails to render as PDF", "url": "...
From the documentation site: > Note that for Jupyter, the cache for a document is invalidated if *any* of the code blocks change. For Knitr, invalidation occurs on a per-cell basis. (emphasis added) It would be great it adding or modifying 1 python cell only invalidates the cache for that specific cell, rather than...
{ "assignee": null, "comments": 4, "created_at": "2022-06-07T17:18:03Z", "creator": "ejolly", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1092, "state": "open", "title": "Feature request: per cell cacheing for python cells", "url": "https://github.co...
Hi, Hope you are well :) The GitHub Action generated page does not display author and date. First image. But the local RStudio generated page renders normally. Second image. <hr> <img width="713" alt="Screen Shot 2022-06-07 at 18 57 56" src="https://user-images.githubusercontent.com/7208830/172427690-7104be8...
{ "assignee": "dragonstyle", "comments": 11, "created_at": "2022-06-07T16:06:37Z", "creator": "sbalci", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1091, "state": "closed", "title": "author and date not displayed in github actions", ...
Dear list members, The last version 0.9.536 for Mac OS do not display the author information specified in the yaml. ``` --- title: "Visualizando datos en escala de Likert" subtitle: Como visualizar datos en escala de Likert image: "likert.png" author: - name: Manuel Spínola url: http://www.icomvis.un...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-06-07T14:36:03Z", "creator": "ManuelSpinola", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1090, "state": "closed", "title": "Version 0.9.536 for Mac OS do not display th...
<!-- Welcome to the quarto GitHub repo! We are always happy to hear feedback from our users. To file a _bug report_, please follow these instructions carefully: <https://yihui.org/issue/#bug-reports> Also, please complete and keep the checklist below in your issue. This helps you know what to check for openin...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-06-07T12:05:31Z", "creator": "Liripo", "is_pull_request": false, "labels": [], "locked": false, "milestone": "v1.1", "number": 1089, "state": "closed", "title": "website toc no number section", "url": "https://github.com/quarto-dev/...
Hi! I'm having issues with subfigures produced by plotly. It seems like the fig-subcap option is not recognized. Instead, the caption is placed to the top right of the figure instead of formatted correctly at the bottom. ## reprex Here's a minimal example to see the difference. ```` ```{r setup, include=FALSE}...
{ "assignee": null, "comments": 2, "created_at": "2022-06-07T10:46:27Z", "creator": "verbalins", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1087, "state": "open", "title": "Using plotly as subfigure output", "url": "https://github.com/quarto-dev/qua...
I'm not sure if this is the best place to ask this, but for some reason after installing the latest version of `quarto` from the website, I'm unable to render or build any documents that contain python cells. If I try using an older version, it no longer works either. I'm not sure if I screwed up something by simply do...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2022-06-07T04:57:23Z", "creator": "ejolly", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": null, "number": 1085, "state": "closed", "title": "Python rendering broke somehow?", "url": "https://...
It seems that `quarto` wants tables to be the way `kable` makes them (piped/markdown style), not the JS chunks produced by, say, `DT::datatable`. `datatable` produces output, but captions and cross-referencing are ignored. Small example: ``` --- title: "test" format: html execute: ec...
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-06-07T04:27:11Z", "creator": "simonjackman", "is_pull_request": false, "labels": [ "enhancement", "crossref", "tables", "triaged-to" ], "locked": false, "milestone": "v1.4", "number": 1084, "state": "open", "title": "DT:...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/712 <div type='discussions-op-text'> <sup>Originally posted by **bbartholdy** April 22, 2022</sup> Hi all, I would like to be able to have my references at the end of each chapter, and only the references that were used in the chapter. I...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-06-06T23:32:56Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "v1.4", "number": 1083, "state": "open", "title": "Per-chapter bibliography for PDF book", "url":...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/409 <div type='discussions-op-text'> <sup>Originally posted by **nurfatimaj** March 12, 2022</sup> Is it possible to use other icon packs, such as [Academicons](https://jpswalsh.github.io/academicons/)? </div>
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-06-06T23:30:54Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [ "enhancement" ], "locked": false, "milestone": "Future", "number": 1082, "state": "open", "title": "Alternative icon packs?", "url": "https://gi...
## Checklist When filing a _bug report_, please check the boxes below to confirm that you have provided us with the information we need. Have you: - [x] [formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier for us to read? - [x] included a minimal, self-contained, ...
{ "assignee": "dragonstyle", "comments": 6, "created_at": "2022-06-06T19:50:53Z", "creator": "pat-s", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": null, "number": 1081, "state": "closed", "title": "`linestretch` option must be a string instead of a nu...
From https://github.com/rstudio/rstudio-pro/issues/3485, it seems that we still download some deno libraries dynamically when importing the vendored puppeteer library. This is probably a bug in our conversion of the `deno vendor` output.
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-06-06T19:15:23Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1080, "state": "closed", "title": "puppeteer vendoring incomplete", "url": "https://git...
Hi, In HTML documents, setting the `apperance="minimal"` or `icon=false` attribute on a callout does not suppress the icon when the callout doesn't contain a header. Same goes for setting `callout-appearance: minimal` or `callout-icon: false` in the global options. This issue does not occur in PDF documents. Repre...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-06-06T14:55:47Z", "creator": "c-zippel", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": null, "number": 1078, "state": "closed", "title": "Callout icons can't be suppressed in callouts with...
Asides formatted using the very nice markdown link syntax `[An aside]{.aside} ` break the XeLaTeX stage of pdf rendering. Rendering a file containing the following: ``` --- title: "Aside bug" --- Some standard text. [An aside]{.aside} ``` Works fine for HTML but gives ``` compilation failed- error ...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-06-06T10:46:50Z", "creator": "steamelephant", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": null, "number": 1077, "state": "closed", "title": "Aside links not working for PDF rendering", ...
## Checklist When filing a _bug report_, please check the boxes below to confirm that you have provided us with the information we need. Have you: - [x] [formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier for us to read? - [x] included a minimal, self-contained, ...
{ "assignee": "dragonstyle", "comments": 18, "created_at": "2022-06-06T09:33:40Z", "creator": "pat-s", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1075, "state": "closed", "title": "PDF book: chapters are falsely grouped within a \"p...
It's a minor issue, but I was wondering if there is a way to define a static picture (png or svg) as a fallback option for an iframe in a reveal.js presentation? Sometimes it could be that some external policy is blocking the loading of the iframe and it would be nice to have something instead on the slide then. My use...
{ "assignee": null, "comments": 2, "created_at": "2022-06-06T09:32:07Z", "creator": "maxpel", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1074, "state": "open", "title": "background-iframe backup option", "url": "https://github.com/quarto-dev/quarto-...
## Checklist When filing a _bug report_, please check the boxes below to confirm that you have provided us with the information we need. Have you: - [x] [formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier for us to read? - [x] included a minimal, self-contained, ...
{ "assignee": "dragonstyle", "comments": 13, "created_at": "2022-06-06T09:24:07Z", "creator": "pat-s", "is_pull_request": false, "labels": [ "verify-fixed" ], "locked": false, "milestone": "1.0", "number": 1073, "state": "closed", "title": "PDF book: main authors are not inferred from `_quar...
It would be very helpful if Quarto had a way to streamline the process of adding academic publications to a page. Something similar to the example below: https://research-group.netlify.app/publication/
{ "assignee": null, "comments": 10, "created_at": "2022-06-06T08:02:27Z", "creator": "drfurtado", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1324, "state": "open", "title": "Option to display academic publications ", "url": "https://github.com/quart...
`revealjs` prioritizes the default syntax highlighting theme even when a value for `highlight-style` is provided, since it places this css for the default highlighting theme in the `<head>` portion of the document. It is especially noticeable for a highlighting theme like `espresso` where the two highlighting themes "m...
{ "assignee": null, "comments": 3, "created_at": "2022-06-05T19:56:47Z", "creator": "adamoshen", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1071, "state": "closed", "title": "`revealjs` prioritizes the default syntax highlighting theme even when `highligh...
## Checklist - [x] [formatted your issue](https://yihui.org/issue/#please-format-your-issue-correctly) so it is easier for us to read? - [x] included a minimal, self-contained, and reproducible example? - [x] documented the quarto version you're running, by providing the output produced by `quarto check` in a ...
{ "assignee": null, "comments": 1, "created_at": "2022-06-05T17:52:33Z", "creator": "hughjonesd", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1069, "state": "closed", "title": "htmlPreserve breaks quarto captions and labels", "url": "https://github.com/q...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1066 <div type='discussions-op-text'> <sup>Originally posted by **eitsupi** June 4, 2022</sup> Recent update (e.g. v0.9.515) seems to show repo-actions on about pages too. Is it possible to turn off repo-actions only on certain pages because...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-06-05T10:37:40Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1067, "state": "closed", "title": "Turn off repo-actions on a page", "url": "https://github.com/quarto...
I'd like to move qmd files (book chapters) to a subdirectory as shown in `_quarto.yml`: ``` book: title: "This is my title from the YAML" author: "Jane Doe" date: "6/2/2022" chapters: - index.qmd - frontmatter/cover.qmd - frontmatter/acknowledgements.qmd - abstract.qmd - toc.qmd...
{ "assignee": null, "comments": 2, "created_at": "2022-06-04T19:40:13Z", "creator": "ramiromagno", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1065, "state": "closed", "title": "Can't place `index.qmd` in subdirectory?", "url": "https://github.com/quarto...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1054 <div type='discussions-op-text'> <sup>Originally posted by **harrelfe** June 3, 2022</sup> In the following the link to a web page works but the tooltip is ignored: --- title: "Test" format: html --- ``` ```{mermaid} flowchart...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-06-04T16:34:55Z", "creator": "cscheid", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1063, "state": "closed", "title": "Improve CSS for mermaid in the presence of tooltips", "url": "https://githu...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/1058 <div type='discussions-op-text'> <sup>Originally posted by **bryanhanson** June 3, 2022</sup> I am using [Goatcounter](https://goatcounter.com) for web page analytics. I just figured out after a month that it is not working. Goatcounte...
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-06-04T16:33:48Z", "creator": "cscheid", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1062, "state": "closed", "title": "double-slash URLs are mistransformed", "url": "https://github.com/quarto-de...
Hey! I am writing a book using Quarto. And I wanted a simple way to reference a chapter or a part of the book. I could just use the Section reference (#sec-...), to reference the first section of the Chapter, so the reader could get to the beggining of the chapter. But the rendered result (like "Section 9.1") would giv...
{ "assignee": null, "comments": 6, "created_at": "2022-06-04T15:55:43Z", "creator": "pedropark99", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1061, "state": "closed", "title": "Feature - Add cross references for chapters/parts of a book", "url": "https:...
When creating a figure div with [subfigures](https://quarto.org/docs/authoring/figures.html#subfigures), the `id` attribute of the *main* figure div is lost in HTML output **as soon as `layout-ncol` is specified**, resulting in broken hyperlinks. Consider the following reproducible example: - Source file: [`t.qmd...
{ "assignee": null, "comments": 2, "created_at": "2022-06-04T15:13:45Z", "creator": "salim-b", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1060, "state": "closed", "title": "Specifying `layout-ncol` breaks main figure div cross-reference link in HTML outpu...
<!-- Welcome to the quarto GitHub repo! We are always happy to hear feedback from our users. To file a _bug report_, please follow these instructions carefully: <https://yihui.org/issue/#bug-reports> Also, please complete and keep the checklist below in your issue. This helps you know what to check for openin...
{ "assignee": null, "comments": 3, "created_at": "2022-06-04T09:28:51Z", "creator": "stefanocoretta", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1059, "state": "closed", "title": "execute-dir is not honoured when running interactively", "url": "https://...
It would be great to add an option to enable the output of a code chunk to be scrollable, and to be able to set the max height of the visible output. The idea would be to be able to set that at the site, document or code chunk level. Currently, we are able to set that at the site level using the following CSS ent...
{ "assignee": null, "comments": 0, "created_at": "2022-06-03T20:00:05Z", "creator": "edgararuiz", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1057, "state": "open", "title": "Add support for code output scrolling", "url": "https://github.com/quarto-d...
I have a qmd file named `appendix_cmd.qmd`: ```qmd # Appendices {.unnumbered} \appendix ``` which does not translate to ``` \part*{Appendices} ``` but to ``` \part{Appendices} ``` In my `_quarto.yml` I do have something like: ```yml book: title: "This is my title from the YAML" ou...
{ "assignee": null, "comments": 3, "created_at": "2022-06-03T19:08:46Z", "creator": "ramiromagno", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1055, "state": "closed", "title": "Question: Can book parts be unnumbered?", "url": "https://github.com/quarto-...
I am writing a PDF book using LaTeX. I have my chapters indicated in `_quarto.yml`: ``` book: title: "This is a title" author: "Jane Doe" date: "6/2/2022" chapters: - index.qmd - cover.qmd - acknowledgements.qmd - resumo.qmd - abstract.qmd - toc.qmd - abbreviations.qmd...
{ "assignee": null, "comments": 1, "created_at": "2022-06-03T04:50:25Z", "creator": "ramiromagno", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1050, "state": "closed", "title": "Question: Do PDF books always require an index.qmd?", "url": "https://github...
Hello, I tried to run some simple `ojs` code in `.qmd` under RStudio IDE but it's showing an error message: ![s1](https://user-images.githubusercontent.com/62991563/171760019-2c49cd0c-1906-4b4c-8179-d42b7af583ac.PNG) `hello.qmd` (https://quarto.org/docs/get-started/hello/rstudio.html) is rendered correctly withou...
{ "assignee": null, "comments": 1, "created_at": "2022-06-03T00:19:31Z", "creator": "rlin0004", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 1049, "state": "closed", "title": "RStudio not recognizing ojs using Quarto", "url": "https://github.com/quarto-de...