-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Labels
bugSomething isn't workingSomething isn't workingfilesIssues related to temporary file locations, nonstandard output locations, etcIssues related to temporary file locations, nonstandard output locations, etc
Milestone
Description
Bug description
Issue
Using a different name of the output of a quarto file does not change the name of the additional directory with supporting files.
This happens both in RStudio as well as when calling
quarto render reprex.qmd --output test.html
Reprex
---
title: "reprex-quarto"
output-file: "test"
output-ext: "html"
---
This will create a
- file `test.html` and a
- directory called `reprex_files` (because I've named the Quarto file `reprex.qmd`)
OS
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
Checklist
- Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
- Please format your issue so it is easier for us to read the bug report.
- Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
- Please document the operating system you're running. If on Linux, please provide the specific distribution.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfilesIssues related to temporary file locations, nonstandard output locations, etcIssues related to temporary file locations, nonstandard output locations, etc