Skip to content

Commit d6c3866

Browse files
joseyzaguirre100571079100571079Enchufa2
authored
Project - José Eyzaguirre (#140)
* Presentation Map * replication and improvement * desc * final * rebuild and some cleanup --------- Co-authored-by: 100571079 <joseyzaguirre@MacBookPro.home> Co-authored-by: 100571079 <joseyzaguirre@MacBook-Pro-de-Jose.local> Co-authored-by: Iñaki Úcar <iucar@fedoraproject.org>
1 parent 0e447e0 commit d6c3866

File tree

19 files changed

+14756
-0
lines changed

19 files changed

+14756
-0
lines changed

_projects/2025/100571079/100571079.Rmd

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

_projects/2025/100571079/100571079.html

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

_projects/2025/100571079/100571079_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/100571079/100571079_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/100571079/100571079_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.
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)