Open
Description
Takes this qmd test.qmd
---
title: "Test"
format:
pdf:
output-file: pdf.pdf
keep-tex: true
---
# Test
This will produce a test.tex
and a pdf.pdf
output.
I think it could be better to have the intermediate be renamed to the output-file
option when provided. 🤔
Opening this issue to track the idea and look into what we can do.