fmmattioni / downloadthis

Implement Download Buttons in rmarkdown 💾
https://fmmattioni.github.io/downloadthis/
Other
147 stars 5 forks source link

Problem with dark mode #20

Closed baobabprince closed 3 years ago

baobabprince commented 3 years ago

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)
```{

(Just remove the last { from the reprex)

baobabprince commented 3 years ago

The problem was solved with the help from rmdformats maintainer.