Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another attempt at fixing issues with pandoc's raw attribute usage in htmlPreserve() #308

Merged
merged 6 commits into from
Dec 20, 2021

Conversation

cpsievert
Copy link
Collaborator

Closes #307 (i.e., this should be a better way of fixing #305 than #306 was)

@cpsievert cpsievert changed the title Another attempt at Another attempt at fixing issues with pandoc's raw attribute usage in htmlPreserve() Dec 17, 2021
@cpsievert cpsievert requested a review from schloerke December 17, 2021 20:46
@@ -1668,7 +1690,7 @@ NULL

#' @rdname knitr_methods
#' @export
knit_print.shiny.tag <- function(x, ...) {
knit_print.shiny.tag <- function(x, ..., inline = FALSE) {
Copy link
Collaborator Author

@cpsievert cpsievert Dec 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For context, see ?knit_print...this argument has existed for at least 8 years yihui/knitr@532f68d

@schloerke
Copy link
Collaborator

R/tags.R Outdated Show resolved Hide resolved
Co-authored-by: Barret Schloerke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inline code chunks that produce HTML no longer inlined
2 participants