-
#### Problem
In CI/CD-Workflows, particularly for Quarto-based projects, missing package installations often cause rendering processes to fail. This is a common issue when:
- Packages are used exp…
-
### System details
RStudio Edition : Desktop
RStudio Version : 2024.09.0 Build 375
OS Version : Ubuntu 24.01.1 LTS
R Version : 4.4.1 (2024-06-14)
### Steps to …
-
### Bug description
Looks like the same problem as https://github.com/quarto-dev/quarto-cli/pull/10307 but seems to still be an issue (at least on windows)
OS:
quarto_cli version: 1.5.57 (also rep…
-
What are the options available to control the document? I am used to using Quarto, which has a very long list of document level options (e.g, https://quarto.org/docs/reference/formats/pdf.html). As a…
-
### Bug description
Error on trying to render the following default files with 1.6.32
_quarto.yml
```
project:
type: website
website:
title: "Articles"
navbar:
left:
- href: index.…
-
I am trying to render a quarto document after updateing the quarto version to 1.6.33 and Julia 1.11 and I get the following error when running quarto render
```julia
(env) (base) fcremer@javorina:…
-
This does not show the logo in html, but it works for typst:
#### logo-embedded.qmd
````
---
title: logo across formats
format:
html: default
typst:
keep-typ: true
brand:
logo:
images:
…
-
### Bug description
Callouts' icon gets inherited following this rule:
- `html`: Important > Caution > Warning > Tip > Note
- `revealjs`: Caution > Tip > Warning > Important > Note
It's worst for `r…
-
When starting a new project with `babelquarto::quarto_multilingual_website()` or `babelquarto::quarto_multilingual_book()`, it is confusing that one has to specify the *parent* directory of the projec…
-
### Bug description
When rendering a project, I would expect HTML output to share dependencies, rather than each dependency getting a complete copy.
### Steps to reproduce
1. Create a new directory…