Skip to content

Commit

Permalink
Tweak formatting (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: Christophe Dervieux <[email protected]>
  • Loading branch information
salim-b and cderv authored Jul 16, 2024
1 parent d9fc60f commit 7aef557
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/render.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#'
#' @param input The input file or project directory to be rendered (defaults
#' to rendering the project in the current working directory).
#' @param output_format Target output format (defaults to "html"). The option
#' @param output_format Target output format (defaults to `"html"`). The option
#' `"all"` will render all formats defined within the file or project.
#' @param output_file The name of the output file. If using `NULL`, the output
#' filename will be based on the filename for the input file. `output_file` is
Expand Down Expand Up @@ -46,7 +46,7 @@
#' advanced usage and useful for CLI arguments which are not yet mirrored in a
#' dedicated parameter of this \R function. See `quarto render --help` for options.
#' @param pandoc_args Additional command line arguments to pass on to Pandoc.
#' @param as_job Render as an RStudio background job. Default is "auto",
#' @param as_job Render as an RStudio background job. Default is `"auto"`,
#' which will render individual documents normally and projects as
#' background jobs. Use the `quarto.render_as_job` \R option to control
#' the default globally.
Expand Down
4 changes: 2 additions & 2 deletions man/quarto_render.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7aef557

Please sign in to comment.