You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add explicit support for quarto, so that serving quarto's .qmd documents is equivalent to serving Rmarkdown's .Rmd files.
shiny-server supports a kind of render-on-demand feature for rmarkdown using rmarkdown::run(). We need equivalent functionality for quarto.
Quarto features should maintain parity with rmarkdown features in shiny server where possible.
For anyone else reading this, it's already possible to publish rendered quarto-generated html to shiny-server. This request is solely about the render-on-demand feature.
The text was updated successfully, but these errors were encountered:
Add explicit support for quarto, so that serving quarto's
.qmd
documents is equivalent to serving Rmarkdown's.Rmd
files.shiny-server supports a kind of render-on-demand feature for rmarkdown using
rmarkdown::run()
. We need equivalent functionality for quarto.Quarto features should maintain parity with rmarkdown features in shiny server where possible.
For anyone else reading this, it's already possible to publish rendered quarto-generated html to shiny-server. This request is solely about the render-on-demand feature.
The text was updated successfully, but these errors were encountered: