You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With knitr 1.49, using sew.knit_asis correctly pass modified options$results = "asis" to output hooks for consideration.
However, quarto checks for options$results == "asis" in more places and knitr does not modified the cell option outside of output hook context.
So we need quarto to save the step from output hook context to be reused through the rest of chunk hook processing.
This change correctly make asis_output() results don't have unnecessary cell div
0 commit comments