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
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:
After looking into it, moon_reader() is using html_document() as base format and css argument is passed to it. So as the latter support .scss, the former should be able to benefit from that.
Currently it does not work only because a check is done: if css argument contained another thing that a filename ending with .css, it is considered as a built in theme.
I think if we just relax this check, this would work.
We plan to latter offer better support for theming built in xaringan in other tools, but this would be only a way to benefit from new rmarkdown support for now.
With the latest version of rmarkdown, it is now possible to use the sass and scss syntax to have more intelligible and elaborate style sheets.
However, using this type of files with xaringan (0.20.2) leads to the following error:
It would be a great enhancement to support sass and scss syntax too :)
Thanks!
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: