-
-
+
+
> devtools::check()
@@ -143,7 +143,7 @@ GitHub<
diff --git a/docs/articles/analysis-package-layout.html b/docs/articles/analysis-package-layout.html
index fa99c55f..6954fc1a 100644
--- a/docs/articles/analysis-package-layout.html
+++ b/docs/articles/analysis-package-layout.html
@@ -26,7 +26,7 @@
rdev
- 1.15.2
+ 1.15.3
@@ -402,7 +401,7 @@ Dev status
diff --git a/docs/katex-auto.js b/docs/katex-auto.js
index 20651d9f..2adab3a9 100644
--- a/docs/katex-auto.js
+++ b/docs/katex-auto.js
@@ -11,4 +11,6 @@ document.addEventListener("DOMContentLoaded", function () {
macros: macros,
fleqn: false
});
- }}});
+ }
+ }
+});
diff --git a/docs/lightswitch.js b/docs/lightswitch.js
index 9467125a..3808ca11 100644
--- a/docs/lightswitch.js
+++ b/docs/lightswitch.js
@@ -26,7 +26,7 @@ const setTheme = theme => {
}
}
-function bsSetupThemeToggle () {
+function bsSetupThemeToggle() {
'use strict'
const showActiveTheme = (theme, focus = false) => {
@@ -35,7 +35,7 @@ function bsSetupThemeToggle () {
document.querySelectorAll('[data-bs-theme-value]').forEach(element => {
const buttonTheme = element.getAttribute('data-bs-theme-value')
const isActive = buttonTheme == theme
-
+
element.classList.toggle('active', isActive)
element.setAttribute('aria-pressed', isActive)
diff --git a/docs/news/index.html b/docs/news/index.html
index 49133791..db20391b 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -7,7 +7,7 @@