Skip to content

"html_fragment" and "envir" functionality from Rmd? #73

Open
@richarddmorey

Description

@richarddmorey

I often used two features of Rmarkdown that I can't find equivalents for:

  • the ability to create html fragments (html documents without headers) (with https://rmarkdown.rstudio.com/html_fragment_format.html), and
  • the ability to compile a document with rmarkdown::render in a specified environment (via the envir argument) so that I could pass data objects to the document.

I can't find equivalents to these in quarto. I thought standalone: false might do it, based on the description ("Produce output with an appropriate header and footer (e.g. a standalone HTML, LaTeX, TEI, or RTF file, not a fragment)", from https://quarto.org/docs/reference/formats/html.html) but as far as I can tell, that option does not change the compilation of my documents at all.

Are there equivalents to these? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestupstreamconcerns an upstream library like quarto or pandoc

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions