tidyverse / datascience-box

Data Science Course in a Box

Home Page:https://datasciencebox.org

Repository from Github https://github.comtidyverse/datascience-boxRepository from Github https://github.comtidyverse/datascience-box

Slide titles are broken after commit 76b505c

lukas-jue opened this issue · comments

Thanks for providing these fantastic resources. I'm a big fan of this project!

It appears that commit 76b505c broke the title headings for the slides.
After the commit, the file datascience-box/course-materials/slides/setup.Rmd includes

::: {.my-footer}
<a href="https://introds.org" target="_blank">introds.org</a>
:::

------------------------------------------------------------------------

which produces this broken header in the knitted HTML slide:

image

Replacing the code chunk above with

<div class="my-footer">
<span>
<a href="https://introds.org" target="_blank">introds.org</a>
</span>
</div>

---

as it was before commit 76b505c fixes the issue.

Thank you, should be fixed now. The slides might take a few to re-render.