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
---title: "example more title"author: "Example"date: "13/03/2021"output: html_documentcss: "style.css"---## R Markdown More
This is an R Markdown Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R.
When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
I have provided the necessary information about my issue.
If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('xaringan'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('yihui/xaringan').
If I have posted the same issue elsewhere, I have also mentioned it in this issue.
I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered:
inf_mr()
does not update when a .css file is updated wheninf_mr()
is called on ahtml_document()
. Below is a reprex + video showcasing behaviour.inf_mr()
works as expected when used on amoon_reader()
document and updates when changes are made to .css file (not shown in reprex).Stackoverflow ref:
https://stackoverflow.com/questions/66447086/does-inf-mr-refresh-xaringan-when-i-change-the-css-file-in-rstudio/66485152?noredirect=1#comment117750699_66485152
Reprex:
Main document:
css document:
gif:
Session info:
By filing an issue to this repo, I promise that
xfun::session_info('xaringan')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('yihui/xaringan')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: