Skip to content

Commit 0305bed

Browse files
maxcoe99Max CoenenEnchufa2
authored
Project - Max Alexander Coenen (#126)
* Initial Version of The Project * commit * Update 100572199.Rmd * Update 100572199.Rmd * rebuild and some cleanup --------- Co-authored-by: Max Coenen <maxcoenen@MacBook-Pro-von-Max.local> Co-authored-by: Iñaki Úcar <iucar@fedoraproject.org>
1 parent fcf404f commit 0305bed

File tree

18 files changed

+14788
-0
lines changed

18 files changed

+14788
-0
lines changed

_projects/2025/100572199/100572199.Rmd

Lines changed: 671 additions & 0 deletions
Large diffs are not rendered by default.

_projects/2025/100572199/100572199.html

Lines changed: 2214 additions & 0 deletions
Large diffs are not rendered by default.

_projects/2025/100572199/100572199_files/anchor-4.2.2/anchor.min.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_projects/2025/100572199/100572199_files/bowser-1.9.3/bowser.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_projects/2025/100572199/100572199_files/distill-2.2.21/template.v2.js

Lines changed: 744 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
44.1 KB
Loading
32.7 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2+
// be compatible with the behavior of Pandoc < 2.8).
3+
document.addEventListener('DOMContentLoaded', function(e) {
4+
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5+
var i, h, a;
6+
for (i = 0; i < hs.length; i++) {
7+
h = hs[i];
8+
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9+
a = h.attributes;
10+
while (a.length > 0) h.removeAttribute(a[0].name);
11+
}
12+
});

0 commit comments

Comments
 (0)