Skip to content

Commit

Permalink
Deploying to gh-pages from @ 74ed66f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-da committed Mar 8, 2024
1 parent 7832e38 commit d522084
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 23 deletions.
12 changes: 12 additions & 0 deletions articles/recordSwapping_files/header-attrs-2.26/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
2 changes: 1 addition & 1 deletion articles/sdcMicro.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
recordSwapping: recordSwapping.html
sdcMicro: sdcMicro.html
last_built: 2024-03-05T13:30Z
last_built: 2024-03-08T16:34Z

2 changes: 1 addition & 1 deletion reference/mafast.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions reference/sdcMicro-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d522084

Please sign in to comment.