We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note how the plot doesn't pick up the main colors
--- output: html_document: theme: bg: "#101010" fg: "#FDF7F7" runtime: shiny --- ```{r setup, include=FALSE} thematic::thematic_rmd() bslib::bs_themer() ``` ## R Markdown Some inline `code`. ```{r cars, echo = TRUE} renderPlot({ plot(pressure) }) ```
The text was updated successfully, but these errors were encountered:
Close #86: If in runtime:shiny doc, restore state when shiny app stop…
c0f101b
…s (not when the document is knitted)
ef8ae83
…s (not when the document is knitted) (#87)
Successfully merging a pull request may close this issue.
Note how the plot doesn't pick up the main colors
The text was updated successfully, but these errors were encountered: