Build URL: https://github.com/gadenbuie/xaringanthemer/actions/runs/140443311
Commit: e5ecb0eca9
gh-pages
| @@ -123,7 +123,7 @@ | |||
| </header><div class="row"> | |||
| </header><script src="fonts_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row"> | |||
| <div class="col-md-9 contents"> | |||
| <div class="page-header toc-ignore"> | |||
| <h1 data-toc-skip>Fonts</h1> | |||
| @@ -0,0 +1,15 @@ | |||
| // Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) --> | |||
| // v0.0.1 | |||
| // Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020. | |||
| document.addEventListener('DOMContentLoaded', function() { | |||
| const codeList = document.getElementsByClassName("sourceCode"); | |||
| for (var i = 0; i < codeList.length; i++) { | |||
| var linkList = codeList[i].getElementsByTagName('a'); | |||
| for (var j = 0; j < linkList.length; j++) { | |||
| if (linkList[j].innerHTML === "") { | |||
| linkList[j].setAttribute('aria-hidden', 'true'); | |||
| } | |||
| } | |||
| } | |||
| }); | |||
| @@ -123,7 +123,7 @@ | |||
| </header><div class="row"> | |||
| </header><script src="ggplot2-themes_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row"> | |||
| <div class="col-md-9 contents"> | |||
| <div class="page-header toc-ignore"> | |||
| <h1 data-toc-skip>ggplot2 Themes</h1> | |||
| @@ -0,0 +1,15 @@ | |||
| // Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) --> | |||
| // v0.0.1 | |||
| // Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020. | |||
| document.addEventListener('DOMContentLoaded', function() { | |||
| const codeList = document.getElementsByClassName("sourceCode"); | |||
| for (var i = 0; i < codeList.length; i++) { | |||
| var linkList = codeList[i].getElementsByTagName('a'); | |||
| for (var j = 0; j < linkList.length; j++) { | |||
| if (linkList[j].innerHTML === "") { | |||
| linkList[j].setAttribute('aria-hidden', 'true'); | |||
| } | |||
| } | |||
| } | |||
| }); | |||
| @@ -123,7 +123,7 @@ | |||
| </header><div class="row"> | |||
| </header><script src="template-variables_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row"> | |||
| <div class="col-md-9 contents"> | |||
| <div class="page-header toc-ignore"> | |||
| <h1 data-toc-skip>Template Variables</h1> | |||
| @@ -0,0 +1,15 @@ | |||
| // Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) --> | |||
| // v0.0.1 | |||
| // Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020. | |||
| document.addEventListener('DOMContentLoaded', function() { | |||
| const codeList = document.getElementsByClassName("sourceCode"); | |||
| for (var i = 0; i < codeList.length; i++) { | |||
| var linkList = codeList[i].getElementsByTagName('a'); | |||
| for (var j = 0; j < linkList.length; j++) { | |||
| if (linkList[j].innerHTML === "") { | |||
| linkList[j].setAttribute('aria-hidden', 'true'); | |||
| } | |||
| } | |||
| } | |||
| }); | |||
| @@ -123,7 +123,7 @@ | |||
| </header><div class="row"> | |||
| </header><script src="themes_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row"> | |||
| <div class="col-md-9 contents"> | |||
| <div class="page-header toc-ignore"> | |||
| <h1 data-toc-skip>Themes</h1> | |||
| @@ -0,0 +1,15 @@ | |||
| // Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) --> | |||
| // v0.0.1 | |||
| // Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020. | |||
| document.addEventListener('DOMContentLoaded', function() { | |||
| const codeList = document.getElementsByClassName("sourceCode"); | |||
| for (var i = 0; i < codeList.length; i++) { | |||
| var linkList = codeList[i].getElementsByTagName('a'); | |||
| for (var j = 0; j < linkList.length; j++) { | |||
| if (linkList[j].innerHTML === "") { | |||
| linkList[j].setAttribute('aria-hidden', 'true'); | |||
| } | |||
| } | |||
| } | |||
| }); | |||
| @@ -123,7 +123,7 @@ | |||
| </header><div class="row"> | |||
| </header><script src="xaringanthemer_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row"> | |||
| <div class="col-md-9 contents"> | |||
| <div class="page-header toc-ignore"> | |||
| <h1 data-toc-skip>Xaringan CSS Theme Generator</h1> | |||
| @@ -0,0 +1,15 @@ | |||
| // Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) --> | |||
| // v0.0.1 | |||
| // Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020. | |||
| document.addEventListener('DOMContentLoaded', function() { | |||
| const codeList = document.getElementsByClassName("sourceCode"); | |||
| for (var i = 0; i < codeList.length; i++) { | |||
| var linkList = codeList[i].getElementsByTagName('a'); | |||
| for (var j = 0; j < linkList.length; j++) { | |||
| if (linkList[j].innerHTML === "") { | |||
| linkList[j].setAttribute('aria-hidden', 'true'); | |||
| } | |||
| } | |||
| } | |||
| }); | |||
| @@ -7,7 +7,7 @@ articles: | |||
| template-variables: template-variables.html | |||
| themes: themes.html | |||
| xaringanthemer: xaringanthemer.html | |||
| last_built: 2020-06-18T04:18Z | |||
| last_built: 2020-06-19T04:15Z | |||
| urls: | |||
| reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference | |||
| article: https://pkg.garrickadenbuie.com/xaringanthemer//articles | |||