Bug description
When I use format gfm or commonmrk and use quarto render README.qmd I see the .md file popup but then go away.
When I call quarto::quarto_render("README.qmd", output_format = "all") I see the following steps:
README.rmarkdown added
README.rmarkdown deleted
README.md added
README.rmarkdown added
README.rmarkdown deleted
README.md deleted -- 👀 not expecting this step
If I use docx instead of gfm both formats come back as expected
---
title: "quarto"
format:
# commonmark: default
gfm: default
revealjs: default
---
## Quarto
Using
RStudio 2022.07.1 Build 554
Windows 10 Build 19042
quarto check Output
quarto check
[>] Checking Quarto installation......OK
Version: 99.9.9
Path: C:\Users\rileyj3\github\quarto-cli\package\dist\bin\
CodePage: 1252
[>] Checking basic markdown render....OK
[>] Checking Python 3 installation....OK
Version: 3.9.12
Path: C:/Users/rileyj3/AppData/Local/Programs/Python/Python39/python.exe
Jupyter: 4.11.1
Kernels: python3
[>] Checking Jupyter engine render....OK
[>] Checking R installation...........OK
Version: 4.2.0
Path: C:/Users/rileyj3/R/R-4.2.0
LibPaths:
- C://Users/rileyj3/R/win-library/4.2/library
rmarkdown: 2.14
[>] Checking Knitr engine render......OK
quarto tools check Output
[>] Inspecting tools
Tool Status Installed Latest
chromium Not installed --- 869685
tinytex Not installed --- v2022.08
Checklist
Bug description
When I use format
gfmorcommonmrkand usequarto render README.qmdI see the.mdfile popup but then go away.When I call
quarto::quarto_render("README.qmd", output_format = "all")I see the following steps:README.rmarkdownaddedREADME.rmarkdowndeletedREADME.mdaddedREADME.rmarkdownaddedREADME.rmarkdowndeletedREADME.mddeleted -- 👀 not expecting this stepIf I use
docxinstead ofgfmboth formats come back as expectedUsing
quarto checkOutputquarto tools checkOutput[>] Inspecting tools Tool Status Installed Latest chromium Not installed --- 869685 tinytex Not installed --- v2022.08Checklist
quarto checkin the "Quarto Check Output" text area?quarto tools checkin the "Quarto Tools Check Output" text area?