Initial Support for More Quarto-like Cell Options #117
Labels
p: medium
Address issue before the next release if possible
t: feature-request
Request the addition of a new feature
Milestone
From the Quarto Code Cell: Knitr documentation, there are quite a few different options to support on a per-cell basis. The following lays out what I think would be a good set of initial options to support for a more R like Quarto experience in the browser.
If I'm missing something from here, please feel free to comment below.
Attributes
The attributes portion will likely be useful for allowing custom CSS classes to be applied to the code cell.
We're also interested in having a label being available. Though, we're probably not going to want to override our initial
ID
structure.Code Evaluation
This is probably a stretch for now outside of mapping
echo: false
over tocontext: output
.Cell Output
Differentiating the cell output will be tricky as we do not track conditions (
captureConditions: false
) when using captureR.With that in mind, we already have a request in #104, and in #115 we had an attempt to escape HTML entities with
output:
Figures
Initial support should likely make available the existing width and height variables
The text was updated successfully, but these errors were encountered: