MangoTheCat / rmdshower

R Markdown template for shower
http://mangothecat.github.io/rmdshower/skeleton.html
Other
147 stars 42 forks source link

Full-page title slide getting marked up with <h1> instead of <h2> with <class = "shout"> #55

Open moonhawk opened 4 years ago

moonhawk commented 4 years ago

I noticed that full-page titles (indicated in Rmd with a single hashtag "#") does not get rendered as full-page text, as shown in the example HTML online. Having compared the markups, I see that in the correctly marked up HTML, the full-page titles are coded with

and , whereas when I do it on my machine, they get coded with

without .

I'm not sure if this package is actively being maintained and if there is an easy fix to this, but I've settled on manually changing the HTML after rendering to make the updates.

R version 3.6.3 (2020-02-29) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS Catalina 10.15.3 rmdshower_2.1.1