-
### Bug description
Suddenly this appears:
:::{#quarto-listing-pipeline .hidden}
:::{.hidden render-id=“pipeline-listing-listing”}
:::{.list .quarto-listing-default}
https://kielkontrovers…
-
### Bug description
When plotting multiple figures in a single chunk with parameters such as `layout-ncol: 3` and `fig-subcap`, the subcaption numbering is incorrect in the PDF output. All subcaptio…
-
### Bug description
When setting the chunk option `results: "asis"` or `output: "asis"`, the results are rendered in monospace, although I would expect them to be treated as raw HTML without any addi…
-
This came up through discussion in https://github.com/quarto-dev/quarto-cli/discussions/4761 by @coatless through the use case of webr Quarto extension (https://github.com/coatless/quarto-webr)
Ma…
cderv updated
4 months ago
-
### Bug description
I am trying to create a Beamer presentation using Quarto and xelatex as the engine (installed from TexLive).
However, my document has some compilation errors when trying to bui…
-
### Bug description
A reference in a lightbox caption is not being rendered.
### Steps to reproduce
```qmd
---
title: "Lightbox test"
format: html
lightbox: true
references:
- id: fenner2012a…
-
### Bug description
Tables placed in fenced divs with `.column-margin` should appear in the margin, as should tables with chunk option `column: margin`.
Markdown (pipe) tables seem to only be place…
-
### Bug description
There is a very weird behaviour in Manuscripts. Consider the following `_quarto.yml` file
```yml
project:
type: manuscript
execute-dir: project
render:
- "notebooks/ana…
LGraz updated
2 weeks ago
-
## Problem
Inclusion of pyodide code chunks appears to interfere with plotly output in quarto doc. Not sure if this should be posted here or on the Quarto page.
## Expected behaviour
Plotly pl…
-
### Bug description
Cannot compile aside to beamer
### Steps to reproduce
Compile this Quarto documenbt with `quarto render presentation.qmd --to beamer`:
```qmd
---
title: "My Habits"
author…