parsermd objects using rmarkdown::render()Object contents are converted to a character vector and written to a temporary directory before rendering.
Note that this function has the potential to overwrite existing output
files (e.g. .html, .pdf, etc).
render(x, name = NULL, ...)Returns the results of rmarkdown::render().
Object to render, e.g. a rmd_ast, rmd_tibble, character vector, etc.
Name of the output file, if not given it will be inferred from the
name of x.
Any additional arguments to be passed to rmarkdown::render()