tidyverse / datascience-box

Data Science Course in a Box
https://datasciencebox.org
Other
922 stars 420 forks source link

Slide titles are broken after commit 76b505c #116

Closed lukas-jue closed 3 years ago

lukas-jue commented 3 years ago

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

It appears that commit 76b505cc731eae3b718821d8ece8ece73a5e9d03 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 76b505cc731eae3b718821d8ece8ece73a5e9d03 fixes the issue.

mine-cetinkaya-rundel commented 3 years ago

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