While I am using download_this() function in rmarkdown file with downcute theme from rmdformats package the night mode isn't working. Why that happens?
Reprex:
---
title: "Can't sleep at night"
author: "Baobab Prince"
output:
rmdformats::downcute
---
### Problem
```{r}
downloadthis::download_this(iris)
```{
While I am using
download_this()
function in rmarkdown file with downcute theme from rmdformats package the night mode isn't working. Why that happens?Reprex:
(Just remove the last
{
from the reprex)