diff --git a/OSmodels.html b/OSmodels.html index 0d62854..7a3553d 100644 --- a/OSmodels.html +++ b/OSmodels.html @@ -2,7 +2,7 @@ - + @@ -401,6 +401,24 @@

diff --git a/art.html b/art.html index bc32d06..891416f 100644 --- a/art.html +++ b/art.html @@ -2,7 +2,7 @@ - + @@ -401,6 +401,24 @@

diff --git a/cost.html b/cost.html index 2b9f7d5..a04d76c 100644 --- a/cost.html +++ b/cost.html @@ -2,7 +2,7 @@ - + @@ -400,6 +400,24 @@

diff --git a/doc_trust.html b/doc_trust.html index 80f5b5d..142eb71 100644 --- a/doc_trust.html +++ b/doc_trust.html @@ -2,7 +2,7 @@ - + @@ -457,6 +457,24 @@

{ + 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; i