Skip to content

Commit 3a1a629

Browse files
Proyecto - Alicia Mira (#135)
* Agregar proyecto 100453622 * This is the updated version of my data visualization project * Add 2025 project * rebuild and some cleanup --------- Co-authored-by: Iñaki Úcar <iucar@fedoraproject.org>
1 parent 68910bb commit 3a1a629

File tree

21 files changed

+15648
-0
lines changed

21 files changed

+15648
-0
lines changed

_projects/2025/100453622/100453622.Rmd

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

_projects/2025/100453622/100453622.html

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

_projects/2025/100453622/100453622_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/100453622/100453622_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/100453622/100453622_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.
134 KB
Loading
124 KB
Loading
65.2 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)