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:
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.