diff --git a/_site/cleansing.html b/_site/cleansing.html
index 162d724..f1e8444 100644
--- a/_site/cleansing.html
+++ b/_site/cleansing.html
@@ -2,7 +2,7 @@
-
+
@@ -404,24 +404,6 @@ Title 2 Header
// clear code selection
e.clearSelection();
});
- var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
- var mailtoRegex = new RegExp(/^mailto:/);
- var filterRegex = new RegExp('/' + window.location.host + '/');
- var isInternal = (href) => {
- return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
- }
- // Inspect non-navigation links and adorn them if external
- var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
- for (var i=0; iTitle 2 Header
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
- if (note) {
- return note.innerHTML;
- } else {
- return "";
- }
+ return note.innerHTML;
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
@@ -738,7 +716,7 @@ Title 2 Header