Skip to content

Commit

Permalink
Go back to verbose = FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Sep 10, 2024
1 parent 138cf91 commit 628274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/reprex_render.R
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ preview <- function(input) {
preview_file <- preview_file(input)
rmarkdown::pandoc_convert(
input = input, to = "html", from = "gfm", output = preview_file,
options = args, verbose = TRUE
options = args, verbose = FALSE
)

# can be interesting re: detecting how we were called and what we should
Expand Down

0 comments on commit 628274e

Please sign in to comment.