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

Render functions used inside inline Rmd code blocks no longer render inline #3568

Closed
cpsievert opened this issue Jan 10, 2022 · 0 comments · Fixed by #3569
Closed

Render functions used inside inline Rmd code blocks no longer render inline #3568

cpsievert opened this issue Jan 10, 2022 · 0 comments · Fixed by #3569

Comments

@cpsievert
Copy link
Collaborator

A minimal reprex of rstudio/shinycoreci-apps#199, which was introduced by rstudio/htmltools#308. Note when rmarkdown::run()-ing this example, the result is 3 lines of text instead of 1:

---
runtime: shiny
title: "Untitled"
output: html_document
---

Some `r shiny::renderText("inline")` text.
cpsievert added a commit that referenced this issue Jan 10, 2022
…own to it's use of the knit_print() generic

This is especially important now that knit_print.shiny.tag() uses the inline argument to determine whether or not an inline code block should be used to preserve HTML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant