page_content
stringlengths
0
46.9k
metadata
dict
Thanks for the ultra cool project! 🙂 Unless I am mistaken (very possible!), it looks like the rendering of quarto from .qmd to .md adds escape characters which prevent the usage of Hugo shortcodes. Here is an example: I have a shortcode in Hugo called a.html that I use with: ``` {{<a "some content">}} `...
{ "assignee": null, "comments": 18, "created_at": "2022-05-15T18:56:08Z", "creator": "prosoitos", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 888, "state": "closed", "title": "[conflict with Hugo]: quarto rendering interferes with Hugo shortcodes", "url"...
Cannot insert image-only page (without a title) into a presentation (unless a workaround is used). See minimal reproducible example [here](https://github.com/donboyd5/mres/blob/main/quarto_pres_imagepage/index.qmd).
{ "assignee": "cderv", "comments": 5, "created_at": "2022-05-15T15:52:54Z", "creator": "donboyd5", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 885, "state": "closed", "title": "Cannot insert image-only page (without a title) into a presentatio...
For a book I want to publish in French, the date appears in the HTML in English: ![image](https://user-images.githubusercontent.com/7606540/168477573-db46feb5-47a3-4ff0-ae24-3ca7169330e1.png) I realize this is not an easy fix, but a solution (that is working in PDF with LaTeX) is to pass the date string in YYYY-M...
{ "assignee": null, "comments": 1, "created_at": "2022-05-15T14:27:48Z", "creator": "fuhrmanator", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 883, "state": "closed", "title": "Date format on web page (HTML) doesn't follow the language settings", "url": ...
Reading the documentation at https://quarto.org/docs/authoring/language.html I get the impression that defining `lang: fr` in the metadata (_quarto.yml) of a project will allow the translations for French to be done for things like "Table des matières" instead of "Table of contents". In fact, this doesn't work in my pr...
{ "assignee": null, "comments": 1, "created_at": "2022-05-15T14:16:26Z", "creator": "fuhrmanator", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 882, "state": "closed", "title": "Can't get \"lang: fr\" to work in _quarto.yml (Book)", "url": "https://github...
I can place an image in `.columns`, but when I try to define a general div with some arbitrary class, text goes in it, but the image is bumped to after the div. Here's an example: ``` --- title: "My talk" author: "jimjamslam" format: revealjs --- ## Test A: custom block :::{.qrcodeblock} Oh hello ...
{ "assignee": "cderv", "comments": 6, "created_at": "2022-05-15T03:01:54Z", "creator": "jimjam-slam", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 877, "state": "closed", "title": "Can't place image in div in revealjs format", "url": "https://github.com/q...
I don't know if there is the possibility to render file with Latex tables, like ``` \begin{table}[h] \centering \begin{tabular}{|c||c|c|c|c|c|c||c|}\hline Variable $X$ & \multicolumn{6}{c||}{Variable $Y$} & \multirow{2}{*}{$n_{i\cdot }$}\\\cline{1-7} values & 1 & 2 & $\ldots$ & $j$& $\ldots$ & $l$ & \\\hline\hl...
{ "assignee": null, "comments": 1, "created_at": "2022-05-14T17:11:55Z", "creator": "dax44", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 876, "state": "closed", "title": "Feature request: latex tables rendering in html documents", "url": "https://github....
Rendering my qmd file I have this warnings ``` /output/chtml/fonts/woff-v2/MathJax_Zero.woff (404: Not Found) /output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff (404: Not Found) /output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff (404: Not Found) /output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular...
{ "assignee": "dragonstyle", "comments": 7, "created_at": "2022-05-14T12:40:27Z", "creator": "dax44", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 875, "state": "closed", "title": "Wrong Mathjax fonts rendering", "url": "https://github.com/quarto-dev/quar...
Is [background-transition](https://revealjs.com/#/16) supported in Quarto? Looking at the Quarto [Docs](https://quarto.org/docs/presentations/revealjs/#color-backgrounds) I did not find any reference to `background-transition` I have tried the following but it does not work. ``` ## Slide Backgrounds {backgroun...
{ "assignee": null, "comments": 2, "created_at": "2022-05-13T18:33:10Z", "creator": "rleyvasal", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 871, "state": "closed", "title": "`background-transition` support for `revealjs`", "url": "https://github.com/qua...
I tried example at https://quarto.org/docs/authoring/diagrams.html ````markdown --- title: "My simple title" format: html --- # Head ```{mermaid} flowchart LR A[Hard edge] --> B(Round edge) B --> C{Decision} C --> D[Result one] C --> E[Result two] ``` ```` and I get this when `quarto rend...
{ "assignee": "cderv", "comments": 7, "created_at": "2022-05-13T12:28:52Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 868, "state": "closed", "title": "Chrome is not found when trying to render document with Graph and it errors", "u...
### Steps to reproduce 1. Generate reference powerpoint template using the documentation command (https://quarto.org/docs/presentations/powerpoint.html) `quarto pandoc -o template.pptx --print-default-data-file reference.pptx ` 2. Setting the reference doc in qmd file ``` --- title: "Quarto Basics" form...
{ "assignee": null, "comments": 4, "created_at": "2022-05-13T11:17:57Z", "creator": "polmonroig", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 867, "state": "closed", "title": "Custom reference-doc renders corrupted Powerpoint file", "url": "https://githu...
Hi everyone, I have a question regarding a somewhat advanced use case: If I have created a project that contains a simple notebook (e.g. `introduction.qmd`) and a parameterised notebook (e.g. `report_by_state.qmd`) whose output is required multiple times with different parameter values is it possible to render the...
{ "assignee": null, "comments": 3, "created_at": "2022-05-13T09:30:10Z", "creator": "p-gw", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 864, "state": "open", "title": "[Question/Feature Request] Parameterised notebooks within projects", "url": "https...
Hi, please see this: The following YAML bring up an error ``` ```{r} #| echo: c(3) month <- "July" str(month) ``` ``` But using an = sign works: ``` ```{r} #| echo= c(3) month <- "July" str(month) ``` ``` https://stackoverflow.com/questions/72217651/quarto-rmarkdown-code-block-to-only-displa...
{ "assignee": null, "comments": 5, "created_at": "2022-05-13T09:03:41Z", "creator": "plukethep", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 863, "state": "closed", "title": "YAML chunk options inconsistent use of : and =", "url": "https://github.com/qua...
Slides without titles currently don't show up on the outline. @jjallaire had mentioned that this worked in v0.2.340, so title-less slides not showing up in the outline might be a regression. I think we had discussed that a title would be constructed for them based on the initial text the slide can find and put somethin...
{ "assignee": null, "comments": 0, "created_at": "2022-05-13T02:39:38Z", "creator": "mine-cetinkaya-rundel", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 862, "state": "open", "title": "Feature request: Show slides without titles in outline", "url": "...
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/853 <div type='discussions-op-text'> <sup>Originally posted by **rgaiacs** May 12, 2022</sup> When I run `quarto render --execute --to html --output-dir public`, I get ``` [17/17] references.qmd Starting conda-env-first-carpal-py kernel...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-05-13T02:31:32Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 861, "state": "closed", "title": "BibTeX file not found in resource path", "url": "https://github.com/...
Related to https://github.com/quarto-dev/quarto-cli/discussions/853 # Minimal Working Example Let's create a new book project: ``` $ quarto create-project mwe --type book Creating project at /tmp/mwe: - Created _quarto.yml - Created index.qmd - Created intro.qmd - Created summary.qmd - Created...
{ "assignee": null, "comments": 5, "created_at": "2022-05-13T01:43:06Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 860, "state": "closed", "title": "BibTeX file not found in resource path", "url": "https://github.com/quarto-dev/qu...
Any plans to support `font awesome` on `revealjs` presentations? It currently does not work. I have tried the following code: ```markdown ## MAKE NOTES ON SLIDES Did you notice the <i class="fa fa-pencil"></i> button? ``` **Result:** ![fa](https://user-images.githubusercontent.com/61335136/168174337-f...
{ "assignee": null, "comments": 2, "created_at": "2022-05-12T21:55:58Z", "creator": "rleyvasal", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 859, "state": "closed", "title": "`font awesome` on `revealjs` presentation", "url": "https://github.com/quarto-...
xwiki is [supported](https://cs.github.com/quarto-dev/quarto-cli?q=xwiki), but not [documented](https://quarto.org/docs/output-formats/all-formats.html#wikis). Atlassian seems to have dropped support for Jira wiki markup, OTOH, so it may not be worth supporting? > We’ve removed wiki markup from the new editor in...
{ "assignee": null, "comments": 1, "created_at": "2022-05-12T19:06:28Z", "creator": "dpprdan", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 858, "state": "closed", "title": "XWiki supported but not documented?", "url": "https://github.com/quarto-dev/quart...
Hi! We've been having issues with .ipynb files that have Holoviews/Bokeh - these often take a long time to `quarto preview` in our JupyterHub, and also with our GitHub Action. We've encountered this before and likely chatted about it but wanted to revisit – Here are a few example notebooks where we are seeing th...
{ "assignee": null, "comments": 6, "created_at": "2022-05-12T15:42:27Z", "creator": "jules32", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 857, "state": "closed", "title": "quarto preview with .ipynb - issue parsing with Javascript/CSS? (Holoviews/Bokeh)",...
action-links [are not shown](https://github.com/quarto-dev/quarto-cli/blob/e1a9c37d251be33c9828a8c861dd8ffa64b3d7c4/src/project/types/website/website-navigation.ts#L553) if the current page has no table of contents, e.g. because it contains no sub-headings.
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-05-12T09:54:35Z", "creator": "nichtich", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 852, "state": "closed", "title": "action-links are not shown if page has not toc", "url": "https://github...
I experienced the fact that the `title` put in YAML options is not rendered in `ipynb` output format. I think that parsing the title, when it exists, into a level one header at the beginning of the file might be useful. I came across the following python code to tweak the `qmd` file, it can be used as an inspirati...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2022-05-12T07:47:10Z", "creator": "linogaliana", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 851, "state": "closed", "title": "Parsing of YAML options for ipynb output", "url": "https://github.co...
Hi, once again thanks a lot for `quarto` which is an excellent tool. I tried to use `folium` with `quarto` to build a `Python` course website. The output format is `hugo`. Instead of the map the python block should have produced, this message appeared: > Make this Notebook Trusted to load map: File -> Trust Note...
{ "assignee": null, "comments": 3, "created_at": "2022-05-12T07:13:07Z", "creator": "linogaliana", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 850, "state": "closed", "title": "Untrusted jupyter notebook when using JS for hugo format", "url": "https://gi...
I just started using quarto-mode.el (thank you). When running quarto-preview, I notice that Emacs uses the --no-watch-inputs flag so that it doesn't re-render when files are updated. HOwever, it does still print the message: ``` Output created: a.html Watching files for changes Browse at http://localhost:70...
{ "assignee": "cscheid", "comments": 5, "created_at": "2022-05-11T21:58:11Z", "creator": "sje30", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 848, "state": "open", "title": "--no-watch-inputs", "url": "https://github.com/quarto-dev/quarto-cli/issues/...
Firstly, many thanks for the fantastic package you are developing! I am following from @athulsudheesh's [comment](https://github.com/quarto-dev/quarto-cli/issues/556#issuecomment-1098078841) in #556, to request a new feature for custom callout boxes. One use case I have in mind is for exercises in books or course...
{ "assignee": "dragonstyle", "comments": 12, "created_at": "2022-05-11T16:38:46Z", "creator": "tavareshugo", "is_pull_request": false, "labels": [ "enhancement", "callouts" ], "locked": false, "milestone": "Future", "number": 844, "state": "open", "title": "Custom callout boxes", "url"...
I tried to render a qmd file containing a mermaid code block. ```shell $ uname -a Linux a47352c79461 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux $ quarto -v 0.9.385 $ quarto tools install chromium Installing chromium Installation successful $ quarto ...
{ "assignee": null, "comments": 15, "created_at": "2022-05-11T10:31:03Z", "creator": "eitsupi", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 842, "state": "closed", "title": "quarto does not recognize chromium installed by the `quarto tools install chromium...
Hi, guys! I'm new with `quarto` in `RStudio`. I need to generate an `.docx` with justified text and Times New Roman font (or similar in Linux). To justify a `html` file with `.rmd` I used to put `<div style="text-align: justify">` at the begin of the file and close with `</div>`. But this is not working with `...
{ "assignee": null, "comments": 2, "created_at": "2022-05-10T20:57:33Z", "creator": "rtheodoro", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 841, "state": "closed", "title": "How can I justify my article in .docx and change the default font?", "url": "ht...
Consider this reprex: ```` --- title: "test-highlighting" format: html engine: knitr highlight-style: github theme: light: flatly dark: darkly --- ```{r} r = 1 + 2 + 3 ``` ```` The important bits are `highlight-style: github` and the custom themes. If I render this to HTML, I get the expected G...
{ "assignee": null, "comments": 5, "created_at": "2022-05-10T14:03:07Z", "creator": "cbrnr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 840, "state": "closed", "title": "Publishing resets `highlight-style`", "url": "https://github.com/quarto-dev/quarto-...
In a Quarto document, I have an iframe which initially points to a file on disk named loading.html, but then after a small amount of time, there is JS code replaces the URL with another one. If this change happens quickly, the Quarto server shuts down and displays this error message: ``` ERROR: connection closed be...
{ "assignee": null, "comments": 2, "created_at": "2022-05-09T21:12:45Z", "creator": "wch", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 839, "state": "closed", "title": "Web server shuts down too eagerly when error occurs", "url": "https://github.com/quar...
Maybe this is for RStudio instead(?) Have not until today used RStudio for a presentation; experimenting with quarto and reveal.js. MS Powerpoint has a really great feature - an outline view that lets you type slide titles one after another, and then indent or not. Each slide title results in a new slide; if inde...
{ "assignee": null, "comments": 1, "created_at": "2022-05-09T12:12:08Z", "creator": "donboyd5", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 836, "state": "open", "title": "Desired feature: Editable outline view in RStudio, for presentations, similar to...
Reported in https://community.rstudio.com/t/how-to-avoid-margin-references-being-placed-on-top-of-each-other-in-quarto/136439 ````markdown --- format: html reference-location: margin --- Lorem ipsum dolor sit amet, consectetur[^1] adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna a...
{ "assignee": null, "comments": 2, "created_at": "2022-05-09T09:31:29Z", "creator": "cderv", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 834, "state": "closed", "title": "Reference in margin not correctly placed when long reference and small paragraph", ...
I have installed Quarto on MacOs without issue. However, installation on Windows requires a person to add Quarto path Environment Variables. It may be worthwhile to add a note to the Windows installation guide to assist new users.
{ "assignee": null, "comments": 3, "created_at": "2022-05-09T07:22:07Z", "creator": "SivuyileNzimeni", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 832, "state": "closed", "title": "Windows Installation", "url": "https://github.com/quarto-dev/quarto-cli/i...
For some reason, setting width or height for figures in reveal.js presentations gets ignored. I have a centered figure: `![](extended_analysis_both.svg){fig-align="center"}` And I would like to make it larger, but that has no effect: `![](extended_analysis_both.svg){fig-align="center" width="150%"}` I also ...
{ "assignee": null, "comments": 3, "created_at": "2022-05-08T17:28:14Z", "creator": "maxpel", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 829, "state": "closed", "title": "Make figures as large as possible in reveal.js presentations", "url": "https://git...
Hello, I am migrating from bookdown to quarto book and I have used a lot of `\begin{equation}` and sometimes `\begin{align}`. I get how to label the equations starting by `$$` from the [documentation](https://quarto.org/docs/authoring/cross-references.html#equations). But it doesn't work when I add the label after `...
{ "assignee": null, "comments": 10, "created_at": "2022-05-07T20:18:37Z", "creator": "mghassany", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 828, "state": "closed", "title": "labeling equation in `\\begin{align}`", "url": "https://github.com/quarto-dev/...
As the title says, when the filename is suffixed with `qmd`, the compiled html has no theme(default setting). In this case only if I add `standalone: true` to the yaml will the html compile with a theme, or change the file suffix to `md`.
{ "assignee": null, "comments": 4, "created_at": "2022-05-07T19:27:50Z", "creator": "williamlorder", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 827, "state": "closed", "title": "When the filename suffix is qmd, the compiled html has no theme", "url": "h...
Hi all, I'm creating a presentation both with horizontal and vertical slides. When I insert a slide using heading 1, with inside some columns, I have a wrong rendering of the title. ![image](https://user-images.githubusercontent.com/30607/167251164-27d9ca19-4656-4098-aad4-a5e957e526bd.png) A slide with column...
{ "assignee": null, "comments": 6, "created_at": "2022-05-07T10:53:18Z", "creator": "aborruso", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 824, "state": "closed", "title": "Reveal presentation: strange behavior using columns and heading 1", "url": "http...
Our mappedstring infrastructure should let us provide better error messages than what we do currently: https://twitter.com/PollsAndVotes/status/1522715026456559618
{ "assignee": "cscheid", "comments": 1, "created_at": "2022-05-07T01:17:16Z", "creator": "cscheid", "is_pull_request": false, "labels": [ "yaml-validation" ], "locked": false, "milestone": null, "number": 823, "state": "closed", "title": "fix line numbers in yaml error messages", "url": "h...
Hello Quarto ! I have read through the docs on presentation slides and now know about them, including theming in Sass. I made a Sass theme for RLadies group to be added to be a future option for users. I first tried just having the [Sass variables](https://quarto.org/docs/presentations/revealjs/themes.html#sa...
{ "assignee": null, "comments": 4, "created_at": "2022-05-06T23:44:56Z", "creator": "PythonCoderUnicorn", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 822, "state": "open", "title": "RLadies theme ", "url": "https://github.com/quarto-dev/quarto-cli/is...
With the YAML option `fig-pos: 'h'`, the following chunk ``` ::: {#fig-somefigure} ![](figures/somefile) A caption ::: ``` leads to the following invalid LaTeX code which fails to compile due to the nested figure environments. ``` \begin{figure} {\centering \begin{figure}[ht!] {\centering \...
{ "assignee": null, "comments": 3, "created_at": "2022-05-06T22:26:49Z", "creator": "lbelzile", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 821, "state": "closed", "title": "Quarto not rendering proper LaTeX code when specifying option `fig-pos` [PDF]", ...
I use Quarto (and previously just pandoc) at work to write docs that often include LaTeX math blocks. Unfortunately for me, to get anyone to read them, I have to convert them to Google Docs. That often works fine by rendering as .docx, uploading the doc, and converting it to a Google Doc. However, I usually have iss...
{ "assignee": null, "comments": 3, "created_at": "2022-05-06T18:36:27Z", "creator": "ajfriend", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 818, "state": "open", "title": "Option to render display math blocks as images?", "url": "https://github.com/q...
Currently it seems that (at least by default), a callout with a lot of text in it will end up overflowing the page in PDF. That is, ```markdown --- title: A title format: pdf --- Here is an example of a long box: :::{.callout} ... (many lines of text here) ... ::: ``` will lead to the contents of ...
{ "assignee": "dragonstyle", "comments": 2, "created_at": "2022-05-06T17:21:46Z", "creator": "postylem", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 817, "state": "closed", "title": "In PDF, long callouts overflow the page.", "url": "https://github.com/q...
Adding a pause to an `iframe` in `revealjs` slides makes the image squeezed **Code to replicate** ``` . . . <iframe class="stretch" src="plot.html"> </iframe> ``` **Screenshots** ![Plot without delay](https://user-images.githubusercontent.com/61335136/167176210-02eabe4a-1e57-4189-9862-ad422c629d6f.PNG) ...
{ "assignee": null, "comments": 2, "created_at": "2022-05-06T16:46:33Z", "creator": "rleyvasal", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 816, "state": "open", "title": "Adding pause/delay `. . . ` to `iframe` in `revealjs` slides squeezes html i...
Hi, I would like to know if it is possible to enumerate the parts in a quarto book ? Also, if it is possible to make the part name unclickable and the chapters non indented, like in bookdown. Thanks
{ "assignee": null, "comments": 3, "created_at": "2022-05-06T11:02:19Z", "creator": "mghassany", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 815, "state": "open", "title": "Parts in quarto book", "url": "https://github.com/quarto-dev/quarto-cli/issue...
Quarto version windows 0.9.364 Rstudio RStudio 2022.02.2+485 "Prairie Trillium" Release (8acbd38b0d4ca3c86c570cf4112a8180c48cc6fb, 2022-04-19) for Windows ![image](https://user-images.githubusercontent.com/18226229/167084612-44b2a424-bc92-490b-8560-1e82b8a942c1.png)
{ "assignee": null, "comments": 1, "created_at": "2022-05-06T07:14:33Z", "creator": "wilcar", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 813, "state": "closed", "title": "reveal js wide parameter give me a blank presentation", "url": "https://github.com...
The example at https://quarto.org/docs/authoring/figures.html#figures doesn't demonstrate the use of `fig-subcap`.
{ "assignee": null, "comments": 1, "created_at": "2022-05-06T05:34:53Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 812, "state": "closed", "title": "Improve example of figures produced by executable code blocks to include subcaption...
Related issue: https://github.com/quarto-dev/quarto-cli/issues/90 Thanks for all the fabulous work. Would be possible to allow users to place the subfigure caption indicator at the top left corner of the image and keep the figure caption at the bottom? For example, ``` --- fig-sub-cap-location: top fig-s...
{ "assignee": null, "comments": 2, "created_at": "2022-05-06T05:27:20Z", "creator": "rgaiacs", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 811, "state": "open", "title": "Subfigure caption indicator at the top left corner", "url": "https://github.com...
Rendering of the following doc (both html and pdf) returns an error in `quarto-pre.lua`: ````md --- format: html --- @tbl-iris ```{r} #| label: tbl-iris #| tbl-cap: "95%" kableExtra::kbl(head(iris)) ``` ```` The error is: ![image](https://user-images.githubusercontent.com/38790212/167035195-b812...
{ "assignee": null, "comments": 4, "created_at": "2022-05-05T22:32:09Z", "creator": "selinaZitrone", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 810, "state": "closed", "title": "Using `%` in `tbl-cap` of `kableExtra` table breaks rendering with error in ...
Can the logo be changed to a different part of the slides? It would be great for users to have the ability to change the position of the logo in the slides. For example, I would like to have the logo on top left instead of bottom right (it interferes with controls if used in bottom right) [Quarto documentation]...
{ "assignee": null, "comments": 5, "created_at": "2022-05-05T19:22:17Z", "creator": "rleyvasal", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 809, "state": "closed", "title": "Change position of logo in `revealjs` slides", "url": "https://github.com/quart...
Can the Menu be updated to allow user to change Themes and Transitions on the fly? Menu plugin from https://github.com/rajgoel/reveal.js-plugins can change the theme of the slides and transition right from the menu. ![menu](https://user-images.githubusercontent.com/61335136/167005372-7123b143-38c4-4ccc-84ce-da23...
{ "assignee": null, "comments": 1, "created_at": "2022-05-05T19:03:45Z", "creator": "rleyvasal", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 808, "state": "closed", "title": "Update Menu to include Theme options and Transitions", "url": "https://github.c...
Quarto has been confirmed to run on the various platforms as indicated on [Platform Support](https://www.rstudio.com/about/platform-support/), outside of CentOS7 which is a known issue #61 It would be good to add a minimal automated test for the linux distros on [Platform Support](https://www.rstudio.com/about/plat...
{ "assignee": null, "comments": 1, "created_at": "2022-05-05T18:46:36Z", "creator": "jthomasmock", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 807, "state": "closed", "title": "Add automated testing for platform support", "url": "https://github.com/quart...
I want to get the [fullscreen plugin](https://github.com/rajgoel/reveal.js-plugins) to work with quarto but not enough information is given in the [quarto documentation](https://quarto.org/docs/presentations/revealjs/advanced.html#reveal-plugins) to install the plugin. I copied the `plugin.js` file from https://git...
{ "assignee": null, "comments": 5, "created_at": "2022-05-05T18:46:20Z", "creator": "rleyvasal", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 806, "state": "closed", "title": "Missing Custom `revealjs` Plugins instructions documentation", "url": "https:/...
VSCode giving error "Quarto Installation not found" when trying to render. I am not sure if the following steps to install Quarto is correct because I did not find detail instructions on installation on [Quarto Get Started page](https://quarto.org/docs/get-started/) I followed the next sequence to install Quart...
{ "assignee": null, "comments": 2, "created_at": "2022-05-05T16:00:28Z", "creator": "rleyvasal", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 804, "state": "closed", "title": "Not working on Windows with VSCode? - Missing documentation on installation", "...
Hi Team Quarto, Thank you for this awesome project. I have been absolutely loving the incorporation of Observable into MD - its a real killer combo. Is it possible to turn off the OJS compilation step that mangles/minimizes names? When developing locally you can always tweak an active Quarto session, however, w...
{ "assignee": "cscheid", "comments": 3, "created_at": "2022-05-05T14:40:12Z", "creator": "zachcp", "is_pull_request": false, "labels": [ "ojs-engine" ], "locked": false, "milestone": null, "number": 803, "state": "closed", "title": "Request: allow user to specify \"nomangle\" to OJS code", ...
- I have seen [in the doc](https://quarto.org/docs/projects/quarto-projects.html#render-targets) the following statement : > By default, all valid Quarto input files (.qmd, .ipynb, .md, .Rmd) in the project directory will be rendered, save for ones with a file or directory prefix of . (hidden files) or _ (typically ...
{ "assignee": null, "comments": 2, "created_at": "2022-05-05T08:58:36Z", "creator": "linogaliana", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 802, "state": "closed", "title": "Rendering _index.qmd (hugo) files in quarto projects", "url": "https://github...
I basically never want captions attached to the images in my slide decks. Either I'm showing some data or results, and will be explaining to the audience what the image shows, or the image is decorative. But I also almost always want the image horizontally centered, especially if the point of the slide is to display ...
{ "assignee": null, "comments": 2, "created_at": "2022-05-04T21:00:14Z", "creator": "dhicks", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 799, "state": "closed", "title": "[feature request] Global options for image alignment for revealjs", "url": "https:...
When using [hugo format](https://quarto.org/docs/output-formats/hugo.html), I experienced that title and date will be duplicated in output. They will be present two times: once in the YAML but also in the document. For instance, the example in the document ~~~markdown --- title: Hello, Quarto date: "2012-04-06...
{ "assignee": null, "comments": 4, "created_at": "2022-05-04T12:19:41Z", "creator": "linogaliana", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 795, "state": "closed", "title": "Title and date can be duplicated in hugo output", "url": "https://github.com/...
Hi, it seems that `quarto` does not read `.Rprofile` file or at least does not activate `renv`. For example, I had to create `_quarto.yml` with ```yml project: execute-dir: project ``` And add `renv::activate()` in the first R chunk to have access to the project R library (_i.e._, to avoid having to sp...
{ "assignee": null, "comments": 2, "created_at": "2022-05-04T09:20:02Z", "creator": "mcanouil", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 794, "state": "closed", "title": "`Quarto` is not working well with `renv`", "url": "https://github.com/quarto-dev...
I'm attempting to use the `meta` shortcode to add a link inside a Div block; however, it doesn't seem to work. Here's a minimal example to demonstrate: ``` --- title: A Minimal Example registration: link: https://github.com/ --- ::: {.tool} <a href="{{< meta registration.link >}}"> Sign Up </a> ::: ``...
{ "assignee": null, "comments": 5, "created_at": "2022-05-03T22:06:55Z", "creator": "mccarthy-m-g", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 792, "state": "closed", "title": "Using `meta` shortcode with Div blocks and HTML", "url": "https://github.com...
With version `0.9.347` (2 hours old), I get a strange behavior of code chunks in lists (only tested with knitr engine): The first code chunk in list is rendered badly. The following qmd file: ```` --- title: Blah --- Blah blah ```{r} 1 + 1 ``` * The same in a list: ```{r} 1 + 1 ...
{ "assignee": null, "comments": 7, "created_at": "2022-05-03T16:27:31Z", "creator": "lahvak", "is_pull_request": false, "labels": [ "bug" ], "locked": false, "milestone": null, "number": 789, "state": "closed", "title": "Code chunks in lists again", "url": "https://github.com/quarto-dev/qu...
@dpastoor Thanks for working on making quarto available on arm chips (https://github.com/quarto-dev/quarto-cli/pull/237) Quarto is a great new tool and I'd love to provide access to my students through docker. Works fine on AMD processors but more and more of my students have M1 macs. I found that using the arm buil...
{ "assignee": null, "comments": 27, "created_at": "2022-05-01T06:11:07Z", "creator": "vnijs", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 781, "state": "closed", "title": "Quarto in docker aarch64", "url": "https://github.com/quarto-dev/quarto-cli/is...
Hi, many collaborators like to use MS word when writing the paper. It would be nice to have a bidirectional workflow that allows: write in qmd -> word -> edit in word -> back to qmd So it would be easier to incorporate the editing from collaborators. For R markdown, there is already a usable package `redoc` fo...
{ "assignee": null, "comments": 2, "created_at": "2022-04-30T21:17:41Z", "creator": "albert-ying", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 780, "state": "open", "title": "Bidirectional workflow for `qmd` and MS word?", "url": "https://github.com/...
You can see this in action here if you make the browser window narrow https://blog.djnavarro.net/posts/2022-03-04_data-types-in-arrow-and-r/ From Charles: > We probably are trying to put it on the collapsed 'sidebar' but there is no sidebar <img width="1920" alt="Screen Shot 2022-04-30 at 3 59 02 PM" src="http...
{ "assignee": null, "comments": 1, "created_at": "2022-04-30T20:03:10Z", "creator": "DavisVaughan", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 779, "state": "closed", "title": "quarto-blog: Post titles are lost when put in narrow mode", "url": "https://...
References are not rendering in a quarto blog post. I have the references.bib file in the folder of the post but is not rendered in the html output. In my YAML I have: bibliography: references.bib
{ "assignee": null, "comments": 2, "created_at": "2022-04-30T12:52:34Z", "creator": "ManuelSpinola", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 775, "state": "closed", "title": "quarto-blog: references are not rendering in a blog post ", "url": "https:/...
<img width="353" alt="Screen Shot 2022-04-30 at 14 11 15" src="https://user-images.githubusercontent.com/4462211/166105017-7897df7b-8210-4a97-87b4-2ba6cafe224e.png">
{ "assignee": null, "comments": 1, "created_at": "2022-04-30T12:12:20Z", "creator": "jeremiahpslewis", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 774, "state": "closed", "title": "Default PDF (book project) figure settings lead to very large images, lots ...
On https://quarto.org/docs/authoring/shortcodes.html I see that tweet shortcodes are on the todo list. I just want to say that I will use them as soon as they are available! If you can point me in the right direction I can also start on a PR for this.
{ "assignee": null, "comments": 6, "created_at": "2022-04-29T18:58:55Z", "creator": "alexpghayes", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 765, "state": "open", "title": "Shortcodes for embedding tweets", "url": "https://github.com/quarto-dev/qua...
When chunk options start with `.`, e.g. `.value = "foo"`, they become part of the `.cell` fenced div. Then pandoc fails to render the fenced divs because `.value` is an invalid HTML attribute name. Here's a very minimal and contrived reprex: ````markdown --- title: "Reprex dots in chunk opts" format: html eng...
{ "assignee": null, "comments": 1, "created_at": "2022-04-29T13:50:16Z", "creator": "gadenbuie", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 762, "state": "closed", "title": "knitr chunk option that start with `.` break output", "url": "https://github.co...
Is it possible to display the full content of blog posts on a listing page? Or better yet, the full content of just the latest blog post? I have the Calculated Risk blog in mind: https://www.calculatedriskblog.com/ I've looked at the custom listings [documentation](https://quarto.org/docs/websites/website-listings...
{ "assignee": null, "comments": 2, "created_at": "2022-04-29T11:02:09Z", "creator": "DrewArnold1", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 761, "state": "open", "title": "Quarto blog: displaying full blog post content on listing page", "url": "ht...
I just installed the latest Preview release and now I get the following error when I try to render a Quarto document (default document from New File -> Quarto Document): > Error running filter /Applications/quarto/share/filters/rmarkdown/pagebreak.lua: > cannot open /Applications/quarto/share/filters/rmarkdown/page...
{ "assignee": null, "comments": 2, "created_at": "2022-04-29T07:31:45Z", "creator": "WillemSleegers", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 759, "state": "closed", "title": "pagebreak.lua: No such file or directory", "url": "https://github.com/quar...
Quarto-Project dosen´t work on an unc-path
{ "assignee": null, "comments": 5, "created_at": "2022-04-29T06:14:09Z", "creator": "Rathpete", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 758, "state": "open", "title": "Quarto-Project under unc-path", "url": "https://github.com/quarto-dev/quarto-c...
### An reproducible example 1. create skeleton quarto book. 2. add `lang: zh` to `_quarto.yml`. 3. Click `Render Book` button to build PDF document. ### partial log ``` pandoc to: latex output-file: index.tex standalone: true toc: true number-sections: true top-level-division: ch...
{ "assignee": null, "comments": 15, "created_at": "2022-04-29T04:32:39Z", "creator": "XiangyunHuang", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 757, "state": "closed", "title": "Package babel Error: There is no ini file for the requested language", "ur...
I've just discovered Quarto and it looks like the answer to all my bugbears! You're my heroes! So much so that I want to abandon the Hugo Wowchemy website I've been working on for a week and start again with Quarto, but when I try: New Project > New Directory > Quarto Project > and choose "Type: Website" I get: "...
{ "assignee": null, "comments": 2, "created_at": "2022-04-28T19:47:41Z", "creator": "jslingsby", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 756, "state": "closed", "title": "New Quarto Project \"Type:Website\" ERROR: Unsuppported project type site", "ur...
Hello, I'm trying to increase the max-width value in a quarto markdown. I would like the content of my document to fill my screen instead of being confined within roughly less than half of it. I carefully read the documentation, however, the only time I've succefully managed to increase the width was when setting the...
{ "assignee": null, "comments": 2, "created_at": "2022-04-28T09:42:56Z", "creator": "privatedeal2017", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 751, "state": "closed", "title": "Setting max-width", "url": "https://github.com/quarto-dev/quarto-cli/issu...
Hi, I have a .qmd document which have both R and Python plotting output chunks. When rendering the R plots come out fine but the python plots do not appear. I have attached a repex of my issue [test.qmd.zip](https://github.com/quarto-dev/quarto-cli/files/8581540/test.qmd.zip) . My computing environment is RStudio...
{ "assignee": null, "comments": 7, "created_at": "2022-04-28T09:39:47Z", "creator": "quinfer", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 750, "state": "closed", "title": "combine visual plot output of both python and R chunks", "url": "https://github.c...
Is there or will there be the ability to pass objects between R, Python, Observable? Specifically, I would like to use Python or R to manipulate data and then use an observable plot in a different chunk. Here is a description of what is available in `.Rmd` - https://rpubs.com/keithmcnulty/r_and_python.
{ "assignee": null, "comments": 4, "created_at": "2022-04-28T03:33:18Z", "creator": "hathawayj", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 749, "state": "closed", "title": "Sharing language specific objects in single `.qmd`?", "url": "https://github.co...
It's very important to my coding to allow the book to build even with bugs ... which I will correct later. In my template repo [here](https://github.com/daaronr/dr_quarto_template) I have several errors in the `summary.qmd` file. But in `_quarto.yml` I specify: ``` book: title: "Reinstein's template for Q...
{ "assignee": null, "comments": 4, "created_at": "2022-04-27T22:05:34Z", "creator": "daaronr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 748, "state": "closed", "title": "global 'continue and skip on errors' ... `error: true ` in _quarto.yml not havi...
I see that `quarto render` automatically checks for broken internal links (#41), which is super helpful. It would be great, especially for websites, to also check for broken external links. Someone was recently reading my blogdown blog (which I am porting to Quarto) and they mentioned that they had found a bunch of ...
{ "assignee": null, "comments": 2, "created_at": "2022-04-27T18:17:03Z", "creator": "alexpghayes", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 1319, "state": "open", "title": "Feature request: utility to check for broken external links", "url": "http...
When I switch from source to visual editor in RStudio, my bib keys loose their linkage to the .bib file, and upon rendering they references are not capture in the output. I am not sure if this is a bug or it is my inappropriate usage.
{ "assignee": null, "comments": 8, "created_at": "2022-04-27T14:50:52Z", "creator": "quinfer", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 747, "state": "closed", "title": "Switching from source to visual editor breaks bib key linkage", "url": "https://g...
Hello, So this is a bit of a weird one and it's possible I've missed something obvious. My problem - I don't like the default logo sizes and want to change these. I've found that the key part of the resulting html file is the following css: ```css @media screen and (max-width: 800px) { .reveal .slide...
{ "assignee": null, "comments": 6, "created_at": "2022-04-27T14:27:42Z", "creator": "py9mrg", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 746, "state": "closed", "title": "Insert custom css into revealjs presentation", "url": "https://github.com/quarto-d...
# Goal Render to html and pdf by declaring both formats in YAML header. # Problem Using the GUI Render button only yields output in the format that is mentioned first. # Reproducible Example On RStudio Cloud: https://rstudio.cloud/project/3967937 ``` --- title: "Render to several document formats" ...
{ "assignee": null, "comments": 2, "created_at": "2022-04-27T08:25:45Z", "creator": "larnsce", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 743, "state": "closed", "title": "Render to several formats by declaring them in YAML header", "url": "https://gith...
I know that books can take many qmd files and merge them into one, but is there a format for something like a journal article? Moreover, for that particular use-case what is the purpose of an index file, which seems to be required for rendering a book?
{ "assignee": "dragonstyle", "comments": 8, "created_at": "2022-04-27T03:45:06Z", "creator": "amichuda", "is_pull_request": false, "labels": [], "locked": false, "milestone": "1.0 Formats", "number": 742, "state": "closed", "title": "A way to create a publishable article from multiple qmd files", ...
I have a blog post with a very early footnote. ``` --- title: "using the data twice" subtitle: | todo date: "2020-05-04" bibliography: using-the-data-twice.bib link-citations: yes --- Berna Devezer, Danielle Navarro, Joachim Vandekerckhove, and Erkan Ozge Buzbas recently posted a [pre-print][arxiv], @de...
{ "assignee": "dragonstyle", "comments": 7, "created_at": "2022-04-27T01:45:31Z", "creator": "alexpghayes", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 741, "state": "closed", "title": "Bug: footnotes leaking through onto blog post listing page", "url": ...
```yaml website: site-url: "https://www.quarto.org/" title: "My Document" ``` Will generate invalid paths in the meta tags, like: ``` <meta name="twitter:image" content="https://www.quarto.org//posts/foo.png"> ```
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-04-26T17:33:44Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 737, "state": "closed", "title": "Twitter Card Paths Invalid When Site Url Has Trailing Slash", "url":...
Hi, first time posting an issue on GitHub, so please let me know if this isn't formatted properly. I'm experimenting with Quarto on an M1Max MacBook Pro, using R 4.2.0. When I create a Quarto file to generate a pdf, I'm finding the render process is inserting an extra blank page despite no instructions to do so (e.g...
{ "assignee": null, "comments": 2, "created_at": "2022-04-26T17:03:21Z", "creator": "SEthanMilne", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 736, "state": "closed", "title": "Quarto PDF render adding blank pages", "url": "https://github.com/quarto-dev/...
Hello, I would really like to use the multiplexing feature but am having trouble because I am behind a work proxy and get the following error: ``` Sending fatal alert BadCertificate ERROR: Error attempting to provision multiplex token from 'https://reveal-multiplex.glitch.me/': error sending request for url (ht...
{ "assignee": null, "comments": 1, "created_at": "2022-04-26T14:43:43Z", "creator": "py9mrg", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 734, "state": "closed", "title": "Multiplexing a revealjs presentation behind a work proxy", "url": "https://github....
The latest preview version of RStudio server includes the quarto render button. However, when I render an example document (e.g. from `New Project` -> `Quarto Project`). The html output is displayed verbatim in the viewer pane instead of rendered: ![image](https://user-images.githubusercontent.com/17450586/165304279-9...
{ "assignee": null, "comments": 2, "created_at": "2022-04-26T13:01:26Z", "creator": "jmbuhr", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 732, "state": "closed", "title": "quarto render output not rendered as html on rstdudio server", "url": "https://git...
I'm seeing some inconsistency with the keyboard tabbing order when I use tabsets. In [this example](https://github.com/360-info/report-global-education/blob/main/embed-bycountry.qmd), in which I've styled the tabs to appear at the bottom of the page ([deployed version available here](https://360info-studentflows.pag...
{ "assignee": null, "comments": 4, "created_at": "2022-04-26T01:47:35Z", "creator": "jimjam-slam", "is_pull_request": false, "labels": [], "locked": false, "milestone": "Future", "number": 730, "state": "open", "title": "Keyboard tabbing order of tabset tabs and focusable controls within tabset co...
Hi, I'm really loving the project! You all are killing it. One feature I might suggest is syntax highlighting of RCall.jl code chunks of the form: ``` {julia} using RCall R""" library(tidyverse) df <- tibble(x = rnorm(10), y = runif(10)) #df %>% # ggplot() + # geom_point(aes(x, y)) """ ``` Which ...
{ "assignee": null, "comments": 4, "created_at": "2022-04-25T17:50:17Z", "creator": "wetlandscapes", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 729, "state": "closed", "title": "Support RCall.jl syntax highlighting", "url": "https://github.com/quarto-de...
I'd argue that the icons used in [callout blocks](https://quarto.org/docs/authoring/callouts.html) are semantic icons, _or_ (alternatively) that the blocks themselves are intended as "semantic" classes. As such, I think there should be visually hidden, but accessible text for either the icons or the callout divs. Be...
{ "assignee": "dragonstyle", "comments": 4, "created_at": "2022-04-25T09:08:24Z", "creator": "batpigandme", "is_pull_request": false, "labels": [ "accessibility" ], "locked": false, "milestone": "Future", "number": 726, "state": "open", "title": "Implement some sort of accessible/text-altern...
Dear all, I can't render any document using the following configuration: ``` project: title: 'thesis' format: pdf: documentclass: thesis ``` The problem seems related to the download of the `.cls` files required. I also tried to download the `classithesis` and `cleanthesis` document class and g...
{ "assignee": null, "comments": 6, "created_at": "2022-04-24T21:40:19Z", "creator": "tjisousa", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 725, "state": "closed", "title": "Render failing when requiring documentclass to be downloaded", "url": "https://g...
Thanks for all the work on quarto - I've been really enjoying the flow of it. I'm using quarto to render my jupyter notebook to pdf file. I expect to see standard behaviour of cross-referencing between markdown cells to cells containing my tables. This works when rendering to html, but fails when rendering to p...
{ "assignee": null, "comments": 2, "created_at": "2022-04-24T17:14:14Z", "creator": "jazzbuck", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 724, "state": "closed", "title": "Fig captions not rendering in pdf output", "url": "https://github.com/quarto-dev...
It would be nice to be able to suppress the parameter cell which is injected into a document via the [parameters](https://quarto.org/docs/computations/parameters.html) feature, as it doesn't always have relevant content for the reader. Something equivalent to: https://github.com/nteract/papermill/pull/254 / https://...
{ "assignee": null, "comments": 10, "created_at": "2022-04-24T16:17:09Z", "creator": "jeremiahpslewis", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 723, "state": "closed", "title": "Feature request: CLI flag to suppress printing papermill parameters in doc...
This causes the latex PDF build to fail as it doesn't support SVG. Project file snippet: ```yaml format: html: theme: cosmo pdf: toc: true number-sections: true colorlinks: true ``` Workaround, with parameters and running things twice is here: https://github.com/jeremiahpslewis/quarto...
{ "assignee": null, "comments": 6, "created_at": "2022-04-24T15:15:53Z", "creator": "jeremiahpslewis", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 722, "state": "closed", "title": "Julia quarto documents render plots as svg, when both PDF and html formats ...
I am an absolute beginner with html so I am not 100% sure this is a bug, but I think it is. I have a wide data frame that I would like to display in an html report with the R function `DT::datatable`. The table is too wide for the quarto html default page so `datatable` gives it a horizontal scrollbar. The table is ...
{ "assignee": null, "comments": 10, "created_at": "2022-04-24T10:58:51Z", "creator": "donboyd5", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 720, "state": "closed", "title": "Quarto with wide DT datatable objects in widened container: DT page controls do n...
Can HTML documents, book HTML documents only be opened with Google? When opened with Ie or Firefox, the page format changes.
{ "assignee": "dragonstyle", "comments": 7, "created_at": "2022-04-24T01:26:42Z", "creator": "lxj4321", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 719, "state": "closed", "title": "Can HTML documents only be opened with Google?", "url": "https://github....
I tried to create reveal slides with embedded webpage and noticed that the iframe was not rendered properly. Here is a MWE: ````` --- title: Testing Self-contained for iframe format: revealjs: self-contained: true --- ## A slide that contains an iframe Iframe doesn't seem work properly with self-co...
{ "assignee": null, "comments": 4, "created_at": "2022-04-23T02:15:28Z", "creator": "fyuniv", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 718, "state": "closed", "title": "iframe not properly rendered with self-contained", "url": "https://github.com/quar...
In VS Code's Outline panel, it thinks that callout titles are level 2 headers, but that doesn't really reflect the structure of the document. Screenshot: <img width="599" alt="image" src="https://user-images.githubusercontent.com/86978/164774714-02375963-c2c6-4f68-aac9-d862da1bb187.png"> I think that it would...
{ "assignee": null, "comments": 2, "created_at": "2022-04-22T18:40:05Z", "creator": "wch", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 716, "state": "closed", "title": "VS Code outline panel gets confused by callout titles", "url": "https://github.com/qu...
Hi! When I try to use `quarto render` I have the following error ```shell ERROR: Expected a cached code page for this installation ``` Then I do ```shell C:\Users\caprettot>quarto check ``` And I get ```shell C:\Users\caprettot>quarto check [>] Checking Quarto installation......OK Vers...
{ "assignee": "dragonstyle", "comments": 3, "created_at": "2022-04-22T17:53:40Z", "creator": "tomicapretto", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 715, "state": "closed", "title": "Expected a cached code page for this installation", "url": "https:/...
Currently, you can specify `logo` in the [Navbar options](https://quarto.org/docs/reference/projects/websites.html#navbar) to get an image for `.navbar-brand`, e.g. for quarto-web, there's (effectively): ```yaml website: navbar: logo: quarto.png ``` However, there isn't a way (that I've figured out) to ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-04-22T10:01:27Z", "creator": "batpigandme", "is_pull_request": false, "labels": [ "accessibility" ], "locked": false, "milestone": "Future", "number": 711, "state": "closed", "title": "Add `logo-alt` or similar option for `logo`...
Hey, I seem to have found an unexpected behaviour with nested callout blocks. Perhaps I am not using it as designed. 😂 Any help would be appreciated. ### When **NOT** defining appearance="minimal' ``` :::{.callout-tip} # Task - 5 mins Starting with the string: `task = 'working with strings'` Do the f...
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-04-22T09:21:51Z", "creator": "lloydhamilton", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 710, "state": "closed", "title": "Nested call out blocks not showing when setting appearance=\"minimal...
place a `yml` file in the posts directory of a blog, and the default listing behavior will merge the contents of the yaml file into the listing. - Also will emit NaN min if reading time is enabled. Should not emit this. - Should not include yaml files in listing in this way (unless user asks for yaml files)
{ "assignee": "dragonstyle", "comments": 1, "created_at": "2022-04-21T22:57:58Z", "creator": "dragonstyle", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 708, "state": "closed", "title": "Listings `contents: <folder>` reads yaml files ", "url": "https://gi...
Currently the sidebar item toggle (`.sidebar-item-toggle`) uses the chevron icon, but does not have an accessible text label, e.g. ``` html <a class="sidebar-item-toggle text-start" data-bs-toggle="collapse" data-bs-target="#quarto-sidebar-section-1" aria-expanded="true" href=""> <i class="bi bi-chevron-righ...
{ "assignee": "dragonstyle", "comments": 0, "created_at": "2022-04-21T11:25:27Z", "creator": "batpigandme", "is_pull_request": false, "labels": [ "bug", "accessibility" ], "locked": false, "milestone": "v1.3", "number": 704, "state": "closed", "title": "Sidebar item toggle missing text (...
Currently, footnotes use `role="doc-endnote"`, e.g.: ```html <li id="fn1" role="doc-endnote"> ``` [`doc-endnote` was deprecated in DPUB-ARIA 1.1](https://www.w3.org/TR/dpub-aria-1.1/#doc-endnote), so this errors on the assertion that ARIA roles used must conform to valid values. The link above describes the supe...
{ "assignee": "dragonstyle", "comments": 5, "created_at": "2022-04-21T11:17:16Z", "creator": "batpigandme", "is_pull_request": false, "labels": [], "locked": false, "milestone": null, "number": 703, "state": "closed", "title": "Footnotes use deprecated ARIA role (`doc-endnote`)", "url": "https:/...