Skip to content

Commit

Permalink
Fix standalone mode for the useR theme (#327)
Browse files Browse the repository at this point in the history
fix #326
  • Loading branch information
zkamvar authored Jun 22, 2021
1 parent e0b7cfc commit db43e71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Authors@R: c(
person("Waldir", "Leoncio", role = "ctb", email = "[email protected]"),
person("Yongfu", "Liao", role = "ctb"),
person("Yue", "Jiang", role = "ctb", comment = c(ORCID = "0000-0002-9798-5517")),
person(c("Zhian", "N."), "Kamvar", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0003-1458-7108")),
person()
)
Description: Create HTML5 slides with R Markdown and the JavaScript library
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- Added a new theme `glasgow` according to the U of Glasgow colors (thanks, @svd09, #323).

- Fixed bug in the `useR` theme that prevents standalone mode from working (thanks, @zkamvar, #326).

# CHANGES IN xaringan VERSION 0.21

- When an image is empty (e.g., `![]()`), the output format option `self_contained: true` of `xaringan::moon_reader` fails to encode the image (thanks, @Mosk915, #302).
Expand Down
1 change: 0 additions & 1 deletion inst/rmarkdown/templates/xaringan/resources/useR.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

.chapter-slide {
background-color: #1464b4;
background-image: url();
}

.chapter-slide h1 {
Expand Down

0 comments on commit db43e71

Please sign in to comment.