I stopped using Rstudio/R for a few months because my employer wanted to use other software. I updated R, Rstudio, and all my packages when I started using it again.
Now all of my Rmarkdown reports have unwanted pilcrow (¶) symbols in my YAML headers when I use CSS formatting.
Would someone please help me understand why this quirk is happening now? I'd really like to drop those symbols.
h1 {
font-size: 36px;
font-weight: bold;
font-family: Helvetica;
color: #CC0000;
}
h2 {
font-size: 18px;
font-weight: normal;
font-family: Helvetica;
color: #000000;
}
h3 {
font-size: 15px;
font-weight: normal;
font-family: Helvetica;
color: #000000;
}